Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/
DCropMath.java192 float origH = r.height(); in fixAspectRatioContained() local
193 float origA = origW / origH; in fixAspectRatioContained()
196 float finalH = origH; in fixAspectRatioContained()
202 finalW = origH * a; in fixAspectRatioContained()