Searched defs:PaintInfo (Results 1 – 1 of 1) sorted by relevance
94 struct PaintInfo { struct96 PaintInfo(const SkPaint* paint, const mat4 *transform) : in PaintInfo() argument119 SkPaint::Style style;120 SkPaint::Cap cap;121 bool isAA;122 float inverseScaleX;123 float inverseScaleY;124 float halfStrokeWidth;125 float maxAlpha;127 inline void scaleOffsetForStrokeWidth(vec2& offset) const { in scaleOffsetForStrokeWidth()[all …]