Home
last modified time | relevance | path

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

/third_party/skia/tests/
H A 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()
H A 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()

Completed in 4 milliseconds