Home
last modified time | relevance | path

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

/third_party/skia/tests/
DPathTest.cpp1582 SkPathFirstDirection fExpectedDirection; in test_convexity() member
1598 check_direction(reporter, path, gRec[i].fExpectedDirection); in test_convexity()
1600 if (kDontCheckDir != gRec[i].fExpectedDirection) { in test_convexity()
1605 REPORTER_ASSERT(reporter, (gRec[i].fExpectedDirection == SkPathFirstDirection::kUnknown) in test_convexity()
1607 REPORTER_ASSERT(reporter, !foundDir || gRec[i].fExpectedDirection == dir); in test_convexity()
1611 check_direction(reporter, path, gRec[i].fExpectedDirection); in test_convexity()