Home
last modified time | relevance | path

Searched refs:make_star (Results 1 - 10 of 10) sorted by relevance

/third_party/skia/gm/
H A Dpreservefillrule.cpp61 SkPath star7_winding = ToolUtils::make_star(starRect, 7);
68 SkPath star5_winding = ToolUtils::make_star(starRect, 5);
H A Dsmallpaths.cpp62 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 Dpathfill.cpp134 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 DPathTextBench.cpp81 fClipPath = ToolUtils::make_star(SkRect::MakeIWH(kScreenWidth, kScreenHeight), 11, 3);
H A DTessellateBench.cpp232 ToolUtils::make_star(SkRect::MakeWH(500, 500), kNumCubicsInChalkboard), in DEF_PATH_TESS_BENCH()
/third_party/skia/tools/
H A DToolUtils.h138 SkPath make_star(const SkRect& bounds, int numPts = 5, int step = 2);
H A DToolUtils.cpp252 SkPath make_star(const SkRect& bounds, int numPts, int step) { in make_star() function
/third_party/skia/tools/viewer/
H A DParticlesSlide.cpp207 SkPath star = ToolUtils::make_star({ 0, 0, 100, 100 }, 5); in ParticlesSlide()
/third_party/skia/samplecode/
H A DSamplePathText.cpp119 SkPath fClipPath = ToolUtils::make_star(SkRect{0, 0, 1, 1}, 11, 3);
/third_party/skia/tests/
H A DTriangulatingPathRendererTests.cpp1003 verify_simple_inner_polygons(r, "5-point star", ToolUtils::make_star(SkRect::MakeWH(100, 200))); in DEF_TEST()

Completed in 12 milliseconds