Searched refs:hRatio (Results 1 – 1 of 1) sorted by relevance
680 float hRatio = (float) wpData.mHeight / estimateCrop.height(); in generateCropInternal() local681 final int destHeight = (int) (estimateCrop.height() * hRatio); in generateCropInternal()682 final int destWidth = (int) (estimateCrop.width() * hRatio); in generateCropInternal()690 int newHeight = (int) (wpData.mHeight / hRatio); in generateCropInternal()691 int newWidth = (int) (wpData.mWidth / hRatio); in generateCropInternal()706 ? (int) (estimateCrop.height() * hRatio + 0.5f) in generateCropInternal()709 ? (int) (estimateCrop.width() * hRatio + 0.5f) in generateCropInternal()718 + ", hRatio=" + hRatio); in generateCropInternal()