Home
last modified time | relevance | path

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

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