Lines Matching refs:rr3
233 SkRRect rr3; in test_round_rect_basic() local
234 rr3.setRectXY(rect, p.fX, p.fY); in test_round_rect_basic()
236 REPORTER_ASSERT(reporter, SkRRect::kSimple_Type == rr3.type()); in test_round_rect_basic()
237 REPORTER_ASSERT(reporter, rr3.rect() == rect); in test_round_rect_basic()
240 REPORTER_ASSERT(reporter, p == rr3.radii((SkRRect::Corner) i)); in test_round_rect_basic()
245 REPORTER_ASSERT(reporter, rr3_2 == rr3 && rr3_2.getType() == rr3.getType()); in test_round_rect_basic()
248 REPORTER_ASSERT(reporter, rr3_3 == rr3 && rr3_3.getType() == rr3.getType()); in test_round_rect_basic()
277 REPORTER_ASSERT(reporter, empty != rr3); in test_round_rect_basic()
278 REPORTER_ASSERT(reporter, rr3 != rr5); in test_round_rect_basic()
316 SkRRect rr3; in test_round_rect_rects() local
317 rr3.setRectRadii(rect, radii2); in test_round_rect_rects()
318 REPORTER_ASSERT(reporter, SkRRect::kComplex_Type == rr3.type()); in test_round_rect_rects()