Go to the source code of this file.
◆ REG_FIDDLE()
REG_FIDDLE |
( |
Paint_equal_operator |
, |
|
|
256 |
, |
|
|
256 |
, |
|
|
true |
, |
|
|
0 |
|
|
) |
| |
Definition at line 4 of file Paint_equal_operator.cpp.
4 {
9 SkDebugf(
"paint1 %c= paint2\n", paint1 == paint2 ?
'=' :
'!');
10 float intervals[] = { 5, 5 };
13 SkDebugf(
"paint1 %c= paint2\n", paint1 == paint2 ?
'=' :
'!');
14}
15}
constexpr SkColor SK_ColorRED
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< SkPathEffect > Make(const SkScalar intervals[], int count, SkScalar phase)
void setColor(SkColor color)
void setPathEffect(sk_sp< SkPathEffect > pathEffect)