/third_party/skia/gm/ |
D | preservefillrule.cpp | 61 SkPath star7_winding = ToolUtils::make_star(starRect, 7); in onDraw() 68 SkPath star5_winding = ToolUtils::make_star(starRect, 5); in onDraw()
|
D | smallpaths.cpp | 62 static PathDY make_star(int n) { in make_star() function 79 static PathDY make_star_5() { return make_star(5); } in make_star_5() 80 static PathDY make_star_13() { return make_star(13); } in make_star_13()
|
D | pathfill.cpp | 134 static PathDY make_star(int n) { in make_star() function 152 static PathDY make_star_5() { return make_star(5); } in make_star_5() 153 static PathDY make_star_13() { return make_star(13); } in make_star_13()
|
/third_party/flutter/skia/gm/ |
D | preservefillrule.cpp | 84 SkPath star7_winding = ToolUtils::make_star(starRect, 7); in onDraw() 91 SkPath star5_winding = ToolUtils::make_star(starRect, 5); in onDraw()
|
D | smallpaths.cpp | 48 static SkScalar make_star(SkPath* path, int n) { in make_star() function 64 static SkScalar make_star_5(SkPath* path) { return make_star(path, 5); } in make_star_5() 65 static SkScalar make_star_13(SkPath* path) { return make_star(path, 13); } in make_star_13()
|
D | pathfill.cpp | 119 static SkScalar make_star(SkPath* path, int n) { in make_star() function 135 static SkScalar make_star_5(SkPath* path) { return make_star(path, 5); } in make_star_5() 136 static SkScalar make_star_13(SkPath* path) { return make_star(path, 13); } in make_star_13()
|
/third_party/flutter/skia/bench/ |
D | PathTextBench.cpp | 81 fClipPath = ToolUtils::make_star(SkRect::MakeIWH(kScreenWidth, kScreenHeight), 11, 3); in onDelayedSetup()
|
/third_party/skia/bench/ |
D | PathTextBench.cpp | 81 fClipPath = ToolUtils::make_star(SkRect::MakeIWH(kScreenWidth, kScreenHeight), 11, 3); in onDelayedSetup()
|
D | TessellateBench.cpp | 232 ToolUtils::make_star(SkRect::MakeWH(500, 500), kNumCubicsInChalkboard),
|
/third_party/flutter/skia/tools/ |
D | ToolUtils.h | 137 SkPath make_star(const SkRect& bounds, int numPts = 5, int step = 2);
|
D | ToolUtils.cpp | 217 SkPath make_star(const SkRect& bounds, int numPts, int step) { in make_star() function
|
/third_party/skia/tools/ |
D | ToolUtils.h | 138 SkPath make_star(const SkRect& bounds, int numPts = 5, int step = 2);
|
D | ToolUtils.cpp | 252 SkPath make_star(const SkRect& bounds, int numPts, int step) { in make_star() function
|
/third_party/skia/tools/viewer/ |
D | ParticlesSlide.cpp | 207 SkPath star = ToolUtils::make_star({ 0, 0, 100, 100 }, 5); in ParticlesSlide()
|
/third_party/flutter/skia/samplecode/ |
D | SamplePathText.cpp | 105 SkPath fClipPath = ToolUtils::make_star(SkRect{0, 0, 1, 1}, 11, 3);
|
/third_party/skia/samplecode/ |
D | SamplePathText.cpp | 119 SkPath fClipPath = ToolUtils::make_star(SkRect{0, 0, 1, 1}, 11, 3);
|
/third_party/flutter/skia/tests/ |
D | GrCCPRTest.cpp | 361 fPaths[i] = ToolUtils::make_star(SkRect::MakeLTRB(0, 0, 1, 1), numPts, step); in CCPRCacheTest()
|
/third_party/skia/tests/ |
D | TriangulatingPathRendererTests.cpp | 1003 verify_simple_inner_polygons(r, "5-point star", ToolUtils::make_star(SkRect::MakeWH(100, 200))); in DEF_TEST()
|