Searched refs:make_star (Results 1 - 10 of 10) sorted by relevance
/third_party/skia/gm/ |
H A D | preservefillrule.cpp | 61 SkPath star7_winding = ToolUtils::make_star(starRect, 7); 68 SkPath star5_winding = ToolUtils::make_star(starRect, 5);
|
H A 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()
|
H A 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/skia/bench/ |
H A D | PathTextBench.cpp | 81 fClipPath = ToolUtils::make_star(SkRect::MakeIWH(kScreenWidth, kScreenHeight), 11, 3);
|
H A D | TessellateBench.cpp | 232 ToolUtils::make_star(SkRect::MakeWH(500, 500), kNumCubicsInChalkboard), in DEF_PATH_TESS_BENCH()
|
/third_party/skia/tools/ |
H A D | ToolUtils.h | 138 SkPath make_star(const SkRect& bounds, int numPts = 5, int step = 2);
|
H A D | ToolUtils.cpp | 252 SkPath make_star(const SkRect& bounds, int numPts, int step) { in make_star() function
|
/third_party/skia/tools/viewer/ |
H A D | ParticlesSlide.cpp | 207 SkPath star = ToolUtils::make_star({ 0, 0, 100, 100 }, 5); in ParticlesSlide()
|
/third_party/skia/samplecode/ |
H A D | SamplePathText.cpp | 119 SkPath fClipPath = ToolUtils::make_star(SkRect{0, 0, 1, 1}, 11, 3);
|
/third_party/skia/tests/ |
H A D | TriangulatingPathRendererTests.cpp | 1003 verify_simple_inner_polygons(r, "5-point star", ToolUtils::make_star(SkRect::MakeWH(100, 200))); in DEF_TEST()
|
Completed in 12 milliseconds