Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/gallery3d/data/
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
/packages/apps/Gallery2/src/com/android/photos/
DBitmapRegionTileSource.java207 return ensureGLCompatibleBitmap(result); in decodePreview()
210 private static Bitmap ensureGLCompatibleBitmap(Bitmap bitmap) { in ensureGLCompatibleBitmap() method in BitmapRegionTileSource
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
DTileImageView.java675 mDecodedTile = DecodeUtils.ensureGLCompatibleBitmap(mModel.getTile( in decode()