Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqgeotiledmapscene.cpp159 m_tileXWrapsBelow(0), in QGeoTiledMapScenePrivate()
174 if (x < m_tileXWrapsBelow) in buildGeometry()
298 m_tileXWrapsBelow = 0; in updateTileBounds()
302 m_tileXWrapsBelow = m_sideLength / 2; in updateTileBounds()
304 m_tileXWrapsBelow = (m_sideLength / 2) - 1; in updateTileBounds()
314 if (tile.x() < m_tileXWrapsBelow) in updateTileBounds()
330 if (tile.x() < m_tileXWrapsBelow) in updateTileBounds()
362 if (center.x() < m_tileXWrapsBelow) in setupCamera()
H A Dqgeotiledmapscene_p_p.h181 int m_tileXWrapsBelow; // the wrap point as a tile index variable