Searched refs:decodeRegion (Results 1 - 7 of 7) sorted by path

/frameworks/base/core/java/android/app/
H A DWallpaperManager.java492 crop = decoder.decodeRegion(roundedTrueCrop, options);
/frameworks/base/core/jni/android/graphics/
H A DBitmapRegionDecoder.cpp56 bool decodeRegion(SkBitmap* bitmap, const SkIRect& rect, function in class:SkBitmapRegionDecoder
222 if (!brd->decodeRegion(&bitmap, region, prefColorType, sampleSize)) {
223 return nullObjectReturn("decoder->decodeRegion returned false");
/frameworks/base/graphics/java/android/graphics/
H A DBitmapRegionDecoder.java31 * Given a BitmapRegionDecoder, users can call decodeRegion() repeatedly
182 public Bitmap decodeRegion(Rect rect, BitmapFactory.Options options) { method in class:BitmapRegionDecoder
184 checkRecycled("decodeRegion called on recycled region decoder");
211 * region decoder as "dead", meaning it will throw an exception if decodeRegion(),
H A DLargeBitmap.java25 * Given a LargeBitmap, users can call decodeRegion() repeatedly
52 public Bitmap decodeRegion(Rect rect, BitmapFactory.Options options) { method in class:LargeBitmap
53 checkRecycled("decodeRegion called on recycled large bitmap");
74 * large bitmap as "dead", meaning it will throw an exception if decodeRegion(),
/frameworks/base/packages/WallpaperCropper/src/com/android/photos/
H A DBitmapRegionTileSource.java49 Bitmap decodeRegion(Rect wantRegion, BitmapFactory.Options options); method in interface:SimpleBitmapRegionDecoder
89 public Bitmap decodeRegion(Rect wantRegion, BitmapFactory.Options options) { method in class:SimpleBitmapRegionDecoderWrapper
90 return mDecoder.decodeRegion(wantRegion, options);
121 public Bitmap decodeRegion(Rect wantRegion, BitmapFactory.Options options) { method in class:DumbBitmapRegionDecoder
453 bitmap = mDecoder.decodeRegion(mWantRegion, mOptions);
475 Bitmap bitmap = mDecoder.decodeRegion(mOverlapRegion, mOptions);
/frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/
H A DWallpaperCropActivity.java663 crop = decoder.decodeRegion(roundedTrueCrop, options);
/frameworks/opt/bitmap/src/com/android/bitmap/
H A DDecodeTask.java342 bitmap = brd.decodeRegion(srcRect, mOpts);

Completed in 174 milliseconds