Home
last modified time | relevance | path

Searched refs:clipPoints (Results 1 – 6 of 6) sorted by relevance

/external/skia/docs/examples/
DCanvas_quickReject_2.cpp8 SkPoint clipPoints[] = {{30, 130}, {120, 130}, {120, 230} }; in draw() local
11 clipPath.addPoly(clipPoints, SK_ARRAY_COUNT(clipPoints), true); in draw()
DgetLocalBounds_broken.cpp11 SkPoint clipPoints[] = {{30, 130}, {120, 130}, {120, 230}}; in draw() local
13 clipPath.addPoly(clipPoints, SK_ARRAY_COUNT(clipPoints), true); in draw()
DgetLocalBounds_working.cpp11 SkPoint clipPoints[] = {{30, 130}, {120, 130}, {120, 230}}; in draw() local
13 clipPath.addPoly(clipPoints, SK_ARRAY_COUNT(clipPoints), true); in draw()
DCanvas_getLocalClipBounds.cpp12 SkPoint clipPoints[] = {{30, 130}, {120, 130}, {120, 230} }; in draw() local
14 clipPath.addPoly(clipPoints, SK_ARRAY_COUNT(clipPoints), true); in draw()
DCanvas_getDeviceClipBounds.cpp12 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/
DSkCanvas_Reference.bmh2158 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);