Searched refs:check_direction (Results 1 – 1 of 1) sorted by relevance
/external/skia/tests/ |
D | PathTest.cpp | 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() [all …]
|