Home
last modified time | relevance | path

Searched refs:decodeRegion (Results 1 – 8 of 8) sorted by relevance

/aosp14/frameworks/base/packages/WallpaperCropper/src/com/android/photos/
H A DBitmapRegionTileSource.java49 Bitmap decodeRegion(Rect wantRegion, BitmapFactory.Options options); in decodeRegion() method
89 public Bitmap decodeRegion(Rect wantRegion, BitmapFactory.Options options) { in decodeRegion() method in SimpleBitmapRegionDecoderWrapper
90 return mDecoder.decodeRegion(wantRegion, options); in decodeRegion()
121 public Bitmap decodeRegion(Rect wantRegion, BitmapFactory.Options options) { in decodeRegion() method in DumbBitmapRegionDecoder
453 bitmap = mDecoder.decodeRegion(mWantRegion, mOptions); in getTile()
475 Bitmap bitmap = mDecoder.decodeRegion(mOverlapRegion, mOptions); in getTileWithoutReusingBitmap()
/aosp14/frameworks/base/libs/hwui/jni/
H A DBitmapRegionDecoder.cpp86 bool decodeRegion(SkBitmap* bitmap, skia::BRDAllocator* allocator, const SkIRect& desiredSubset, in decodeRegion() function in android::BitmapRegionDecoderWrapper
89 return mMainImageBRD->decodeRegion(bitmap, allocator, desiredSubset, sampleSize, colorType, in decodeRegion()
119 if (!mGainmapBRD->decodeRegion(&bm, &allocator, desiredSubset, sampleSize, decodeColorType, in decodeGainmapRegion()
298 if (!brd->decodeRegion(&bitmap, allocator, subset, sampleSize, in nativeDecodeRegion()
/aosp14/frameworks/base/graphics/java/android/graphics/
H A DBitmapRegionDecoder.java238 public Bitmap decodeRegion(Rect rect, BitmapFactory.Options options) { in decodeRegion() method in BitmapRegionDecoder
/aosp14/frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/
H A DWallpaperCropActivity.java660 crop = decoder.decodeRegion(roundedTrueCrop, options);
/aosp14/frameworks/base/core/java/android/app/
H A DWallpaperManager.java1122 crop = decoder.decodeRegion(roundedTrueCrop, options); in getBuiltInDrawable()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt15057 …method public android.graphics.Bitmap decodeRegion(android.graphics.Rect, android.graphics.BitmapF…
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt17917 Landroid/graphics/LargeBitmap;->decodeRegion(Landroid/graphics/Rect;Landroid/graphics/BitmapFactory…