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