Home
last modified time | relevance | path

Searched refs:isRectContour (Results 1 – 4 of 4) sorted by relevance

/external/skqp/include/core/
DSkPath.h1736 bool isRectContour(bool allowPartial, int* currVerb, const SkPoint** pts,
/external/skqp/src/core/
DSkPath.cpp474 bool SkPath::isRectContour(bool allowPartial, int* currVerb, const SkPoint** ptsPtr, in isRectContour() function in SkPath
615 return this->isRectContour(false, &currVerb, &pts, isClosed, direction, rect); in isRect()
624 if (!isRectContour(true, &currVerb, &pts, nullptr, &testDirs[0], &testRects[0])) { in isNestedFillRects()
627 if (isRectContour(false, &currVerb, &pts, nullptr, &testDirs[1], &testRects[1])) { in isNestedFillRects()
/external/skia/
DRELEASE_NOTES.txt756 * Remove isRectContour and ksNestedFillRects from public
/external/skia/site/docs/user/release/
Drelease_notes.md691 * Remove isRectContour and ksNestedFillRects from public