Lines Matching refs:GrShape
13 GrShape& GrShape::operator=(const GrShape& shape) { in operator =()
45 uint32_t GrShape::stateKey() const { in stateKey()
55 bool GrShape::simplifyPath(unsigned flags) { in simplifyPath()
98 bool GrShape::simplifyArc(unsigned flags) { in simplifyArc()
151 void GrShape::simplifyRRect(const SkRRect& rrect, SkPathDirection dir, unsigned start, in simplifyRRect()
168 void GrShape::simplifyRect(const SkRect& rect, SkPathDirection dir, unsigned start, in simplifyRect()
202 void GrShape::simplifyLine(const SkPoint& p1, const SkPoint& p2, unsigned flags) { in simplifyLine()
227 void GrShape::simplifyPoint(const SkPoint& point, unsigned flags) { in simplifyPoint()
239 bool GrShape::simplify(unsigned flags) { in simplify()
284 bool GrShape::conservativeContains(const SkRect& rect) const { in conservativeContains()
308 bool GrShape::conservativeContains(const SkPoint& point) const { in conservativeContains()
325 bool GrShape::closed() const { in closed()
343 bool GrShape::convex(bool simpleFill) const { in convex()
362 SkRect GrShape::bounds() const { in bounds()
388 uint32_t GrShape::segmentMask() const { in segmentMask()
418 void GrShape::asPath(SkPath* out, bool simpleFill) const { in asPath()