Home
last modified time | relevance | path

Searched refs:setIsRRect (Results 1 - 4 of 4) sorted by relevance

/third_party/skia/include/private/
H A DSkPathRef.h158 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 DRRectInPathTest.cpp89 path->fPathRef->setIsRRect(true, dir == SkPathDirection::kCCW, start); in ForceIsRRect_Private()
/third_party/skia/src/core/
H A DSkPathBuilder.cpp198 pr->setIsRRect(true, fIsACCW, fIsAStart); in make()
H A DSkPath.cpp986 ed.setIsRRect(isRRect, dir == SkPathDirection::kCCW, startIndex % 8); in addRRect()

Completed in 10 milliseconds