Home
last modified time | relevance | path

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

/external/skia/tests/
DPathTest.cpp810 static const SkPath::Direction kDontCheckDir = static_cast<SkPath::Direction>(-1); variable
814 if (expected == kDontCheckDir) { in check_direction()
1178 check_direction(reporter, bowTie, kDontCheckDir); in test_convexity2()
1190 check_direction(reporter, spiral, kDontCheckDir); in test_convexity2()
1217 check_direction(reporter, strokedSin, kDontCheckDir); in test_convexity2()
1309 { "0 0 10 10 10 0 0 10", SkPath::kConcave_Convexity, kDontCheckDir }, in test_convexity()
1319 if (kDontCheckDir != gRec[i].fExpectedDirection) { in test_convexity()