Searched refs:clipPoints (Results 1 - 5 of 5) sorted by relevance
/third_party/skia/docs/examples/ |
H A D | getLocalBounds_working.cpp | 11 SkPoint clipPoints[] = {{30, 130}, {120, 130}, {120, 230}}; in REG_FIDDLE() local 13 clipPath.addPoly(clipPoints, SK_ARRAY_COUNT(clipPoints), true); in REG_FIDDLE()
|
H A D | getLocalBounds_broken.cpp | 11 SkPoint clipPoints[] = {{30, 130}, {120, 130}, {120, 230}}; in REG_FIDDLE() local 13 clipPath.addPoly(clipPoints, SK_ARRAY_COUNT(clipPoints), true); in REG_FIDDLE()
|
H A D | Canvas_getLocalClipBounds.cpp | 12 SkPoint clipPoints[] = {{30, 130}, {120, 130}, {120, 230} }; in REG_FIDDLE() local 14 clipPath.addPoly(clipPoints, SK_ARRAY_COUNT(clipPoints), true); in REG_FIDDLE()
|
H A D | Canvas_quickReject_2.cpp | 8 SkPoint clipPoints[] = {{30, 130}, {120, 130}, {120, 230} }; in REG_FIDDLE() local 11 clipPath.addPoly(clipPoints, SK_ARRAY_COUNT(clipPoints), true); in REG_FIDDLE()
|
H A D | Canvas_getDeviceClipBounds.cpp | 12 SkPoint clipPoints[] = {{30, 130}, {120, 130}, {120, 230} }; in REG_FIDDLE() local 14 clipPath.addPoly(clipPoints, SK_ARRAY_COUNT(clipPoints), true); in REG_FIDDLE()
|
Completed in 1 milliseconds