Home
last modified time | relevance | path

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

/third_party/skia/tests/
DRRectInPathTest.cpp307 SkRRect rr3_2; // construct the same RR using the most general set function in test_round_rect_basic() local
309 rr3_2.setRectRadii(rect, rr3_2_radii); in test_round_rect_basic()
310 path_contains_rrect_check(reporter, rr3_2, dir, start); in test_round_rect_basic()
DRoundRectTest.cpp242 SkRRect rr3_2; // construct the same RR using the most general set function in test_round_rect_basic() local
244 rr3_2.setRectRadii(rect, rr3_2_radii); in test_round_rect_basic()
245 REPORTER_ASSERT(reporter, rr3_2 == rr3 && rr3_2.getType() == rr3.getType()); in test_round_rect_basic()