Home
last modified time | relevance | path

Searched refs:trueCrop (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/
DCropActivity.java427 RectF trueCrop = CropMath.getScaledCropBounds(mCrop, mPhoto, mOrig); in doInBackground() local
430 m.mapRect(trueCrop); in doInBackground()
431 if (trueCrop != null) { in doInBackground()
433 trueCrop.roundOut(rounded); in doInBackground()
465 RectF trueCrop = CropMath.getScaledCropBounds(mCrop, mPhoto, mOrig); in doInBackground() local
466 if (trueCrop == null) { in doInBackground()
472 trueCrop.roundOut(roundedTrueCrop); in doInBackground()
DCropMath.java221 RectF trueCrop = new RectF(cropBounds); in getScaledCropBounds() local
222 if (!m.mapRect(trueCrop)) { in getScaledCropBounds()
225 return trueCrop; in getScaledCropBounds()