Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/
DCropMath.java196 float finalH = origH; in fixAspectRatioContained() local
198 finalH = origW / a; in fixAspectRatioContained()
199 r.top = r.centerY() - finalH / 2; in fixAspectRatioContained()
200 r.bottom = r.top + finalH; in fixAspectRatioContained()