Searched refs:zoomRatioRight (Results 1 – 1 of 1) sorted by relevance
320 float zoomRatioRight = std::max(arrayWidth / (2 * cropRegionRight), 1.0f); in deriveZoomRatio() local324 zoomRatio = std::min(std::min(zoomRatioLeft, zoomRatioRight), in deriveZoomRatio()