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

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

Completed in 105 milliseconds