Lines Matching refs:check_direction
812 static void check_direction(skiatest::Reporter* reporter, const SkPath& path, in check_direction() function
863 check_direction(reporter, path, SkPath::kCW_Direction); in test_direction()
879 check_direction(reporter, path, SkPath::kCCW_Direction); in test_direction()
887 check_direction(reporter, path, SkPath::kCW_Direction); in test_direction()
892 check_direction(reporter, path, SkPath::kCCW_Direction); in test_direction()
900 check_direction(reporter, path, SkPath::kCCW_Direction); in test_direction()
905 check_direction(reporter, path, SkPath::kCW_Direction); in test_direction()
912 check_direction(reporter, path, SkPath::kCCW_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()
1112 check_direction(reporter, pt, SkPath::kUnknown_Direction); in test_convexity2()
1119 check_direction(reporter, line, SkPath::kUnknown_Direction); in test_convexity2()
1127 check_direction(reporter, triLeft, SkPath::kCW_Direction); in test_convexity2()
1135 check_direction(reporter, triRight, SkPath::kCCW_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()
1178 check_direction(reporter, bowTie, kDontCheckDir); in test_convexity2()
1190 check_direction(reporter, spiral, kDontCheckDir); in test_convexity2()
1200 check_direction(reporter, dent, SkPath::kCW_Direction); in test_convexity2()
1217 check_direction(reporter, strokedSin, kDontCheckDir); in test_convexity2()
1228 check_direction(reporter, degenerateConcave, SkPath::kUnknown_Direction); in test_convexity2()
1317 check_direction(reporter, path, gRec[i].fExpectedDirection); in test_convexity()
1329 check_direction(reporter, path, gRec[i].fExpectedDirection); in test_convexity()