Searched refs:simplifyRect (Results 1 – 2 of 2) sorted by relevance
/external/skia/src/gpu/geometry/ |
D | GrShape.cpp | 82 this->simplifyRect(rect, dir, start, flags); in simplifyPath() 88 this->simplifyRect(rect, kDefaultDir, kDefaultStart, flags); in simplifyPath() 156 this->simplifyRect(rrect.rect(), dir, start, flags); in simplifyRRect() 168 void GrShape::simplifyRect(const SkRect& rect, SkPathDirection dir, unsigned start, in simplifyRect() function in GrShape 258 this->simplifyRect(fRect, this->dir(), this->startIndex(), flags); in simplify()
|
D | GrShape.h | 264 void simplifyRect(const SkRect& rect, SkPathDirection dir, unsigned start, unsigned flags);
|