Home
last modified time | relevance | path

Searched refs:m_scaleFactor (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/mapbox/
H A Dqgeotilefetchermapbox.cpp55 m_scaleFactor = qBound(1, scaleFactor, 2); in QGeoTileFetcherMapbox()
95 …((m_scaleFactor > 1) ? (QLatin1Char('@') + QString::number(m_scaleFactor) + QLatin1String("x.")) :… in getTileImage()
H A Dqgeofiletilecachemapbox.cpp46 m_scaleFactor = qBound(1, scaleFactor, 2); in QGeoFileTileCacheMapbox()
75 filename += QString::number(m_scaleFactor); in tileSpecToFilename()
104 if (scaleFactor != m_scaleFactor) in filenameToTileSpec()
H A Dqgeofiletilecachemapbox.h58 int m_scaleFactor; variable
H A Dqgeotilefetchermapbox.h69 int m_scaleFactor; variable
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqgeotiledmapscene.cpp149 m_scaleFactor(1.0), in QGeoTiledMapScenePrivate()
151 m_scaleFactor(10.0), in QGeoTiledMapScenePrivate()
185 double edge = m_scaleFactor * m_tileSize; in buildGeometry()
355 double edge = m_scaleFactor * m_tileSize; in setupCamera()
660 double sideLength = d->m_scaleFactor * d->m_tileSize * d->m_sideLength; in updateSceneGraph()
H A Dqgeotiledmapscene_p_p.h162 double m_scaleFactor; variable