Home
last modified time | relevance | path

Searched refs:aspRatio (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/
DBoundedRect.java251 float aspRatio = aspectW / aspectH; in fixedAspectResizeInner() local
305 newWidth = Math.max(newWidth, aspRatio * newHeight); in fixedAspectResizeInner()
311 float heightSoFar = widthSoFar / aspRatio; in fixedAspectResizeInner()