Lines Matching refs:rr
136 SkRRect rr; in test_tricky_radii() local
140 rr.setRectRadii(bounds, vec); in test_tricky_radii()
141 path_contains_rrect_check(reporter, rr); in test_tricky_radii()
150 SkRRect rr; in test_tricky_radii() local
151 rr.setRectRadii(r, radii); in test_tricky_radii()
152 path_contains_rrect_nocheck(reporter, rr); in test_tricky_radii()
157 SkRRect rr; in test_empty_crbug_458524() local
160 rr.setRectXY(bounds, rad, rad); in test_empty_crbug_458524()
161 path_contains_rrect_check(reporter, rr); in test_empty_crbug_458524()
166 rr.transform(matrix, &other); in test_empty_crbug_458524()
167 path_contains_rrect_check(reporter, rr); in test_empty_crbug_458524()
171 SkRRect rr, rr2; in test_inset() local
174 rr.setRect(r); in test_inset()
175 rr.inset(-20, -20, &rr2); in test_inset()
176 path_contains_rrect_check(reporter, rr); in test_inset()
178 rr.inset(20, 20, &rr2); in test_inset()
179 path_contains_rrect_check(reporter, rr); in test_inset()
181 rr.inset(r.width()/2, r.height()/2, &rr2); in test_inset()
182 path_contains_rrect_check(reporter, rr); in test_inset()
184 rr.setRectXY(r, 20, 20); in test_inset()
185 rr.inset(19, 19, &rr2); in test_inset()
186 path_contains_rrect_check(reporter, rr); in test_inset()
187 rr.inset(20, 20, &rr2); in test_inset()
188 path_contains_rrect_check(reporter, rr); in test_inset()
196 SkRRect rr; in test_9patch_rrect() local
197 rr.setNinePatch(rect, l, t, r, b); in test_9patch_rrect()
199 path_contains_rrect_check(reporter, rr); in test_9patch_rrect()
201 path_contains_rrect_nocheck(reporter, rr); in test_9patch_rrect()
208 path_contains_rrect_check(reporter, rr); in test_9patch_rrect()
210 path_contains_rrect_nocheck(reporter, rr); in test_9patch_rrect()
371 SkRRect rr; in test_mix() local
372 rr.setRectRadii(r, radii); in test_mix()
373 path_contains_rrect_check(reporter, rr); in test_mix()