Lines Matching refs:rr1
276 SkRRect rr1; in test_round_rect_basic() local
277 rr1.setRect(rect); in test_round_rect_basic()
278 path_contains_rrect_check(reporter, rr1, dir, start); in test_round_rect_basic()
349 SkRRect rr1; in test_round_rect_rects() local
350 rr1.setRectXY(rect, 0, 0); in test_round_rect_rects()
352 path_contains_rrect_check(reporter, rr1, dir, start); in test_round_rect_rects()
378 SkRRect rr1; in test_round_rect_ovals() local
379 rr1.setRectXY(rect, SkScalarHalf(kWidth), SkScalarHalf(kHeight)); in test_round_rect_ovals()
381 path_contains_rrect_check(reporter, rr1, dir, start); in test_round_rect_ovals()
392 SkRRect rr1; in test_round_rect_general() local
393 rr1.setRectXY(rect, 20, 20); in test_round_rect_general()
395 path_contains_rrect_check(reporter, rr1, dir, start); in test_round_rect_general()
413 SkRRect rr1; in test_round_rect_iffy_parameters() local
414 rr1.setRectRadii(rect, radii); in test_round_rect_iffy_parameters()
415 path_contains_rrect_nocheck(reporter, rr1, dir, start); in test_round_rect_iffy_parameters()