Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqgeoprojection.cpp180 m_sideLengthPixels(256), in QGeoProjectionWebMercator()
434 const QDoubleVector2D coordAnchoredScaled = coordAnchored * m_sideLengthPixels; in quickItemTransformation()
461 QDoubleVector3D pos = wrappedProjection * m_sideLengthPixels; in isProjectable()
536 return (xyPlane.lineIntersection(m_eye, ray, s) / m_sideLengthPixels).toVector2D(); in viewportToWrappedMapProjection()
598 m_sideLengthPixels = (1 << intZoomLevel) * defaultTileSize; in setupCamera()
599 m_center = m_centerMercator * m_sideLengthPixels; in setupCamera()
712 m_transformation.scale(m_sideLengthPixels, m_sideLengthPixels, 1.0); in setupCamera()
715 m_transformation0.scale(m_sideLengthPixels, m_sideLengthPixels, 1.0); in setupCamera()
H A Dqgeoprojection_p.h247 double m_sideLengthPixels; // map edge size at integer zoom level variable