Searched refs:expectedDirs (Results 1 – 1 of 1) sorted by relevance
1948 SkPath::Direction expectedDirs[2], computedDirs[2]; in test_isNestedFillRects() local1954 expectedDirs[0] = SkPath::kCW_Direction; in test_isNestedFillRects()1956 expectedDirs[0] = SkPath::kCCW_Direction; in test_isNestedFillRects()1958 expectedDirs[1] = tests[testIndex].fDirection; 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()