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

/packages/apps/Gallery2/src/com/android/gallery3d/photoeditor/
H A DBitmapUtils.java63 private static Bitmap createBitmap( method in class:BitmapUtils
65 // Re-implement Bitmap createBitmap() to always return a mutable bitmap.
71 bitmap = Bitmap.createBitmap(width, height, source.getConfig());
76 bitmap = Bitmap.createBitmap(
187 Bitmap transformed = createBitmap(
208 Bitmap transformed = createBitmap(

Completed in 117 milliseconds