Go to the source code of this file.
◆ REG_FIDDLE()
REG_FIDDLE |
( |
Rect_contains_2 |
, |
|
|
256 |
, |
|
|
256 |
, |
|
|
true |
, |
|
|
0 |
|
|
) |
| |
Definition at line 4 of file Rect_contains_2.cpp.
4 {
7 SkRect tests[] = { { 30, 50, 31, 51}, { 39, 49, 40, 50}, { 29, 59, 30, 60} };
8 for (
auto contained :
tests) {
9 SkDebugf(
"rect: (%g, %g, %g, %g) %s (%g, %g, %g, %g)\n",
11 rect.contains(contained) ?
"contains" :
"does not contain",
12 contained.left(), contained.top(), contained.right(), contained.bottom());
13 }
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