Home
last modified time | relevance | path

Searched refs:inflatedIBounds (Results 1 – 1 of 1) sorted by relevance

/external/skia/tests/
DClipStackTest.cpp958 SkIRect inflatedIBounds; in test_reduced_clip_stack() local
959 inflatedBounds.roundOut(&inflatedIBounds); in test_reduced_clip_stack()
966 SkIRect tBounds(inflatedIBounds); in test_reduced_clip_stack()
969 inflatedIBounds, in test_reduced_clip_stack()
996 region.setRect(inflatedIBounds); in test_reduced_clip_stack()
1000 add_elem_to_region(*element, inflatedIBounds, &region); in test_reduced_clip_stack()
1003 reducedRegion.setRect(inflatedIBounds); in test_reduced_clip_stack()
1006 add_elem_to_region(*element, inflatedIBounds, &reducedRegion); in test_reduced_clip_stack()
1025 SkIRect inflatedIBounds = SkIRect::MakeXYWH(0, 0, 100, 100); in test_reduced_clip_stack_genid() local
1033 inflatedIBounds, in test_reduced_clip_stack_genid()
[all …]