Home
last modified time | relevance | path

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

/external/skia/tests/
DPathTest.cpp1948 SkPath::Direction expectedDirs[2], computedDirs[2]; in test_isNestedFillRects() local
1959 REPORTER_ASSERT(reporter, path.isNestedFillRects(computed, computedDirs)); in test_isNestedFillRects()
1962 REPORTER_ASSERT(reporter, expectedDirs[0] == computedDirs[0]); in test_isNestedFillRects()
1963 REPORTER_ASSERT(reporter, expectedDirs[1] == computedDirs[1]); in test_isNestedFillRects()