Home
last modified time | relevance | path

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

/third_party/skia/tests/
H A DRRectInPathTest.cpp276 SkRRect rr1_2; // construct the same RR using the most general set function in test_round_rect_basic() local
278 rr1_2.setRectRadii(rect, rr1_2_radii); in test_round_rect_basic()
279 path_contains_rrect_check(reporter, rr1_2, dir, start); in test_round_rect_basic()
282 path_contains_rrect_check(reporter, rr1_2, dir, start); in test_round_rect_basic()
H A DRoundRectTest.cpp201 SkRRect rr1_2; // construct the same RR using the most general set function in test_round_rect_basic() local
203 rr1_2.setRectRadii(rect, rr1_2_radii); in test_round_rect_basic()
204 REPORTER_ASSERT(reporter, rr1_2 == rr1 && rr1_2.getType() == rr1.getType()); in test_round_rect_basic()

Completed in 6 milliseconds