Searched defs:fExpectedConvexity (Results 1 - 2 of 2) sorted by path

/external/chromium_org/third_party/skia/tests/
H A DPathTest.cpp1266 SkPath::Convexity fExpectedConvexity; member in struct:__anon15407
1282 check_convexity(reporter, path, gRec[i].fExpectedConvexity);
1292 check_convexity(reporter, copy, gRec[i].fExpectedConvexity);
1294 REPORTER_ASSERT(reporter, gRec[i].fExpectedConvexity == path.getConvexity());
/external/skia/tests/
H A DPathTest.cpp1228 SkPath::Convexity fExpectedConvexity; member in struct:__anon30810
1244 check_convexity(reporter, path, gRec[i].fExpectedConvexity);
1254 check_convexity(reporter, copy, gRec[i].fExpectedConvexity);
1256 REPORTER_ASSERT(reporter, gRec[i].fExpectedConvexity == path.getConvexity());

Completed in 265 milliseconds