/third_party/flutter/skia/gm/ |
D | daa.cpp | 37 path.addPoly(tri1, SK_ARRAY_COUNT(tri1), false); 38 path.addPoly(tri2, SK_ARRAY_COUNT(tri2), false); 56 path.addPoly(rect1, SK_ARRAY_COUNT(rect1), false); 65 path.addPoly(rect2, SK_ARRAY_COUNT(rect2), false); 86 path.addPoly(rect1, SK_ARRAY_COUNT(rect1), false); 87 path.addPoly(rect2, SK_ARRAY_COUNT(rect2), false); 108 path.addPoly(rect1, SK_ARRAY_COUNT(rect1), false); 109 path.addPoly(rect2, SK_ARRAY_COUNT(rect2), false); 129 path.addPoly(poly, SK_ARRAY_COUNT(poly), false);
|
D | complexclip.cpp | 80 clipA.addPoly({{10, 20}, {165, 22}, {70, 105}, {165, 177}, {-5, 180}}, false).close(); in onDraw() 83 clipB.addPoly({{40, 10}, {190, 15}, {195, 190}, {40, 185}, {155, 100}}, false).close(); in onDraw()
|
/third_party/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()
|
/third_party/flutter/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 | Path_addPoly.cpp | 13 path.addPoly(points, SK_ARRAY_COUNT(points), close); in draw()
|
D | Path_setConvexity.cpp | 13 path.addPoly(quad, SK_ARRAY_COUNT(quad), true); in draw()
|
D | Path_close.cpp | 12 path.addPoly(points, SK_ARRAY_COUNT(points), false); in draw()
|
/third_party/flutter/skia/samplecode/ |
D | SampleDegenerateQuads.cpp | 61 shape.addPoly(corners, 4, true); in get_area_coverage() 346 outsetPath.addPoly(gpuOutset, 4, true); in onDrawContent() 351 insetPath.addPoly(gpuInset, 4, true); in onDrawContent() 364 path.addPoly(fCorners, 4, true); in onDrawContent() 370 path.addPoly(fCorners, 4, true); in onDrawContent() 402 path.addPoly(fCorners, 4, true); in isValid()
|
D | SamplePathClip.cpp | 142 path.addPoly(verts, count, false); in draw_clipped_line() 184 path.addPoly(fPoly, N, true); in onDrawContent() 288 path.addPoly(fPoly, N, true); in onFindClickHandler()
|
/third_party/skia/samplecode/ |
D | SampleDegenerateQuads.cpp | 67 shape.addPoly(corners, 4, true); in get_area_coverage() 352 outsetPath.addPoly(gpuOutset, 4, true); in onDrawContent() 357 insetPath.addPoly(gpuInset, 4, true); in onDrawContent() 370 path.addPoly(fCorners, 4, true); in onDrawContent() 376 path.addPoly(fCorners, 4, true); in onDrawContent() 408 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()
|
/third_party/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()
|
/third_party/flutter/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(SkPath::kCW_Direction == dirA ? revBccw : revBcw, true); in DEF_TEST()
|