Searched refs:testDirs (Results 1 – 2 of 2) sorted by relevance
/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()
|
/external/skia/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()
|