Lines Matching refs:rr1
272 SkRRect rr1; in test_round_rect_basic() local
273 rr1.setRect(rect); in test_round_rect_basic()
274 path_contains_rrect_check(reporter, rr1, dir, start); in test_round_rect_basic()
345 SkRRect rr1; in test_round_rect_rects() local
346 rr1.setRectXY(rect, 0, 0); in test_round_rect_rects()
348 path_contains_rrect_check(reporter, rr1, dir, start); in test_round_rect_rects()
374 SkRRect rr1; in test_round_rect_ovals() local
375 rr1.setRectXY(rect, SkScalarHalf(kWidth), SkScalarHalf(kHeight)); in test_round_rect_ovals()
377 path_contains_rrect_check(reporter, rr1, dir, start); in test_round_rect_ovals()
388 SkRRect rr1; in test_round_rect_general() local
389 rr1.setRectXY(rect, 20, 20); in test_round_rect_general()
391 path_contains_rrect_check(reporter, rr1, dir, start); in test_round_rect_general()
409 SkRRect rr1; in test_round_rect_iffy_parameters() local
410 rr1.setRectRadii(rect, radii); in test_round_rect_iffy_parameters()
411 path_contains_rrect_nocheck(reporter, rr1, dir, start); in test_round_rect_iffy_parameters()