Home
last modified time | relevance | path

Searched refs:PathStrokeList (Results 1 - 8 of 8) sorted by relevance

/third_party/skia/src/gpu/tessellate/
H A DStrokeTessellator.h24 struct PathStrokeList { struct in skgpu::StrokeTessellator
25 PathStrokeList(const SkPath& path, const SkStrokeRec& stroke, const SkPMColor4f& color) in PathStrokeList() function
30 PathStrokeList* fNext = nullptr;
42 PathStrokeList*,
124 using PathStrokeList = StrokeTessellator::PathStrokeList;
128 float fetchRadialSegmentsPerRadian(PathStrokeList* head) { in fetchRadialSegmentsPerRadian()
135 PathStrokeList* peekAhead = head; in fetchRadialSegmentsPerRadian()
H A DStrokeHardwareTessellator.h26 PathStrokeList*,
H A DStrokeFixedCountTessellator.h29 PathStrokeList*,
H A DStrokeFixedCountTessellator.cpp242 PathStrokeList* pathStrokeList, in prepare()
276 for (PathStrokeList* pathStroke = pathStrokeList; pathStroke; pathStroke = pathStroke->fNext) { in prepare()
H A DStrokeHardwareTessellator.cpp702 PathStrokeList* pathStrokeList, in prepare()
732 for (PathStrokeList* pathStroke = pathStrokeList; pathStroke; pathStroke = pathStroke->fNext) { in prepare()
/third_party/skia/src/gpu/ops/
H A DStrokeTessellateOp.h28 using PathStrokeList = StrokeTessellator::PathStrokeList;
70 PathStrokeList fPathStrokeList;
71 PathStrokeList** fPathStrokeTail = &fPathStrokeList.fNext;
H A DStrokeTessellateOp.cpp143 // Concat the op's PathStrokeList. Since the head element is allocated inside the op, we need to in onCombineIfPossible()
145 auto* headCopy = alloc->make<PathStrokeList>(std::move(op->fPathStrokeList)); in onCombineIfPossible()
/third_party/skia/bench/
H A DTessellateBench.cpp246 using PathStrokeList = StrokeTessellator::PathStrokeList;
257 using MakePathStrokesFn = std::vector<PathStrokeList>(*)();
259 static std::vector<PathStrokeList> make_simple_cubic_path() { in make_simple_cubic_path()
272 static std::vector<PathStrokeList> make_motionmark_paths() { in make_motionmark_paths()
273 std::vector<PathStrokeList> pathStrokes; in make_motionmark_paths()
374 std::vector<PathStrokeList> fPathStrokes;

Completed in 6 milliseconds