Searched refs:check_convexity (Results 1 - 2 of 2) sorted by relevance
/external/chromium_org/third_party/skia/tests/ |
H A D | PathTest.cpp | 1053 static void check_convexity(skiatest::Reporter* reporter, const SkPath& path, function 1064 check_convexity(reporter, pt, SkPath::kConvex_Convexity); 1071 check_convexity(reporter, line, SkPath::kConvex_Convexity); 1079 check_convexity(reporter, triLeft, SkPath::kConvex_Convexity); 1087 check_convexity(reporter, triRight, SkPath::kConvex_Convexity); 1096 check_convexity(reporter, square, SkPath::kConvex_Convexity); 1113 check_convexity(reporter, redundantSquare, SkPath::kConvex_Convexity); 1130 check_convexity(reporter, bowTie, SkPath::kConcave_Convexity); 1142 check_convexity(reporter, spiral, SkPath::kConcave_Convexity); 1152 check_convexity(reporte [all...] |
/external/skia/tests/ |
H A D | PathTest.cpp | 1053 static void check_convexity(skiatest::Reporter* reporter, const SkPath& path, function 1064 check_convexity(reporter, pt, SkPath::kConvex_Convexity); 1071 check_convexity(reporter, line, SkPath::kConvex_Convexity); 1079 check_convexity(reporter, triLeft, SkPath::kConvex_Convexity); 1087 check_convexity(reporter, triRight, SkPath::kConvex_Convexity); 1096 check_convexity(reporter, square, SkPath::kConvex_Convexity); 1113 check_convexity(reporter, redundantSquare, SkPath::kConvex_Convexity); 1130 check_convexity(reporter, bowTie, SkPath::kConcave_Convexity); 1142 check_convexity(reporter, spiral, SkPath::kConcave_Convexity); 1152 check_convexity(reporte [all...] |
Completed in 58 milliseconds