Searched defs:wantRegion (Results 1 - 1 of 1) sorted by relevance

/packages/apps/WallpaperPicker/src/com/android/photos/
H A DBitmapRegionTileSource.java47 Bitmap decodeRegion(Rect wantRegion, BitmapFactory.Options options); argument
75 public Bitmap decodeRegion(Rect wantRegion, BitmapFactory.Options options) { argument
76 return mDecoder.decodeRegion(wantRegion, options);
100 public Bitmap decodeRegion(Rect wantRegion, BitmapFactory.Options options) { argument
108 wantRegion.width() / sampleSize,
109 wantRegion.height() / sampleSize,
114 mTempCanvas.drawBitmap(mBuffer, -wantRegion.left, -wantRegion.top, mTempPaint);

Completed in 200 milliseconds