Home
last modified time | relevance | path

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

/third_party/skia/src/core/
H A DSkPath.cpp3646 SkPathDirection testDirs[2]; in IsNestedFillRects() local
3648 if (!IsRectContour(path, true, &currVerb, &pts, nullptr, &testDirs[0], &testRects[0])) { in IsNestedFillRects()
3651 if (IsRectContour(path, false, &currVerb, &pts, nullptr, &testDirs[1], &testRects[1])) { in IsNestedFillRects()
3658 dirs[0] = testDirs[0]; in IsNestedFillRects()
3659 dirs[1] = testDirs[1]; in IsNestedFillRects()
3669 dirs[0] = testDirs[1]; in IsNestedFillRects()
3670 dirs[1] = testDirs[0]; in IsNestedFillRects()

Completed in 7 milliseconds