Searched refs:xScale (Results 1 – 1 of 1) sorted by relevance
836 final float xScale = (float) newWidth / sourceWidth; in scaleCenterCrop() local838 final float scale = Math.max(xScale, yScale); in scaleCenterCrop()