Lines Matching refs:rr
177 SkRRect rr; in test_tricky_radii() local
181 rr.setRectRadii(bounds, vec); in test_tricky_radii()
182 path_contains_rrect_check(reporter, rr, dir, start); in test_tricky_radii()
191 SkRRect rr; in test_tricky_radii() local
192 rr.setRectRadii(r, radii); in test_tricky_radii()
193 path_contains_rrect_nocheck(reporter, rr, dir, start); in test_tricky_radii()
202 SkRRect rr; in test_empty_crbug_458524() local
205 rr.setRectXY(bounds, rad, rad); in test_empty_crbug_458524()
206 path_contains_rrect_check(reporter, rr, dir, start); in test_empty_crbug_458524()
211 rr.transform(matrix, &other); in test_empty_crbug_458524()
212 path_contains_rrect_check(reporter, rr, dir, start); in test_empty_crbug_458524()
220 SkRRect rr, rr2; in test_inset() local
223 rr.setRect(r); in test_inset()
224 rr.inset(-20, -20, &rr2); in test_inset()
225 path_contains_rrect_check(reporter, rr, dir, start); in test_inset()
227 rr.inset(20, 20, &rr2); in test_inset()
228 path_contains_rrect_check(reporter, rr, dir, start); in test_inset()
230 rr.inset(r.width()/2, r.height()/2, &rr2); in test_inset()
231 path_contains_rrect_check(reporter, rr, dir, start); in test_inset()
233 rr.setRectXY(r, 20, 20); in test_inset()
234 rr.inset(19, 19, &rr2); in test_inset()
235 path_contains_rrect_check(reporter, rr, dir, start); in test_inset()
236 rr.inset(20, 20, &rr2); in test_inset()
237 path_contains_rrect_check(reporter, rr, dir, start); in test_inset()
249 SkRRect rr; in test_9patch_rrect() local
250 rr.setNinePatch(rect, l, t, r, b); in test_9patch_rrect()
252 path_contains_rrect_check(reporter, rr, dir, start); in test_9patch_rrect()
254 path_contains_rrect_nocheck(reporter, rr, dir, start); in test_9patch_rrect()
261 path_contains_rrect_check(reporter, rr, dir, start); in test_9patch_rrect()
263 path_contains_rrect_nocheck(reporter, rr, dir, start); in test_9patch_rrect()
453 SkRRect rr; in test_mix() local
454 rr.setRectRadii(r, radii); in test_mix()
455 path_contains_rrect_check(reporter, rr, dir, start); in test_mix()
489 SkRRect rr; in DEF_TEST() local
493 rr.setRectRadii(rect, radii); in DEF_TEST()