Home
last modified time | relevance | path

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

/third_party/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()