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