Lines Matching refs:kCW_Direction
1132 path.addCircle(0, 0, SkIntToScalar(2), SkPath::kCW_Direction); in test_direction()
1137 path.addCircle(0, 0, SkIntToScalar(1), SkPath::kCW_Direction); in test_direction()
1589 path.addRect(0, 0, SkIntToScalar(10), SkIntToScalar(10), SkPath::kCW_Direction); in test_convexity()
1907 SkPath::Direction dir = d ? SkPath::kCCW_Direction : SkPath::kCW_Direction; in test_conservativelyContains()
2164 for (auto d : {SkPath::kCW_Direction, SkPath::kCCW_Direction}) { in test_isRect()
2254 for (auto dir : {SkPath::kCCW_Direction, SkPath::kCW_Direction}) { in test_is_simple_closed_rect()
2311 SkPath::Direction swapDir = (dir == SkPath::kCW_Direction) in test_is_simple_closed_rect()
2313 : SkPath::kCW_Direction; in test_is_simple_closed_rect()
2438 path.addRect(-1, -1, 2, 2, SkPath::kCW_Direction); in test_isNestedFillRects()
2477 path1.addRect(-1, -1, 2, 2, SkPath::kCW_Direction); in test_isNestedFillRects()
2493 path1.addRect(-1, -1, 2, 2, SkPath::kCW_Direction); in test_isNestedFillRects()
2511 path1.addRect(-1, -1, 2, 2, SkPath::kCW_Direction); in test_isNestedFillRects()
2526 path1.addRect(-1, -1, 2, 2, SkPath::kCW_Direction); in test_isNestedFillRects()
2544 path1.addRect(-1, -1, 2, 2, SkPath::kCW_Direction); in test_isNestedFillRects()
2561 path1.addRect(1, 1, 3, 3, SkPath::kCW_Direction); in test_isNestedFillRects()
2562 path1.addRect(2, 2, 4, 4, SkPath::kCW_Direction); in test_isNestedFillRects()
2582 src.addRect(1, 1, 7, 7, SkPath::kCW_Direction); in test_isNestedFillRects()
2750 p.addCircle(0, 0, 1, SkPath::kCW_Direction); in test_transform()
3465 const SkPath::Direction kCircleDir = SkPath::kCW_Direction; in test_circle_with_add_paths()
3470 SkIntToScalar(20), SkIntToScalar(20), SkPath::kCW_Direction); in test_circle_with_add_paths()
3496 test_circle_with_direction(reporter, SkPath::kCW_Direction); in test_circle()
3501 path.addCircle(0, 0, SkIntToScalar(10), SkPath::kCW_Direction); in test_circle()
3502 path.addCircle(0, 0, SkIntToScalar(20), SkPath::kCW_Direction); in test_circle()
3507 path.addCircle(0, 0, SkIntToScalar(10), SkPath::kCW_Direction); in test_circle()
3513 path.addCircle(0, 0, SkIntToScalar(10), SkPath::kCW_Direction); in test_circle()
3521 path.addCircle(0, 0, -1, SkPath::kCW_Direction); in test_circle()
3545 REPORTER_ASSERT(reporter, SkPath::kCW_Direction == dir); in test_oval()
3584 REPORTER_ASSERT(reporter, SkPath::kCW_Direction == dir); in test_oval()
3627 test_rrect_is_convex(reporter, &p, SkPath::kCW_Direction); in test_rrect()
3631 test_rrect_is_convex(reporter, &p, SkPath::kCW_Direction); in test_rrect()
3635 test_rrect_is_convex(reporter, &p, SkPath::kCW_Direction); in test_rrect()
3643 test_rrect_is_convex(reporter, &p, SkPath::kCW_Direction); in test_rrect()
3650 test_rrect_is_convex(reporter, &p, SkPath::kCW_Direction); in test_rrect()
3658 REPORTER_ASSERT(reporter, SkPath::kCW_Direction == dir); in test_rrect()
3659 test_rrect_is_convex(reporter, &p, SkPath::kCW_Direction); in test_rrect()
3660 p.addRRect(rr, SkPath::kCW_Direction); in test_rrect()
3661 p.addRRect(rr, SkPath::kCW_Direction); in test_rrect()
3678 test_rrect_convexity_is_unknown(reporter, &p, SkPath::kCW_Direction); in test_rrect()
3687 test_rrect_is_convex(reporter, &p, SkPath::kCW_Direction); in test_rrect()
3757 REPORTER_ASSERT(reporter, (SkPath::kCW_Direction == d) == (sweep > 0.f)); in check_oval_arc()