HomeSort by relevance Sort by last modified time
    Searched refs:regionBounds (Results 1 - 2 of 2) sorted by null

  /cts/tests/tests/graphics/src/android/graphics/cts/
NinePatchTest.java 178 Rect regionBounds = region.getBounds();
179 assertBounds(regionBounds, 0, 0, 5, 5);
184 regionBounds = region.getBounds();
185 assertBounds(regionBounds, 0, 0, 10, 10);
196 regionBounds = region.getBounds();
197 assertBounds(regionBounds, 4, 0, 5, 5);
201 regionBounds = region.getBounds();
202 assertBounds(regionBounds, 9, 0, 10, 10);
205 private void assertBounds(Rect regionBounds, int left, int top, int right, int bottom) {
206 assertEquals(left, regionBounds.left)
    [all...]
  /external/chromium_org/third_party/skia/tests/
CanvasStateTest.cpp 160 SkIRect regionBounds = clipRect;
161 regionBounds.offset(clipRect.width() + (2*SPACER), 0);
163 SkIRect regionInterior = regionBounds;
167 clipRegion.setRect(regionBounds);

Completed in 224 milliseconds