Searched refs:m_tileXWrapsBelow (Results 1 – 2 of 2) sorted by relevance
159 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()
181 int m_tileXWrapsBelow; // the wrap point as a tile index variable