Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/gallery3d/app/
DCropImage.java589 int rectWidth = Math.round(rect.width() * scaleX); in getCroppedImage() local
591 dest.set(Math.round((outputX - rectWidth) / 2f), in getCroppedImage()
593 Math.round((outputX + rectWidth) / 2f), in getCroppedImage()