Lines Matching refs:cheapIsDirection
831 REPORTER_ASSERT(reporter, !path.cheapIsDirection(SkPath::kCW_Direction)); in test_direction()
832 REPORTER_ASSERT(reporter, !path.cheapIsDirection(SkPath::kCCW_Direction)); in test_direction()
833 REPORTER_ASSERT(reporter, path.cheapIsDirection(SkPath::kUnknown_Direction)); in test_direction()
1291 REPORTER_ASSERT(reporter, path.cheapIsDirection(SkPath::kCCW_Direction)); in test_convexity()
1296 REPORTER_ASSERT(reporter, path.cheapIsDirection(SkPath::kCW_Direction)); in test_convexity()
2236 REPORTER_ASSERT(reporter, p1.cheapIsDirection(SkPath::kCW_Direction)); in test_transform()
2248 REPORTER_ASSERT(reporter, p1.cheapIsDirection(SkPath::kCCW_Direction)); in test_transform()
2258 REPORTER_ASSERT(reporter, p1.cheapIsDirection(SkPath::kUnknown_Direction)); in test_transform()
2782 REPORTER_ASSERT(reporter, path.cheapIsDirection(expectedDir)); in check_for_circle()
3059 REPORTER_ASSERT(reporter, path->cheapIsDirection(dir)); in test_rrect_is_convex()
3068 REPORTER_ASSERT(reporter, path->cheapIsDirection(dir)); in test_rrect_convexity_is_unknown()
3164 REPORTER_ASSERT(reporter, p.cheapIsDirection(SkPath::kCW_Direction)); in test_arc()