Home
last modified time | relevance | path

Searched refs:expectedDirs (Results 1 - 1 of 1) sorted by relevance

/third_party/skia/tests/
H A DPathTest.cpp2444 SkPathFirstDirection expectedDirs[2]; in test_isNestedFillRects() local
2451 expectedDirs[0] = SkPathFirstDirection::kCW; in test_isNestedFillRects()
2453 expectedDirs[0] = SkPathFirstDirection::kCCW; in test_isNestedFillRects()
2455 expectedDirs[1] = tests[testIndex].fDirection; in test_isNestedFillRects()
2459 REPORTER_ASSERT(reporter, expectedDirs[0] == SkPathPriv::AsFirstDirection(computedDirs[0])); in test_isNestedFillRects()
2460 REPORTER_ASSERT(reporter, expectedDirs[1] == SkPathPriv::AsFirstDirection(computedDirs[1])); in test_isNestedFillRects()

Completed in 9 milliseconds