Searched refs:intCrop (Results 1 – 1 of 1) sorted by relevance
623 Rect intCrop = new Rect(); in getCroppedImage() local624 crop.roundOut(intCrop); in getCroppedImage()625 return Bitmap.createBitmap(image, intCrop.left, intCrop.top, intCrop.width(), in getCroppedImage()626 intCrop.height()); in getCroppedImage()