Searched refs:check_convexity (Results 1 – 1 of 1) sorted by relevance
/external/skia/tests/ |
D | PathTest.cpp | 1072 static void check_convexity(skiatest::Reporter* reporter, const SkPath& path, in check_convexity() function 1087 check_convexity(reporter, tinyConvexPolygon, SkPath::kConvex_Convexity); in test_path_crbug389050() 1111 check_convexity(reporter, pt, SkPath::kConvex_Convexity); in test_convexity2() 1118 check_convexity(reporter, line, SkPath::kConvex_Convexity); in test_convexity2() 1126 check_convexity(reporter, triLeft, SkPath::kConvex_Convexity); in test_convexity2() 1134 check_convexity(reporter, triRight, SkPath::kConvex_Convexity); in test_convexity2() 1143 check_convexity(reporter, square, SkPath::kConvex_Convexity); in test_convexity2() 1160 check_convexity(reporter, redundantSquare, SkPath::kConvex_Convexity); in test_convexity2() 1177 check_convexity(reporter, bowTie, SkPath::kConcave_Convexity); in test_convexity2() 1189 check_convexity(reporter, spiral, SkPath::kConcave_Convexity); in test_convexity2() [all …]
|