Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/tessellate/
DTessellation.h102 struct StrokeParams { struct
119 (attribs & PatchAttribs::kStrokeParams ? sizeof(float) * 2 : 0) + in PatchAttribsStride() argument
/third_party/skia/experimental/graphite/src/
DDrawList.h62 StrokeParams() : fHalfWidth(0.f), fJoinLimit(0.f), fCap(SkPaint::kButt_Cap) {} in StrokeParams() function
63 StrokeParams(float width, in StrokeParams() function