Searched refs:set_region_to_stack (Results 1 – 2 of 2) sorted by relevance
/third_party/flutter/skia/tests/ |
D | ClipStackTest.cpp | 832 static void set_region_to_stack(const SkClipStack& stack, const SkIRect& bounds, SkRegion* region) { in set_region_to_stack() function 872 set_region_to_stack(stack, {0, 0, 50, 30}, ®ion); in test_invfill_diff_bug() 1089 set_region_to_stack(stack, scissor, ®ion); in test_reduced_clip_stack() 1092 set_region_to_stack(reducedStack, scissor, &reducedRegion); in test_reduced_clip_stack()
|
/third_party/skia/tests/ |
D | ClipStackTest.cpp | 768 static void set_region_to_stack(const SkClipStack& stack, const SkIRect& bounds, SkRegion* region) { in set_region_to_stack() function 810 set_region_to_stack(stack, {0, 0, 50, 30}, ®ion); in test_invfill_diff_bug()
|