Searched defs:check_convexity (Results 1 - 1 of 1) sorted by relevance

/external/skia/tests/
H A DPathTest.cpp1190 static void check_convexity(skiatest::Reporter* reporter, const SkPath& path, function
1205 check_convexity(reporter, tinyConvexPolygon, SkPath::kConvex_Convexity);
1229 check_convexity(reporter, pt, SkPath::kConvex_Convexity);
1236 check_convexity(reporter, line, SkPath::kConvex_Convexity);
1244 check_convexity(reporter, triLeft, SkPath::kConvex_Convexity);
1252 check_convexity(reporter, triRight, SkPath::kConvex_Convexity);
1261 check_convexity(reporter, square, SkPath::kConvex_Convexity);
1278 check_convexity(reporter, redundantSquare, SkPath::kConvex_Convexity);
1295 check_convexity(reporter, bowTie, SkPath::kConcave_Convexity);
1307 check_convexity(reporte
[all...]

Completed in 80 milliseconds