Searched refs:mWantRegion (Results 1 – 1 of 1) sorted by relevance
374 private Rect mWantRegion = new Rect(); field in BitmapRegionTileSource443 mWantRegion.set(x, y, x + t, y + t); in getTile()453 bitmap = mDecoder.decodeRegion(mWantRegion, mOptions); in getTile()470 mWantRegion.set(x, y, x + t, y + t); in getTileWithoutReusingBitmap()481 if (mWantRegion.equals(mOverlapRegion)) { in getTileWithoutReusingBitmap()491 (mOverlapRegion.left - mWantRegion.left) >> level, in getTileWithoutReusingBitmap()492 (mOverlapRegion.top - mWantRegion.top) >> level, null); in getTileWithoutReusingBitmap()