Searched refs:clipPoints (Results 1 – 6 of 6) sorted by relevance
/external/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()
|
/external/skqp/docs/ |
D | SkCanvas_Reference.bmh | 2158 SkPoint clipPoints[] = {{30, 130}, {120, 130}, {120, 230} }; 2161 clipPath.addPoly(clipPoints, SK_ARRAY_COUNT(clipPoints), true); 2198 SkPoint clipPoints[] = {{30, 130}, {120, 130}, {120, 230} }; 2200 clipPath.addPoly(clipPoints, SK_ARRAY_COUNT(clipPoints), true); 2270 SkPoint clipPoints[] = {{30, 130}, {120, 130}, {120, 230} }; 2272 clipPath.addPoly(clipPoints, SK_ARRAY_COUNT(clipPoints), true);
|