Home
last modified time | relevance | path

Searched defs:photoBounds (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/
DCropActivity.java322 RectF cropBounds, RectF photoBounds, RectF currentBitmapBounds, String format, in startBitmapIO()
385 RectF cropBounds, RectF photoBounds, RectF originalBitmapBounds, int rotation, in BitmapIOTask()
617 protected static Bitmap getCroppedImage(Bitmap image, RectF cropBounds, RectF photoBounds) { in getCroppedImage()
DCropMath.java217 public static RectF getScaledCropBounds(RectF cropBounds, RectF photoBounds, in getScaledCropBounds()