Home
last modified time | relevance | path

Searched refs:ensureGLCompatibleBitmap (Results 1 – 4 of 4) sorted by relevance

/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/data/
H A DDecodeUtils.java64 return ensureGLCompatibleBitmap( in decode()
86 return ensureGLCompatibleBitmap( in decode()
158 return ensureGLCompatibleBitmap(result); in decodeThumbnail()
184 return ensureGLCompatibleBitmap( in decodeIfBigEnough()
191 public static Bitmap ensureGLCompatibleBitmap(Bitmap bitmap) { in ensureGLCompatibleBitmap() method in DecodeUtils
/aosp12/packages/apps/Gallery2/src/com/android/photos/
H A DBitmapRegionTileSource.java207 return ensureGLCompatibleBitmap(result); in decodePreview()
210 private static Bitmap ensureGLCompatibleBitmap(Bitmap bitmap) { in ensureGLCompatibleBitmap() method in BitmapRegionTileSource
/aosp12/frameworks/base/packages/WallpaperCropper/src/com/android/photos/
H A DBitmapRegionTileSource.java514 return ensureGLCompatibleBitmap(result); in decodePreview()
517 private static Bitmap ensureGLCompatibleBitmap(Bitmap bitmap) { in ensureGLCompatibleBitmap() method in BitmapRegionTileSource
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DTileImageView.java675 mDecodedTile = DecodeUtils.ensureGLCompatibleBitmap(mModel.getTile( in decode()