Searched defs:GrShape (Results 1 – 4 of 4) sorted by relevance
65 GrShape() {} in GrShape() function66 explicit GrShape(const SkPoint& point) { this->setPoint(point); } in GrShape() function67 explicit GrShape(const SkRect& rect) { this->setRect(rect); } in GrShape() function68 explicit GrShape(const SkRRect& rrect) { this->setRRect(rrect); } in GrShape() function69 explicit GrShape(const SkPath& path) { this->setPath(path); } in GrShape() function70 explicit GrShape(const SkArc& arc) { this->setArc(arc); } in GrShape() function71 explicit GrShape(const GrLineSegment& line){ this->setLine(line); } in GrShape() function73 GrShape(const GrShape& shape) { *this = shape; } in GrShape() function
20 class GrShape; variable66 const GrShape&, in clipToShape()
18 class GrShape; variable
23 class GrShape; variable