Home
last modified time | relevance | path

Searched defs:PathStrokeList (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/gpu/tessellate/
DGrStrokeTessellator.h19 struct PathStrokeList { struct
20 PathStrokeList(const SkPath& path, const SkStrokeRec& stroke, const SkPMColor4f& color) in PathStrokeList() function
25 PathStrokeList* fNext = nullptr; argument
DGrStrokeTessellateOp.h26 using PathStrokeList = GrStrokeTessellator::PathStrokeList; variable
/external/skia/bench/
DTessellateBench.cpp206 using PathStrokeList = GrStrokeTessellator::PathStrokeList; typedef