Home
last modified time | relevance | path

Searched refs:make_star (Results 1 – 18 of 18) sorted by relevance

/third_party/skia/gm/
Dpreservefillrule.cpp61 SkPath star7_winding = ToolUtils::make_star(starRect, 7); in onDraw()
68 SkPath star5_winding = ToolUtils::make_star(starRect, 5); in onDraw()
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()
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/flutter/skia/gm/
Dpreservefillrule.cpp84 SkPath star7_winding = ToolUtils::make_star(starRect, 7); in onDraw()
91 SkPath star5_winding = ToolUtils::make_star(starRect, 5); in onDraw()
Dsmallpaths.cpp48 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()
Dpathfill.cpp119 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/
DPathTextBench.cpp81 fClipPath = ToolUtils::make_star(SkRect::MakeIWH(kScreenWidth, kScreenHeight), 11, 3); in onDelayedSetup()
/third_party/skia/bench/
DPathTextBench.cpp81 fClipPath = ToolUtils::make_star(SkRect::MakeIWH(kScreenWidth, kScreenHeight), 11, 3); in onDelayedSetup()
DTessellateBench.cpp232 ToolUtils::make_star(SkRect::MakeWH(500, 500), kNumCubicsInChalkboard),
/third_party/flutter/skia/tools/
DToolUtils.h137 SkPath make_star(const SkRect& bounds, int numPts = 5, int step = 2);
DToolUtils.cpp217 SkPath make_star(const SkRect& bounds, int numPts, int step) { in make_star() function
/third_party/skia/tools/
DToolUtils.h138 SkPath make_star(const SkRect& bounds, int numPts = 5, int step = 2);
DToolUtils.cpp252 SkPath make_star(const SkRect& bounds, int numPts, int step) { in make_star() function
/third_party/skia/tools/viewer/
DParticlesSlide.cpp207 SkPath star = ToolUtils::make_star({ 0, 0, 100, 100 }, 5); in ParticlesSlide()
/third_party/flutter/skia/samplecode/
DSamplePathText.cpp105 SkPath fClipPath = ToolUtils::make_star(SkRect{0, 0, 1, 1}, 11, 3);
/third_party/skia/samplecode/
DSamplePathText.cpp119 SkPath fClipPath = ToolUtils::make_star(SkRect{0, 0, 1, 1}, 11, 3);
/third_party/flutter/skia/tests/
DGrCCPRTest.cpp361 fPaths[i] = ToolUtils::make_star(SkRect::MakeLTRB(0, 0, 1, 1), numPts, step); in CCPRCacheTest()
/third_party/skia/tests/
DTriangulatingPathRendererTests.cpp1003 verify_simple_inner_polygons(r, "5-point star", ToolUtils::make_star(SkRect::MakeWH(100, 200))); in DEF_TEST()