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 GrShape(const GrShape&);
120 GrShape& operator=(const GrShape& that);
122 ~GrShape() { this->changeType(Type::kEmpty); } in ~GrShape()
141 static GrShape MakeFilled(const GrShape& original, FillInversion = FillInversion::kPreserve);
150 GrShape applyStyle(GrStyle::Apply apply, SkScalar scale) const { in applyStyle()
151 return GrShape(*this, apply, scale); in applyStyle()
430 GrShape(const GrShape& parentShape, GrStyle::Apply, SkScalar scale);
436 void setInheritedKey(const GrShape& parentShape, GrStyle::Apply, SkScalar scale);