Home
last modified time | relevance | path

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

/third_party/skia/tests/
DRRectInPathTest.cpp290 SkRRect rr2_2; // construct the same RR using the most general set function in test_round_rect_basic() local
295 rr2_2.setRectRadii(rect, rr2_2_radii); in test_round_rect_basic()
296 path_contains_rrect_check(reporter, rr2_2, dir, start); in test_round_rect_basic()
DRoundRectTest.cpp222 SkRRect rr2_2; // construct the same RR using the most general set function in test_round_rect_basic() local
225 rr2_2.setRectRadii(rect, rr2_2_radii); in test_round_rect_basic()
226 REPORTER_ASSERT(reporter, rr2_2 == rr2 && rr2_2.getType() == rr2.getType()); in test_round_rect_basic()
/third_party/flutter/skia/tests/
DRRectInPathTest.cpp294 SkRRect rr2_2; // construct the same RR using the most general set function in test_round_rect_basic() local
299 rr2_2.setRectRadii(rect, rr2_2_radii); in test_round_rect_basic()
300 path_contains_rrect_check(reporter, rr2_2, dir, start); in test_round_rect_basic()
DRoundRectTest.cpp219 SkRRect rr2_2; // construct the same RR using the most general set function in test_round_rect_basic() local
222 rr2_2.setRectRadii(rect, rr2_2_radii); in test_round_rect_basic()
223 REPORTER_ASSERT(reporter, rr2_2 == rr2 && rr2_2.getType() == rr2.getType()); in test_round_rect_basic()