Home
last modified time | relevance | path

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

/dports/graphics/Coin/coin-Coin-4.0.0/src/navigation/
H A DSoCameraUtils.cpp271 float zoomedheight = unityheight / zoomvalue; in setZoomValue() local
273 camera->height.setValue(zoomedheight); in setZoomValue()
411 float zoomedheight = defaultheight / zoomvalue; in setZoomValue() local
412 float zoomedangle = asin(zoomedheight / sqrt(1.0f + (zoomedheight * zoomedheight))); in setZoomValue()
/dports/graphics/openimageio/oiio-Release-2.2.16.0/src/iv/
H A Divgl.cpp1054 float zoomedheight = m_zoom * img->oriented_full_height(); in clamp_view_to_window() local
1081 if (zoomedheight >= h) { in clamp_view_to_window()
/dports/graphics/py-openimageio/oiio-Release-2.2.16.0/src/iv/
H A Divgl.cpp1054 float zoomedheight = m_zoom * img->oriented_full_height(); in clamp_view_to_window() local
1081 if (zoomedheight >= h) { in clamp_view_to_window()