/external/skia/docs/examples/ |
D | Canvas_quickReject_2.cpp | 10 testPath.addPoly(testPoints, SK_ARRAY_COUNT(testPoints), true); in draw() 11 clipPath.addPoly(clipPoints, SK_ARRAY_COUNT(clipPoints), true); in draw()
|
D | Path_incReserve.cpp | 7 auto addPoly = [](int sides, SkScalar size, SkPath* path) -> void { in draw() local 18 addPoly(sides, sides, &path); in draw()
|
D | Path_Convexity.cpp | 14 path.addPoly(quad, SK_ARRAY_COUNT(quad), true);
|
D | Path_isConvex.cpp | 13 path.addPoly(quad, SK_ARRAY_COUNT(quad), true);
|
D | Path_addPoly_2.cpp | 12 path.addPoly({{20, 20}, {70, 20}, {40, 90}}, close); in draw()
|
D | getLocalBounds_broken.cpp | 13 clipPath.addPoly(clipPoints, SK_ARRAY_COUNT(clipPoints), true); in draw()
|
D | Path_addPoly.cpp | 13 path.addPoly(points, SK_ARRAY_COUNT(points), close); in draw()
|
D | Path_close.cpp | 12 path.addPoly(points, SK_ARRAY_COUNT(points), false); in draw()
|
D | getLocalBounds_working.cpp | 13 clipPath.addPoly(clipPoints, SK_ARRAY_COUNT(clipPoints), true); in draw()
|
D | Canvas_clipPath_3.cpp | 12 path.addPoly(poly, SK_ARRAY_COUNT(poly), true); in draw()
|
D | Canvas_PointMode.cpp | 17 path.addPoly(points, 3, false); in draw()
|
D | Path_addRect_2.cpp | 14 arrowPath.addPoly(arrow, SK_ARRAY_COUNT(arrow), true); in draw()
|
D | Canvas_getLocalClipBounds.cpp | 14 clipPath.addPoly(clipPoints, SK_ARRAY_COUNT(clipPoints), true); in draw()
|
D | Path_isRect.cpp | 27 path.addPoly(pts, SK_ARRAY_COUNT(pts), false); in draw()
|
D | Canvas_getDeviceClipBounds.cpp | 14 clipPath.addPoly(clipPoints, SK_ARRAY_COUNT(clipPoints), true); in draw()
|
D | Canvas_drawPoints.cpp | 18 path.addPoly(points, 3, false); in draw()
|
D | Path_Direction.cpp | 16 arrowPath.addPoly(arrow, SK_ARRAY_COUNT(arrow), true);
|
D | Path_addOval_2.cpp | 16 arrowPath.addPoly(arrow, SK_ARRAY_COUNT(arrow), true);
|
/external/skqp/gm/ |
D | daa.cpp | 31 path.addPoly(tri1, SK_ARRAY_COUNT(tri1), false); 32 path.addPoly(tri2, SK_ARRAY_COUNT(tri2), false);
|
D | complexclip.cpp | 67 clipA.addPoly({{10, 20}, {165, 22}, {70, 105}, {165, 177}, {-5, 180}}, false).close(); in onDraw() 70 clipB.addPoly({{40, 10}, {190, 15}, {195, 190}, {40, 185}, {155, 100}}, false).close(); in onDraw()
|
/external/skia/samplecode/ |
D | SampleDegenerateQuads.cpp | 62 shape.addPoly(corners, 4, true); in get_area_coverage() 347 outsetPath.addPoly(gpuOutset, 4, true); in onDrawContent() 352 insetPath.addPoly(gpuInset, 4, true); in onDrawContent() 365 path.addPoly(fCorners, 4, true); in onDrawContent() 371 path.addPoly(fCorners, 4, true); in onDrawContent() 403 path.addPoly(fCorners, 4, true); in isValid()
|
D | SamplePathClip.cpp | 140 path.addPoly(verts, count, false); in draw_clipped_line() 182 path.addPoly(fPoly, N, true); in onDrawContent() 286 path.addPoly(fPoly, N, true); in onFindClickHandler()
|
/external/skia/tests/ |
D | PathOpsAsWindingTest.cpp | 79 test.addPoly(ell, SK_ARRAY_COUNT(ell), true); in DEF_TEST() 94 test.addPoly(ell, SK_ARRAY_COUNT(ell), true); in DEF_TEST() 143 test.addPoly(SkPathDirection::kCW == dirA ? revBccw : revBcw, true); in DEF_TEST()
|
/external/skqp/tests/ |
D | PathOpsAsWindingTest.cpp | 79 test.addPoly(ell, SK_ARRAY_COUNT(ell), true); in DEF_TEST() 94 test.addPoly(ell, SK_ARRAY_COUNT(ell), true); in DEF_TEST() 143 test.addPoly(SkPath::kCW_Direction == dirA ? revBccw : revBcw, true); in DEF_TEST()
|
/external/skqp/samplecode/ |
D | SamplePathClip.cpp | 148 path.addPoly(verts, count, false); in draw_clipped_line() 196 path.addPoly(fPoly, N, true); in onDrawContent() 301 path.addPoly(fPoly, N, true); in onFindClickHandler()
|