Searched refs:simplifyRRect (Results 1 – 2 of 2) sorted by relevance
/external/skia/src/gpu/geometry/ |
D | GrShape.cpp | 72 this->simplifyRRect(rrect, dir, start, flags); in simplifyPath() 76 this->simplifyRRect(SkRRect::MakeOval(rect), dir, start * 2, flags); in simplifyPath() 129 this->simplifyRRect(SkRRect::MakeOval(fArc.fOval), in simplifyArc() 151 void GrShape::simplifyRRect(const SkRRect& rrect, SkPathDirection dir, unsigned start, in simplifyRRect() function in GrShape 262 this->simplifyRRect(fRRect, this->dir(), this->startIndex(), flags); in simplify()
|
D | GrShape.h | 263 void simplifyRRect(const SkRRect& rrect, SkPathDirection dir, unsigned start, unsigned flags);
|