Searched defs:bmap (Results 1 – 9 of 9) sorted by relevance
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/controller/ |
D | BitmapCaller.java | 22 public void available(Bitmap bmap); in available()
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/cache/ |
D | ImageLoader.java | 405 Bitmap bmap = loadConstrainedBitmap(uri, context, maxSideLength, originalBounds, false); in loadOrientedConstrainedBitmap() local 446 Bitmap bmap = null; in loadBitmapWithBackouts() local 491 Bitmap bmap = null; in decodeResourceWithBackouts() local
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/ |
D | CropMath.java | 233 public static int getBitmapSize(Bitmap bmap) { in getBitmapSize()
|
D | CropActivity.java | 267 Bitmap bmap = ImageLoader.loadConstrainedBitmap(uri, mContext, mBitmapSize, in doInBackground() local
|
/packages/apps/Dialer/java/com/android/dialer/callcomposer/camera/exif/ |
D | ExifInterface.java | 367 public void writeExif(Bitmap bmap, OutputStream exifOutStream) throws IOException { in writeExif()
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/ |
D | GeometryMathUtils.java | 389 Bitmap bmap = image; in applyGeometryRepresentations() local
|
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/ |
D | ExifInterface.java | 816 public void writeExif(Bitmap bmap, OutputStream exifOutStream) throws IOException { in writeExif() 880 public void writeExif(Bitmap bmap, String exifOutFileName) throws FileNotFoundException, in writeExif()
|
/packages/apps/Camera2/src/com/android/camera/exif/ |
D | ExifInterface.java | 816 public void writeExif(Bitmap bmap, OutputStream exifOutStream) throws IOException { in writeExif() 875 public void writeExif(Bitmap bmap, String exifOutFileName) throws FileNotFoundException, in writeExif()
|
/packages/apps/Messaging/src/com/android/messaging/util/exif/ |
D | ExifInterface.java | 816 public void writeExif(Bitmap bmap, OutputStream exifOutStream) throws IOException { in writeExif() 880 public void writeExif(Bitmap bmap, String exifOutFileName) throws FileNotFoundException, in writeExif()
|