Searched refs:emptyOval (Results 1 – 1 of 1) sorted by relevance
3143 SkRect emptyOval = {10, 20, 30, 20}; in test_arc() local3144 REPORTER_ASSERT(reporter, emptyOval.isEmpty()); in test_arc()3145 p.addArc(emptyOval, 1, 2); in test_arc()