Searched refs:hRatio (Results 1 – 1 of 1) sorted by relevance
698 final float hRatio = (float) wpData.mHeight / estimateCrop.height(); in generateCrop() local699 final int destHeight = (int) (estimateCrop.height() * hRatio); in generateCrop()700 final int destWidth = (int) (estimateCrop.width() * hRatio); in generateCrop()704 int newHeight = (int) (wpData.mHeight / hRatio); in generateCrop()705 int newWidth = (int) (wpData.mWidth / hRatio); in generateCrop()723 final int safeHeight = (int) (estimateCrop.height() * hRatio); in generateCrop()724 final int safeWidth = (int) (estimateCrop.width() * hRatio); in generateCrop()730 + ", hRatio=" + hRatio); in generateCrop()