Home
last modified time | relevance | path

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

/third_party/skia/tests/
H A DPathTest.cpp1293 SkPath oval3; in test_close() local
1294 oval3.addOval(SkRect::MakeWH(SK_Scalar1*100,SK_Scalar1*100)); in test_close()
1295 oval3.close(); in test_close()
1296 oval3.addOval(SkRect::MakeWH(SK_Scalar1*200,SK_Scalar1*200)); in test_close()
1297 check_close(reporter, oval3); in test_close()
1298 oval3.close(); in test_close()
1299 check_close(reporter, oval3); in test_close()

Completed in 10 milliseconds