Home
last modified time | relevance | path

Searched refs:fExpectedConvexity (Results 1 – 1 of 1) sorted by relevance

/external/skia/tests/
DPathTest.cpp1300 SkPath::Convexity fExpectedConvexity; in test_convexity() member
1316 check_convexity(reporter, path, gRec[i].fExpectedConvexity); in test_convexity()
1326 check_convexity(reporter, copy, gRec[i].fExpectedConvexity); in test_convexity()
1328 REPORTER_ASSERT(reporter, gRec[i].fExpectedConvexity == path.getConvexity()); in test_convexity()