• Home
  • Raw
  • Download

Lines Matching refs:ComputeFirstDirection

1061     SkPathFirstDirection dir = SkPathPriv::ComputeFirstDirection(copy);  in check_direction()
1071 SkPathPriv::ComputeFirstDirection(path) == SkPathFirstDirection::kUnknown); in test_direction()
1086 SkPathPriv::ComputeFirstDirection(path) == SkPathFirstDirection::kUnknown); in test_direction()
1568 … REPORTER_ASSERT(reporter, SkPathPriv::ComputeFirstDirection(path) == SkPathFirstDirection::kCCW); in test_convexity()
1573 REPORTER_ASSERT(reporter, SkPathPriv::ComputeFirstDirection(path) == SkPathFirstDirection::kCW); in test_convexity()
1603 SkPathFirstDirection dir = SkPathPriv::ComputeFirstDirection(copy); in test_convexity()
2136 SkPathFirstDirection cheapDirection = SkPathPriv::ComputeFirstDirection(path); in test_isRect()
2750 … REPORTER_ASSERT(reporter, SkPathPriv::ComputeFirstDirection(p1) == SkPathFirstDirection::kCW); in test_transform()
2762 … REPORTER_ASSERT(reporter, SkPathPriv::ComputeFirstDirection(p1) == SkPathFirstDirection::kCCW); in test_transform()
2772 …REPORTER_ASSERT(reporter, SkPathPriv::ComputeFirstDirection(p1) == SkPathFirstDirection::kUnknown); in test_transform()
3307 REPORTER_ASSERT(reporter, SkPathPriv::ComputeFirstDirection(path) == expectedDir); in check_for_circle()
3606 SkPathPriv::ComputeFirstDirection(*path) == SkPathPriv::AsFirstDirection(dir)); in test_rrect_is_convex()
3616 SkPathPriv::ComputeFirstDirection(*path) == SkPathPriv::AsFirstDirection(dir)); in test_rrect_convexity_is_unknown()
3714 REPORTER_ASSERT(reporter, SkPathPriv::ComputeFirstDirection(p) == SkPathFirstDirection::kCW); in test_arc()