Lines Matching defs:kCW_Direction

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