Lines Matching refs:kCCW_Direction
1128 path.addCircle(0, 0, SkIntToScalar(1), SkPath::kCCW_Direction); in test_direction()
1133 path.addCircle(0, 0, SkIntToScalar(2), SkPath::kCCW_Direction); in test_direction()
1531 path.addRect(0, 0, SkIntToScalar(10), SkIntToScalar(10), SkPath::kCCW_Direction); in test_convexity()
1812 SkPath::Direction dir = d ? SkPath::kCCW_Direction : SkPath::kCW_Direction; in test_conservativelyContains()
2136 SkPath::Direction d = SkPath::kCCW_Direction; in check_simple_closed_rect()
2147 SkPath::Direction d = SkPath::kCCW_Direction; in test_is_simple_closed_rect()
2154 for (auto dir : {SkPath::kCCW_Direction, SkPath::kCW_Direction}) { in test_is_simple_closed_rect()
2212 ? SkPath::kCCW_Direction in test_is_simple_closed_rect()
2348 path.addRect(-1, -1, 2, 2, SkPath::kCCW_Direction); in test_isNestedFillRects()
2386 path1.addRect(-1, -1, 2, 2, SkPath::kCCW_Direction); in test_isNestedFillRects()
2404 path1.addRect(-1, -1, 2, 2, SkPath::kCCW_Direction); in test_isNestedFillRects()
2419 path1.addRect(-1, -1, 2, 2, SkPath::kCCW_Direction); in test_isNestedFillRects()
2437 path1.addRect(-1, -1, 2, 2, SkPath::kCCW_Direction); in test_isNestedFillRects()
2455 path1.addRect(-1, -1, 2, 2, SkPath::kCCW_Direction); in test_isNestedFillRects()
3366 const SkPath::Direction kCircleDirOpposite = SkPath::kCCW_Direction; in test_circle_with_add_paths()
3397 test_circle_with_direction(reporter, SkPath::kCCW_Direction); in test_circle()
3430 SkPath::Direction dir = SkPath::kCCW_Direction; in test_oval()
3528 p.addRRect(rr, SkPath::kCCW_Direction); in test_rrect()
3529 test_rrect_is_convex(reporter, &p, SkPath::kCCW_Direction); in test_rrect()
3532 p.addRoundRect(r, &radii[0].fX, SkPath::kCCW_Direction); in test_rrect()
3533 test_rrect_is_convex(reporter, &p, SkPath::kCCW_Direction); in test_rrect()
3536 p.addRoundRect(r, radii[1].fX, radii[1].fY, SkPath::kCCW_Direction); in test_rrect()
3537 test_rrect_is_convex(reporter, &p, SkPath::kCCW_Direction); in test_rrect()
3564 p.addRRect(rr, SkPath::kCCW_Direction); in test_rrect()
3565 p.addRRect(rr, SkPath::kCCW_Direction); in test_rrect()
3607 ccwOval.addOval(oval, SkPath::kCCW_Direction); in test_arc()
3646 SkPath::Direction d = SkPath::kCCW_Direction; in check_oval_arc()