• Home
  • Raw
  • Download

Lines Matching refs:rr

173                 SkRRect rr;  in test_tricky_radii()  local
177 rr.setRectRadii(bounds, vec); in test_tricky_radii()
178 path_contains_rrect_check(reporter, rr, dir, start); in test_tricky_radii()
187 SkRRect rr; in test_tricky_radii() local
188 rr.setRectRadii(r, radii); in test_tricky_radii()
189 path_contains_rrect_nocheck(reporter, rr, dir, start); in test_tricky_radii()
198 SkRRect rr; in test_empty_crbug_458524() local
201 rr.setRectXY(bounds, rad, rad); in test_empty_crbug_458524()
202 path_contains_rrect_check(reporter, rr, dir, start); in test_empty_crbug_458524()
207 rr.transform(matrix, &other); in test_empty_crbug_458524()
208 path_contains_rrect_check(reporter, rr, dir, start); in test_empty_crbug_458524()
216 SkRRect rr, rr2; in test_inset() local
219 rr.setRect(r); in test_inset()
220 rr.inset(-20, -20, &rr2); in test_inset()
221 path_contains_rrect_check(reporter, rr, dir, start); in test_inset()
223 rr.inset(20, 20, &rr2); in test_inset()
224 path_contains_rrect_check(reporter, rr, dir, start); in test_inset()
226 rr.inset(r.width()/2, r.height()/2, &rr2); in test_inset()
227 path_contains_rrect_check(reporter, rr, dir, start); in test_inset()
229 rr.setRectXY(r, 20, 20); in test_inset()
230 rr.inset(19, 19, &rr2); in test_inset()
231 path_contains_rrect_check(reporter, rr, dir, start); in test_inset()
232 rr.inset(20, 20, &rr2); in test_inset()
233 path_contains_rrect_check(reporter, rr, dir, start); in test_inset()
245 SkRRect rr; in test_9patch_rrect() local
246 rr.setNinePatch(rect, l, t, r, b); in test_9patch_rrect()
248 path_contains_rrect_check(reporter, rr, dir, start); in test_9patch_rrect()
250 path_contains_rrect_nocheck(reporter, rr, dir, start); in test_9patch_rrect()
257 path_contains_rrect_check(reporter, rr, dir, start); in test_9patch_rrect()
259 path_contains_rrect_nocheck(reporter, rr, dir, start); in test_9patch_rrect()
449 SkRRect rr; in test_mix() local
450 rr.setRectRadii(r, radii); in test_mix()
451 path_contains_rrect_check(reporter, rr, dir, start); in test_mix()
485 SkRRect rr; in DEF_TEST() local
489 rr.setRectRadii(rect, radii); in DEF_TEST()