Searched refs:testDirs (Results 1 – 2 of 2) sorted by relevance
/third_party/skia/src/core/ |
D | SkPath.cpp | 3646 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()
|
/third_party/flutter/skia/src/core/ |
D | SkPath.cpp | 628 Direction testDirs[2]; in isNestedFillRects() local 630 if (!isRectContour(true, &currVerb, &pts, nullptr, &testDirs[0], &testRects[0])) { in isNestedFillRects() 633 if (isRectContour(false, &currVerb, &pts, nullptr, &testDirs[1], &testRects[1])) { in isNestedFillRects() 640 dirs[0] = testDirs[0]; in isNestedFillRects() 641 dirs[1] = testDirs[1]; in isNestedFillRects() 651 dirs[0] = testDirs[1]; in isNestedFillRects() 652 dirs[1] = testDirs[0]; in isNestedFillRects()
|