Home
last modified time | relevance | path

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

/external/skia/tests/
DPathTest.cpp1172 SkPath oval3; in test_close() local
1173 oval3.addOval(SkRect::MakeWH(SK_Scalar1*100,SK_Scalar1*100)); in test_close()
1174 oval3.close(); in test_close()
1175 oval3.addOval(SkRect::MakeWH(SK_Scalar1*200,SK_Scalar1*200)); in test_close()
1176 check_close(reporter, oval3); in test_close()
1177 oval3.close(); in test_close()
1178 check_close(reporter, oval3); in test_close()