Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqgeoprojection.cpp185 m_halfHeight(0.0), in QGeoProjectionWebMercator()
525 pos *= QDoubleVector2D(m_halfWidth, m_halfHeight); in viewportToWrappedMapProjection()
682 m_halfHeight = m_aperture; in setupCamera()
692 …projectionMatrix.frustum(-m_halfWidth, m_halfWidth, -m_halfHeight, m_halfHeight, m_nearPlane, m_fa… in setupCamera()
H A Dqgeoprojection_p.h252 double m_halfHeight; variable