Searched refs:trueCrop (Results 1 – 2 of 2) sorted by relevance
427 RectF trueCrop = CropMath.getScaledCropBounds(mCrop, mPhoto, mOrig); in doInBackground() local430 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() local466 if (trueCrop == null) { in doInBackground()472 trueCrop.roundOut(roundedTrueCrop); in doInBackground()
221 RectF trueCrop = new RectF(cropBounds); in getScaledCropBounds() local222 if (!m.mapRect(trueCrop)) { in getScaledCropBounds()225 return trueCrop; in getScaledCropBounds()