Searched refs:testDirs (Results 1 – 2 of 2) sorted by relevance
/external/skia/src/core/ |
D | SkPath.cpp | 3580 SkPathDirection testDirs[2]; in IsNestedFillRects() local 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() 3592 dirs[0] = testDirs[0]; in IsNestedFillRects() 3593 dirs[1] = testDirs[1]; in IsNestedFillRects() 3603 dirs[0] = testDirs[1]; in IsNestedFillRects() 3604 dirs[1] = testDirs[0]; in IsNestedFillRects()
|
/external/skqp/src/core/ |
D | SkPath.cpp | 622 Direction testDirs[2]; in isNestedFillRects() local 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() 634 dirs[0] = testDirs[0]; in isNestedFillRects() 635 dirs[1] = testDirs[1]; in isNestedFillRects() 645 dirs[0] = testDirs[1]; in isNestedFillRects() 646 dirs[1] = testDirs[0]; in isNestedFillRects()
|