Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Functions
Bitmap_empty.cpp File Reference
#include "tools/fiddle/examples.h"

Go to the source code of this file.

Functions

 REG_FIDDLE (Bitmap_empty, 256, 256, true, 0)
 

Function Documentation

◆ REG_FIDDLE()

REG_FIDDLE ( Bitmap_empty  ,
256  ,
256  ,
true  ,
 
)

Definition at line 5 of file Bitmap_empty.cpp.

5 {
6void draw(SkCanvas* canvas) {
8 for (int width : { 0, 2 } ) {
9 for (int height : { 0, 2 } ) {
11 SkDebugf("width: %d height: %d empty: %s\n", width, height,
12 bitmap.empty() ? "true" : "false");
13 }
14 }
15}
16} // END FIDDLE
void SK_SPI SkDebugf(const char format[],...) SK_PRINTF_LIKE(1
static void draw(SkCanvas *canvas, SkRect &target, int x, int y)
Definition aaclip.cpp:27
int32_t height
int32_t width
static SkImageInfo MakeA8(int width, int height)