Lines Matching refs:GrStyle
50 : GrStyledShape(path, GrStyle::SimpleFill(), doSimplify) {} in GrStyledShape()
53 : GrStyledShape(rrect, GrStyle::SimpleFill(), doSimplify) {} in GrStyledShape()
56 : GrStyledShape(rect, GrStyle::SimpleFill(), doSimplify) {} in GrStyledShape()
60 : GrStyledShape(path, GrStyle(paint), doSimplify) {} in GrStyledShape()
64 : GrStyledShape(rrect, GrStyle(paint), doSimplify) {} in GrStyledShape()
68 : GrStyledShape(rect, GrStyle(paint), doSimplify) {} in GrStyledShape()
70 GrStyledShape(const SkPath& path, const GrStyle& style,
78 GrStyledShape(const SkRRect& rrect, const GrStyle& style,
87 const GrStyle& style, DoSimplify doSimplify = DoSimplify::kYes)
97 GrStyledShape(const SkRect& rect, const GrStyle& style,
108 SkScalar sweepAngleDegrees, bool useCenter, const GrStyle& style,
133 const GrStyle& style() const { return fStyle; } in style()
143 GrStyledShape applyStyle(GrStyle::Apply apply, SkScalar scale) const { in applyStyle()
286 GrStyledShape(const GrStyledShape& parentShape, GrStyle::Apply, SkScalar scale);
292 void setInheritedKey(const GrStyledShape& parentShape, GrStyle::Apply, SkScalar scale);
304 GrStyle fStyle;