Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkPath.cpp534 Direction testDirs[2]; in isNestedFillRects() local
535 if (!isRectContour(true, &currVerb, &pts, NULL, &testDirs[0])) { in isNestedFillRects()
541 if (isRectContour(false, &currVerb, &pts, &isClosed, &testDirs[1])) { in isNestedFillRects()
553 dirs[0] = testDirs[0]; in isNestedFillRects()
554 dirs[1] = testDirs[1]; in isNestedFillRects()
564 dirs[0] = testDirs[1]; in isNestedFillRects()
565 dirs[1] = testDirs[0]; in isNestedFillRects()