Go to the source code of this file.
◆ REG_FIDDLE()
REG_FIDDLE |
( |
IRect_MakeEmpty |
, |
|
|
256 |
, |
|
|
256 |
, |
|
|
true |
, |
|
|
0 |
|
|
) |
| |
Definition at line 4 of file IRect_MakeEmpty.cpp.
4 {
7 SkDebugf(
"MakeEmpty isEmpty: %s\n",
rect.isEmpty() ?
"true" :
"false");
9 SkDebugf(
"offset rect isEmpty: %s\n",
rect.isEmpty() ?
"true" :
"false");
11 SkDebugf(
"inset rect isEmpty: %s\n",
rect.isEmpty() ?
"true" :
"false");
13 SkDebugf(
"outset rect isEmpty: %s\n",
rect.isEmpty() ?
"true" :
"false");
14}
15}
void SK_SPI SkDebugf(const char format[],...) SK_PRINTF_LIKE(1
static void draw(SkCanvas *canvas, SkRect &target, int x, int y)
sk_sp< SkBlender > blender SkRect rect
static constexpr SkIRect MakeEmpty()