Searched refs:scaledCrop (Results 1 – 2 of 2) sorted by relevance
241 RectF scaledCrop = new RectF(mUpdateHolder.crop); in forceStateConsistency() local242 FilterCropRepresentation.findScaledCrop(scaledCrop, width, height); in forceStateConsistency()243 mCropObj = new CropObject(mImageBounds, scaledCrop, (int) mUpdateHolder.straighten); in forceStateConsistency()
695 RectF scaledCrop = CropMath.getScaledCropBounds(crop, photo, imageBounds); in getBitmapCrop() local696 return scaledCrop; in getBitmapCrop()