Lines Matching refs:kCW_Direction

831     REPORTER_ASSERT(reporter, !path.cheapIsDirection(SkPath::kCW_Direction));  in test_direction()
863 check_direction(reporter, path, SkPath::kCW_Direction); in test_direction()
885 path.addCircle(0, 0, SkIntToScalar(2), SkPath::kCW_Direction); in test_direction()
887 check_direction(reporter, path, SkPath::kCW_Direction); in test_direction()
890 path.addCircle(0, 0, SkIntToScalar(1), SkPath::kCW_Direction); in test_direction()
905 check_direction(reporter, path, SkPath::kCW_Direction); in test_direction()
1088 check_direction(reporter, tinyConvexPolygon, SkPath::kCW_Direction); in test_path_crbug389050()
1096 check_direction(reporter, platTriangle, SkPath::kCW_Direction); in test_path_crbug389050()
1104 check_direction(reporter, platTriangle, SkPath::kCW_Direction); in test_path_crbug389050()
1127 check_direction(reporter, triLeft, SkPath::kCW_Direction); in test_convexity2()
1144 check_direction(reporter, square, SkPath::kCW_Direction); in test_convexity2()
1161 check_direction(reporter, redundantSquare, SkPath::kCW_Direction); in test_convexity2()
1200 check_direction(reporter, dent, SkPath::kCW_Direction); in test_convexity2()
1294 path.addRect(0, 0, SkIntToScalar(10), SkIntToScalar(10), SkPath::kCW_Direction); in test_convexity()
1296 REPORTER_ASSERT(reporter, path.cheapIsDirection(SkPath::kCW_Direction)); in test_convexity()
1307 { "0 0 10 10 10 20", SkPath::kConvex_Convexity, SkPath::kCW_Direction }, in test_convexity()
1310 { "0 0 10 0 0 10 -10 -10", SkPath::kConcave_Convexity, SkPath::kCW_Direction }, in test_convexity()
1556 SkPath::Direction dir = d ? SkPath::kCCW_Direction : SkPath::kCW_Direction; in test_conservativelyContains()
1898 { r1, SK_ARRAY_COUNT(r1), SkPath::kCW_Direction , true, true }, in test_isNestedFillRects()
1899 { r2, SK_ARRAY_COUNT(r2), SkPath::kCW_Direction , true, true }, in test_isNestedFillRects()
1900 { r3, SK_ARRAY_COUNT(r3), SkPath::kCW_Direction , true, true }, in test_isNestedFillRects()
1901 { r4, SK_ARRAY_COUNT(r4), SkPath::kCW_Direction , true, true }, in test_isNestedFillRects()
1908 { rb, SK_ARRAY_COUNT(rb), SkPath::kCW_Direction, true, true }, in test_isNestedFillRects()
1909 { rc, SK_ARRAY_COUNT(rc), SkPath::kCW_Direction, true, true }, in test_isNestedFillRects()
1911 { re, SK_ARRAY_COUNT(re), SkPath::kCW_Direction, true, true }, in test_isNestedFillRects()
1922 { c1, SK_ARRAY_COUNT(c1), SkPath::kCW_Direction, false, true }, in test_isNestedFillRects()
1923 { c2, SK_ARRAY_COUNT(c2), SkPath::kCW_Direction, false, true }, in test_isNestedFillRects()
1932 path.addRect(-1, -1, 2, 2, SkPath::kCW_Direction); in test_isNestedFillRects()
1954 expectedDirs[0] = SkPath::kCW_Direction; in test_isNestedFillRects()
1970 path1.addRect(-1, -1, 2, 2, SkPath::kCW_Direction); in test_isNestedFillRects()
1986 path1.addRect(-1, -1, 2, 2, SkPath::kCW_Direction); in test_isNestedFillRects()
2004 path1.addRect(-1, -1, 2, 2, SkPath::kCW_Direction); in test_isNestedFillRects()
2019 path1.addRect(-1, -1, 2, 2, SkPath::kCW_Direction); in test_isNestedFillRects()
2037 path1.addRect(-1, -1, 2, 2, SkPath::kCW_Direction); in test_isNestedFillRects()
2054 path1.addRect(1, 1, 3, 3, SkPath::kCW_Direction); in test_isNestedFillRects()
2055 path1.addRect(2, 2, 4, 4, SkPath::kCW_Direction); in test_isNestedFillRects()
2075 src.addRect(1, 1, 7, 7, SkPath::kCW_Direction); in test_isNestedFillRects()
2227 p.addCircle(0, 0, 1, SkPath::kCW_Direction); in test_transform()
2236 REPORTER_ASSERT(reporter, p1.cheapIsDirection(SkPath::kCW_Direction)); in test_transform()
2799 dir = SkPath::kCW_Direction; in test_circle_skew()
2801 REPORTER_ASSERT(reporter, SkPath::kCW_Direction == dir); in test_circle_skew()
2856 if (SkPath::kCW_Direction == dir) { in test_circle_mirror_x()
2860 dir = SkPath::kCW_Direction; in test_circle_mirror_x()
2875 if (SkPath::kCW_Direction == dir) { in test_circle_mirror_y()
2879 dir = SkPath::kCW_Direction; in test_circle_mirror_y()
2928 static const SkPath::Direction kCircleDir = SkPath::kCW_Direction; in test_circle_with_add_paths()
2933 SkIntToScalar(20), SkIntToScalar(20), SkPath::kCW_Direction); in test_circle_with_add_paths()
2958 test_circle_with_direction(reporter, SkPath::kCW_Direction); in test_circle()
2963 path.addCircle(0, 0, SkIntToScalar(10), SkPath::kCW_Direction); in test_circle()
2964 path.addCircle(0, 0, SkIntToScalar(20), SkPath::kCW_Direction); in test_circle()
2965 check_for_circle(reporter, path, false, SkPath::kCW_Direction); in test_circle()
2969 path.addCircle(0, 0, SkIntToScalar(10), SkPath::kCW_Direction); in test_circle()
2971 check_for_circle(reporter, path, false, SkPath::kCW_Direction); in test_circle()
2975 path.addCircle(0, 0, SkIntToScalar(10), SkPath::kCW_Direction); in test_circle()
2977 check_for_circle(reporter, path, false, SkPath::kCW_Direction); in test_circle()
2983 path.addCircle(0, 0, -1, SkPath::kCW_Direction); in test_circle()
3081 test_rrect_is_convex(reporter, &p, SkPath::kCW_Direction); in test_rrect()
3085 test_rrect_is_convex(reporter, &p, SkPath::kCW_Direction); in test_rrect()
3089 test_rrect_is_convex(reporter, &p, SkPath::kCW_Direction); in test_rrect()
3097 test_rrect_is_convex(reporter, &p, SkPath::kCW_Direction); in test_rrect()
3104 test_rrect_is_convex(reporter, &p, SkPath::kCW_Direction); in test_rrect()
3112 REPORTER_ASSERT(reporter, SkPath::kCW_Direction == dir); in test_rrect()
3113 test_rrect_is_convex(reporter, &p, SkPath::kCW_Direction); in test_rrect()
3114 p.addRRect(rr, SkPath::kCW_Direction); in test_rrect()
3115 p.addRRect(rr, SkPath::kCW_Direction); in test_rrect()
3129 test_rrect_convexity_is_unknown(reporter, &p, SkPath::kCW_Direction); in test_rrect()
3138 test_rrect_is_convex(reporter, &p, SkPath::kCW_Direction); in test_rrect()
3164 REPORTER_ASSERT(reporter, p.cheapIsDirection(SkPath::kCW_Direction)); in test_arc()