Home
last modified time | relevance | path

Searched refs:PrefetchTwoNeighbourLayers (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeotiledmap/
H A Dtst_qgeotiledmap.cpp177 if (qCeil(zoomLevel) != zoomLevel && style == QGeoTiledMap::PrefetchTwoNeighbourLayers) in fetchTiles()
194 …4 : prefetch count: 4") << 4.0 << 4 << 16 + 4 + 4 << QGeoTiledMap::PrefetchTwoNeighbourLayers << 3; in fetchTiles_data()
195 … 4 : prefetch count: 4") << 4.1 << 4 << 4 + 4 + 4 << QGeoTiledMap::PrefetchTwoNeighbourLayers << 3; in fetchTiles_data()
196 …4 : prefetch count: 4") << 4.6 << 4 << 4 + 4 + 4 << QGeoTiledMap::PrefetchTwoNeighbourLayers << 5; in fetchTiles_data()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqgeotiledmap_p.h78 enum PrefetchStyle { NoPrefetching, PrefetchNeighbourLayer, PrefetchTwoNeighbourLayers }; enumerator
H A Dqgeotiledmap.cpp198 m_prefetchStyle(QGeoTiledMap::PrefetchTwoNeighbourLayers) in QGeoTiledMapPrivate()
250 case QGeoTiledMap::PrefetchTwoNeighbourLayers: { in prefetchTiles()
H A Dqgeotiledmappingmanagerengine.cpp56 m_prefetchStyle(QGeoTiledMap::PrefetchTwoNeighbourLayers), in QGeoTiledMappingManagerEngine()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/esri/
H A Dgeotiledmappingmanagerengine_esri.cpp204 m_prefetchStyle = QGeoTiledMap::PrefetchTwoNeighbourLayers; in GeoTiledMappingManagerEngineEsri()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/mapbox/
H A Dqgeotiledmappingmanagerenginemapbox.cpp236 m_prefetchStyle = QGeoTiledMap::PrefetchTwoNeighbourLayers; in QGeoTiledMappingManagerEngineMapbox()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/osm/
H A Dqgeotiledmappingmanagerengineosm.cpp328 m_prefetchStyle = QGeoTiledMap::PrefetchTwoNeighbourLayers; in QGeoTiledMappingManagerEngineOsm()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/nokia/
H A Dqgeotiledmappingmanagerengine_nokia.cpp195 m_prefetchStyle = QGeoTiledMap::PrefetchTwoNeighbourLayers; in QGeoTiledMappingManagerEngineNokia()