Searched defs:PaintInfo (Results 1 – 1 of 1) sorted by relevance
98 struct PaintInfo { struct100 PaintInfo(const SkPaint* paint, const mat4& transform) in PaintInfo() function125 SkPaint::Style style;126 SkPaint::Cap cap;127 bool isAA;128 float inverseScaleX;129 float inverseScaleY;130 float halfStrokeWidth;131 float maxAlpha;133 inline void scaleOffsetForStrokeWidth(Vector2& offset) const { in scaleOffsetForStrokeWidth()[all …]