Home
last modified time | relevance | path

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

/external/skia/src/gpu/tessellate/
DTessellation.h156 struct StrokeParams { struct
158 StrokeParams(float radius, float joinType) : fRadius(radius), fJoinType(joinType) {} in StrokeParams() argument
159 StrokeParams(const SkStrokeRec& stroke) { in StrokeParams() argument
162 void set(const SkStrokeRec& stroke) { in set()
167 float fRadius;
168 float fJoinType; // See GetJoinType().