Searched refs:fExpectedDirection (Results 1 – 1 of 1) sorted by relevance
1301 SkPath::Direction fExpectedDirection; in test_convexity() member1317 check_direction(reporter, path, gRec[i].fExpectedDirection); in test_convexity()1319 if (kDontCheckDir != gRec[i].fExpectedDirection) { in test_convexity()1323 REPORTER_ASSERT(reporter, (gRec[i].fExpectedDirection == SkPath::kUnknown_Direction) in test_convexity()1325 REPORTER_ASSERT(reporter, !foundDir || gRec[i].fExpectedDirection == dir); in test_convexity()1329 check_direction(reporter, path, gRec[i].fExpectedDirection); in test_convexity()