Go to the source code of this file.
◆ REG_FIDDLE()
REG_FIDDLE |
( |
Paint_getImageFilter |
, |
|
|
256 |
, |
|
|
256 |
, |
|
|
true |
, |
|
|
0 |
|
|
) |
| |
Definition at line 4 of file Paint_getImageFilter.cpp.
4 {
6
9 SkDebugf(
"nullptr %c= image filter\n",
paint.getImageFilter() ?
'!' :
'=');
11 SkDebugf(
"nullptr %c= image filter\n",
paint.getImageFilter() ?
'!' :
'=');
12}
13}
void SK_SPI SkDebugf(const char format[],...) SK_PRINTF_LIKE(1
static void draw(SkCanvas *canvas, SkRect &target, int x, int y)
static sk_sp< SkImageFilter > Blur(SkScalar sigmaX, SkScalar sigmaY, SkTileMode tileMode, sk_sp< SkImageFilter > input, const CropRect &cropRect={})