Lines Matching refs:GrShape
35 class GrShape {
41 GrShape() { this->initType(Type::kEmpty); } in GrShape() function
43 explicit GrShape(const SkPath& path) : GrShape(path, GrStyle::SimpleFill()) {} in GrShape() function
45 explicit GrShape(const SkRRect& rrect) : GrShape(rrect, GrStyle::SimpleFill()) {} in GrShape() function
47 explicit GrShape(const SkRect& rect) : GrShape(rect, GrStyle::SimpleFill()) {} in GrShape() function
49 GrShape(const SkPath& path, const GrStyle& style) : fStyle(style) { in GrShape() function
54 GrShape(const SkRRect& rrect, const GrStyle& style) in GrShape() function
64 GrShape(const SkRRect& rrect, SkPath::Direction dir, unsigned start, bool inverted, in GrShape() function
84 GrShape(const SkRect& rect, const GrStyle& style) in GrShape() function
94 GrShape(const SkPath& path, const SkPaint& paint) : fStyle(paint) { in GrShape() function
99 GrShape(const SkRRect& rrect, const SkPaint& paint) in GrShape() function
109 GrShape(const SkRect& rect, const SkPaint& paint) in GrShape() function
119 static GrShape MakeArc(const SkRect& oval, SkScalar startAngleDegrees,
122 GrShape(const GrShape&);
123 GrShape& operator=(const GrShape& that);
125 ~GrShape() { this->changeType(Type::kEmpty); } in ~GrShape()
144 static GrShape MakeFilled(const GrShape& original, FillInversion = FillInversion::kPreserve);
153 GrShape applyStyle(GrStyle::Apply apply, SkScalar scale) const { in applyStyle()
154 return GrShape(*this, apply, scale); in applyStyle()
458 GrShape(const GrShape& parentShape, GrStyle::Apply, SkScalar scale);
464 void setInheritedKey(const GrShape& parentShape, GrStyle::Apply, SkScalar scale);