Searched refs:computedDirs (Results 1 – 1 of 1) sorted by relevance
1948 SkPath::Direction expectedDirs[2], computedDirs[2]; in test_isNestedFillRects() local1959 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()