Searched refs:aspRatio (Results 1 – 1 of 1) sorted by relevance
251 float aspRatio = aspectW / aspectH; in fixedAspectResizeInner() local305 newWidth = Math.max(newWidth, aspRatio * newHeight); in fixedAspectResizeInner()311 float heightSoFar = widthSoFar / aspRatio; in fixedAspectResizeInner()