Searched defs:check_convexity (Results 1 - 2 of 2) sorted by last modified time

/external/skia/tests/
H A DPathTest.cpp1053 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/chromium_org/third_party/skia/tests/
H A DPathTest.cpp1080 static void check_convexity(skiatest::Reporter* reporter, const SkPath& path, function
1091 check_convexity(reporter, pt, SkPath::kConvex_Convexity);
1098 check_convexity(reporter, line, SkPath::kConvex_Convexity);
1106 check_convexity(reporter, triLeft, SkPath::kConvex_Convexity);
1114 check_convexity(reporter, triRight, SkPath::kConvex_Convexity);
1123 check_convexity(reporter, square, SkPath::kConvex_Convexity);
1140 check_convexity(reporter, redundantSquare, SkPath::kConvex_Convexity);
1157 check_convexity(reporter, bowTie, SkPath::kConcave_Convexity);
1169 check_convexity(reporter, spiral, SkPath::kConcave_Convexity);
1179 check_convexity(reporte
[all...]

Completed in 52 milliseconds