Home
last modified time | relevance | path

Searched refs:IsRectContour (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/core/
DSkPathPriv.h336 static bool IsRectContour(const SkPath&, bool allowPartial, int* currVerb,
DSkPath.cpp453 return SkPathPriv::IsRectContour(*this, false, &currVerb, &pts, isClosed, direction, rect); in isRect()
3435 bool SkPathPriv::IsRectContour(const SkPath& path, bool allowPartial, int* currVerb, in IsRectContour() function in SkPathPriv
3582 if (!IsRectContour(path, true, &currVerb, &pts, nullptr, &testDirs[0], &testRects[0])) { in IsNestedFillRects()
3585 if (IsRectContour(path, false, &currVerb, &pts, nullptr, &testDirs[1], &testRects[1])) { in IsNestedFillRects()