HomeSort by relevance Sort by last modified time
    Searched refs:make_star (Results 1 - 14 of 14) sorted by null

  /external/skia/samplecode/
SamplePathFill.cpp 74 static SkScalar make_star(SkPath* path, int n) { function
91 static SkScalar make_star_5(SkPath* path) { return make_star(path, 5); }
92 static SkScalar make_star_13(SkPath* path) { return make_star(path, 13); }
SamplePathText.cpp 106 SkPath fClipPath = sk_tool_utils::make_star(SkRect{0,0,1,1}, 11, 3);
  /external/skqp/samplecode/
SamplePathFill.cpp 74 static SkScalar make_star(SkPath* path, int n) { function
91 static SkScalar make_star_5(SkPath* path) { return make_star(path, 5); }
92 static SkScalar make_star_13(SkPath* path) { return make_star(path, 13); }
SamplePathText.cpp 106 SkPath fClipPath = sk_tool_utils::make_star(SkRect{0,0,1,1}, 11, 3);
  /external/skia/gm/
smallpaths.cpp 41 static SkScalar make_star(SkPath* path, int n) { function
58 static SkScalar make_star_5(SkPath* path) { return make_star(path, 5); }
59 static SkScalar make_star_13(SkPath* path) { return make_star(path, 13); }
pathfill.cpp 111 static SkScalar make_star(SkPath* path, int n) { function
128 static SkScalar make_star_5(SkPath* path) { return make_star(path, 5); }
129 static SkScalar make_star_13(SkPath* path) { return make_star(path, 13); }
  /external/skqp/gm/
smallpaths.cpp 41 static SkScalar make_star(SkPath* path, int n) { function
58 static SkScalar make_star_5(SkPath* path) { return make_star(path, 5); }
59 static SkScalar make_star_13(SkPath* path) { return make_star(path, 13); }
pathfill.cpp 111 static SkScalar make_star(SkPath* path, int n) { function
128 static SkScalar make_star_5(SkPath* path) { return make_star(path, 5); }
129 static SkScalar make_star_13(SkPath* path) { return make_star(path, 13); }
  /external/skia/bench/
PathTextBench.cpp 80 fClipPath = sk_tool_utils::make_star(SkRect::MakeIWH(kScreenWidth,kScreenHeight), 11,3);
  /external/skqp/bench/
PathTextBench.cpp 80 fClipPath = sk_tool_utils::make_star(SkRect::MakeIWH(kScreenWidth,kScreenHeight), 11,3);
  /external/skia/tools/
sk_tool_utils.h 140 SkPath make_star(const SkRect& bounds, int numPts = 5, int step = 2);
sk_tool_utils.cpp 141 SkPath make_star(const SkRect& bounds, int numPts, int step) { function in namespace:sk_tool_utils
  /external/skqp/tools/
sk_tool_utils.h 137 SkPath make_star(const SkRect& bounds, int numPts = 5, int step = 2);
sk_tool_utils.cpp 201 SkPath make_star(const SkRect& bounds, int numPts, int step) { function in namespace:sk_tool_utils

Completed in 538 milliseconds