Searched refs:cropHeight (Results 1 – 2 of 2) sorted by relevance
1635 int cropHeight = (int) (activeArray.height() / zoomFactor); in getCropRegionForZoom() local1639 /*top*/cropCenterY - cropHeight / 2, in getCropRegionForZoom()1641 /*bottom*/cropCenterY + cropHeight / 2 - 1); in getCropRegionForZoom()
1184 float cropHeight = outHeight * (inWidth / (float) outWidth); in getMaxCropRect() local1185 cropRect.top = (inHeight - cropHeight) * verticalAlignment; in getMaxCropRect()1186 cropRect.bottom = cropRect.top + cropHeight; in getMaxCropRect()