Searched refs:fExpectedDirection (Results 1 – 1 of 1) sorted by relevance
1582 SkPathFirstDirection fExpectedDirection; in test_convexity() member1598 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()