Searched refs:zoomedheight (Results 1 – 3 of 3) sorted by relevance
271 float zoomedheight = unityheight / zoomvalue; in setZoomValue() local273 camera->height.setValue(zoomedheight); in setZoomValue()411 float zoomedheight = defaultheight / zoomvalue; in setZoomValue() local412 float zoomedangle = asin(zoomedheight / sqrt(1.0f + (zoomedheight * zoomedheight))); in setZoomValue()
1054 float zoomedheight = m_zoom * img->oriented_full_height(); in clamp_view_to_window() local1081 if (zoomedheight >= h) { in clamp_view_to_window()