Searched defs:GrShape (Results 1 – 4 of 4) sorted by relevance
64 GrShape() {} in GrShape() function65 explicit GrShape(const SkPoint& point) { this->setPoint(point); } in GrShape() function66 explicit GrShape(const SkRect& rect) { this->setRect(rect); } in GrShape() function67 explicit GrShape(const SkRRect& rrect) { this->setRRect(rrect); } in GrShape() function68 explicit GrShape(const SkPath& path) { this->setPath(path); } in GrShape() function69 explicit GrShape(const GrArc& arc) { this->setArc(arc); } in GrShape() function70 explicit GrShape(const GrLineSegment& line){ this->setLine(line); } in GrShape() function72 GrShape(const GrShape& shape) { *this = shape; } in GrShape() function
19 class GrShape; variable60 const GrShape&, in clipToShape()
13 class GrShape; variable
20 class GrShape; variable