Lines Matching refs:check_convexity
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()
1199 check_convexity(reporter, dent, SkPath::kConcave_Convexity); in test_convexity2()
1216 check_convexity(reporter, strokedSin, SkPath::kConcave_Convexity); in test_convexity2()
1227 check_convexity(reporter, degenerateConcave, SkPath::kConcave_Convexity); in test_convexity2()
1242 check_convexity(reporter, badFirstVector, SkPath::kConcave_Convexity); in test_convexity2()
1282 check_convexity(reporter, path, SkPath::kConvex_Convexity); in test_convexity()
1284 check_convexity(reporter, path, SkPath::kConvex_Convexity); in test_convexity()
1286 check_convexity(reporter, path, SkPath::kConcave_Convexity); in test_convexity()
1290 check_convexity(reporter, path, SkPath::kConvex_Convexity); in test_convexity()
1295 check_convexity(reporter, path, SkPath::kConvex_Convexity); in test_convexity()
1316 check_convexity(reporter, path, gRec[i].fExpectedConvexity); in test_convexity()
1326 check_convexity(reporter, copy, gRec[i].fExpectedConvexity); in test_convexity()
1379 check_convexity(reporter, path, SkPath::kUnknown_Convexity); in test_convexity()
1400 check_convexity(reporter, path, curveSelect == 0 ? SkPath::kConvex_Convexity in test_convexity()