Lines Matching refs:ComputeFirstDirection
1107 SkPathFirstDirection dir = SkPathPriv::ComputeFirstDirection(copy); in check_direction()
1117 SkPathPriv::ComputeFirstDirection(path) == SkPathFirstDirection::kUnknown); in test_direction()
1132 SkPathPriv::ComputeFirstDirection(path) == SkPathFirstDirection::kUnknown); in test_direction()
1653 … REPORTER_ASSERT(reporter, SkPathPriv::ComputeFirstDirection(path) == SkPathFirstDirection::kCCW); in test_convexity()
1658 REPORTER_ASSERT(reporter, SkPathPriv::ComputeFirstDirection(path) == SkPathFirstDirection::kCW); in test_convexity()
1688 SkPathFirstDirection dir = SkPathPriv::ComputeFirstDirection(copy); in test_convexity()
2235 SkPathFirstDirection cheapDirection = SkPathPriv::ComputeFirstDirection(path); in test_isRect()
2926 … REPORTER_ASSERT(reporter, SkPathPriv::ComputeFirstDirection(p1) == SkPathFirstDirection::kCW); in test_transform()
2938 … REPORTER_ASSERT(reporter, SkPathPriv::ComputeFirstDirection(p1) == SkPathFirstDirection::kCCW); in test_transform()
2948 …REPORTER_ASSERT(reporter, SkPathPriv::ComputeFirstDirection(p1) == SkPathFirstDirection::kUnknown); in test_transform()
3483 REPORTER_ASSERT(reporter, SkPathPriv::ComputeFirstDirection(path) == expectedDir); in check_for_circle()
3782 SkPathPriv::ComputeFirstDirection(*path) == SkPathPriv::AsFirstDirection(dir)); in test_rrect_is_convex()
3792 SkPathPriv::ComputeFirstDirection(*path) == SkPathPriv::AsFirstDirection(dir)); in test_rrect_convexity_is_unknown()
3890 REPORTER_ASSERT(reporter, SkPathPriv::ComputeFirstDirection(p) == SkPathFirstDirection::kCW); in test_arc()