Lines Matching refs:rr3
230 SkRRect rr3; in test_round_rect_basic() local
231 rr3.setRectXY(rect, p.fX, p.fY); in test_round_rect_basic()
233 REPORTER_ASSERT(reporter, SkRRect::kSimple_Type == rr3.type()); in test_round_rect_basic()
234 REPORTER_ASSERT(reporter, rr3.rect() == rect); in test_round_rect_basic()
237 REPORTER_ASSERT(reporter, p == rr3.radii((SkRRect::Corner) i)); in test_round_rect_basic()
242 REPORTER_ASSERT(reporter, rr3_2 == rr3 && rr3_2.getType() == rr3.getType()); in test_round_rect_basic()
245 REPORTER_ASSERT(reporter, rr3_3 == rr3 && rr3_3.getType() == rr3.getType()); in test_round_rect_basic()
274 REPORTER_ASSERT(reporter, empty != rr3); in test_round_rect_basic()
275 REPORTER_ASSERT(reporter, rr3 != rr5); in test_round_rect_basic()
313 SkRRect rr3; in test_round_rect_rects() local
314 rr3.setRectRadii(rect, radii2); in test_round_rect_rects()
315 REPORTER_ASSERT(reporter, SkRRect::kComplex_Type == rr3.type()); in test_round_rect_rects()