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