Searched refs:rectWidth (Results 1 – 1 of 1) sorted by relevance
589 int rectWidth = Math.round(rect.width() * scaleX); in getCroppedImage() local591 dest.set(Math.round((outputX - rectWidth) / 2f), in getCroppedImage()593 Math.round((outputX + rectWidth) / 2f), in getCroppedImage()