Home
last modified time | relevance | path

Searched refs:m_sideLength (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqgeotiledmapscene.cpp80 d->m_sideLength = 1 << d->m_intZoomLevel; in updateSceneParameters()
154 m_sideLength(0), in QGeoTiledMapScenePrivate()
175 x += m_sideLength; in buildGeometry()
287 else if (x == (m_sideLength - 1)) in updateTileBounds()
289 else if (x == ((m_sideLength / 2) - 1)) { in updateTileBounds()
291 } else if (x == (m_sideLength / 2)) { in updateTileBounds()
302 m_tileXWrapsBelow = m_sideLength / 2; in updateTileBounds()
304 m_tileXWrapsBelow = (m_sideLength / 2) - 1; in updateTileBounds()
315 x += m_sideLength; in updateTileBounds()
331 x += m_sideLength; in updateTileBounds()
[all …]
H A Dqgeocameratiles.cpp82 d_ptr->m_sideLength = 1 << d_ptr->m_intZoomLevel; in setCameraData()
180 m_sideLength(0), in QGeoCameraTilesPrivate()
249 QDoubleVector3D center = m_sideLength * QWebMercator::coordToMercator(m_camera.center()); in createFrustum()
495 double side = 1.0 * m_sideLength; in clipFootprintToMap()
678 if (qFuzzyCompare(p.x(), m_sideLength * 1.0)) in tilesFromPolygon()
679 x = m_sideLength - 1; in tilesFromPolygon()
681 x = static_cast<int>(p.x()) % m_sideLength; in tilesFromPolygon()
686 if (qFuzzyCompare(p.y(), m_sideLength * 1.0)) in tilesFromPolygon()
687 y = m_sideLength - 1; in tilesFromPolygon()
689 y = static_cast<int>(p.y()) % m_sideLength; in tilesFromPolygon()
H A Dqgeocameratiles_p_p.h133 int m_sideLength; variable
H A Dqgeotiledmapscene_p_p.h170 int m_sideLength; variable