Lines Matching refs:GrStyle
44 explicit GrShape(const SkPath& path) : GrShape(path, GrStyle::SimpleFill()) {} in GrShape()
46 explicit GrShape(const SkRRect& rrect) : GrShape(rrect, GrStyle::SimpleFill()) {} in GrShape()
48 explicit GrShape(const SkRect& rect) : GrShape(rect, GrStyle::SimpleFill()) {} in GrShape()
50 GrShape(const SkPath& path, const GrStyle& style) : fStyle(style) { in GrShape()
55 GrShape(const SkRRect& rrect, const GrStyle& style) : fStyle(style) { in GrShape()
65 const GrStyle& style) in GrShape()
84 GrShape(const SkRect& rect, const GrStyle& style) : fStyle(style) { in GrShape()
117 SkScalar sweepAngleDegrees, bool useCenter, const GrStyle& style);
143 const GrStyle& style() const { return fStyle; } in style()
150 GrShape applyStyle(GrStyle::Apply apply, SkScalar scale) const { in applyStyle()
508 GrShape(const GrShape& parentShape, GrStyle::Apply, SkScalar scale);
514 void setInheritedKey(const GrShape& parentShape, GrStyle::Apply, SkScalar scale);
600 GrStyle fStyle;