Lines Matching defs:PaintInfo
99 struct PaintInfo { struct
101 PaintInfo(const SkPaint* paint, const mat4& transform) : in PaintInfo() function
123 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()
145 inline Vector2 deriveAAOffset(const Vector2& offset) const { in deriveAAOffset()
153 inline int capExtraDivisions() const { in capExtraDivisions()
170 void expandBoundsForStroke(Rect* bounds) const { in expandBoundsForStroke()