• Home
  • Raw
  • Download

Lines Matching refs:path_contains_rrect_check

62 static void path_contains_rrect_check(skiatest::Reporter* reporter, const SkRRect& in,  in path_contains_rrect_check()  function
79 static void path_contains_rrect_check(skiatest::Reporter* reporter, const SkRect& r, in path_contains_rrect_check() function
83 path_contains_rrect_check(reporter, rrect, dir, start); in path_contains_rrect_check()
182 path_contains_rrect_check(reporter, rr, dir, start); in test_tricky_radii()
206 path_contains_rrect_check(reporter, rr, dir, start); in test_empty_crbug_458524()
212 path_contains_rrect_check(reporter, rr, dir, start); in test_empty_crbug_458524()
225 path_contains_rrect_check(reporter, rr, dir, start); in test_inset()
228 path_contains_rrect_check(reporter, rr, dir, start); in test_inset()
231 path_contains_rrect_check(reporter, rr, dir, start); in test_inset()
235 path_contains_rrect_check(reporter, rr, dir, start); in test_inset()
237 path_contains_rrect_check(reporter, rr, dir, start); in test_inset()
252 path_contains_rrect_check(reporter, rr, dir, start); in test_9patch_rrect()
261 path_contains_rrect_check(reporter, rr, dir, start); in test_9patch_rrect()
278 path_contains_rrect_check(reporter, rr1, dir, start); in test_round_rect_basic()
283 path_contains_rrect_check(reporter, rr1_2, dir, start); in test_round_rect_basic()
286 path_contains_rrect_check(reporter, rr1_2, dir, start); in test_round_rect_basic()
292 path_contains_rrect_check(reporter, rr2, dir, start); in test_round_rect_basic()
300 path_contains_rrect_check(reporter, rr2_2, dir, start); in test_round_rect_basic()
303 path_contains_rrect_check(reporter, rr2_3, dir, start); in test_round_rect_basic()
309 path_contains_rrect_check(reporter, rr3, dir, start); in test_round_rect_basic()
314 path_contains_rrect_check(reporter, rr3_2, dir, start); in test_round_rect_basic()
317 path_contains_rrect_check(reporter, rr3_3, dir, start); in test_round_rect_basic()
338 path_contains_rrect_check(reporter, rr5, dir, start); in test_round_rect_basic()
352 path_contains_rrect_check(reporter, rr1, dir, start); in test_round_rect_rects()
360 path_contains_rrect_check(reporter, rr2, dir, start); in test_round_rect_rects()
367 path_contains_rrect_check(reporter, rr3, dir, start); in test_round_rect_rects()
381 path_contains_rrect_check(reporter, rr1, dir, start); in test_round_rect_ovals()
395 path_contains_rrect_check(reporter, rr1, dir, start); in test_round_rect_general()
403 path_contains_rrect_check(reporter, rr2, dir, start); in test_round_rect_general()
440 path_contains_rrect_check(reporter, rectx, radii, dir, start); in test_skbug_3239()
441 path_contains_rrect_check(reporter, recty, radii, dir, start); in test_skbug_3239()
455 path_contains_rrect_check(reporter, rr, dir, start); in test_mix()