Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqgeoprojection.cpp182 m_nearPlane(0.0), in QGeoProjectionWebMercator()
662 m_nearPlane = 1.0; in setupCamera()
692 …projectionMatrix.frustum(-m_halfWidth, m_halfWidth, -m_halfHeight, m_halfHeight, m_nearPlane, m_fa… in setupCamera()
H A Dqgeoprojection_p.h249 double m_nearPlane; variable