Searched refs:setIsRRect (Results 1 - 4 of 4) sorted by relevance
/third_party/skia/include/private/ |
H A D | SkPathRef.h | 158 void setIsRRect(bool isRRect, bool isCCW, unsigned start) { in setIsRRect() function in final::Editor 159 fPathRef->setIsRRect(isRRect, isCCW, start); in setIsRRect() 479 void setIsRRect(bool isRRect, bool isCCW, unsigned start) { in setIsRRect() function in final
|
/third_party/skia/tests/ |
H A D | RRectInPathTest.cpp | 89 path->fPathRef->setIsRRect(true, dir == SkPathDirection::kCCW, start); in ForceIsRRect_Private()
|
/third_party/skia/src/core/ |
H A D | SkPathBuilder.cpp | 198 pr->setIsRRect(true, fIsACCW, fIsAStart); in make()
|
H A D | SkPath.cpp | 986 ed.setIsRRect(isRRect, dir == SkPathDirection::kCCW, startIndex % 8); in addRRect()
|
Completed in 10 milliseconds