Home
last modified time | relevance | path

Searched refs:PrefetchStyle (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqgeotiledmap_p.h78 enum PrefetchStyle { NoPrefetching, PrefetchNeighbourLayer, PrefetchTwoNeighbourLayers }; enum
85 void setPrefetchStyle(PrefetchStyle style);
H A Dqgeotiledmap_p_p.h110 QGeoTiledMap::PrefetchStyle m_prefetchStyle;
H A Dqgeotiledmappingmanagerengine_p.h109 QGeoTiledMap::PrefetchStyle m_prefetchStyle;
H A Dqgeotiledmap.cpp115 void QGeoTiledMap::setPrefetchStyle(QGeoTiledMap::PrefetchStyle style) in setPrefetchStyle()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeotiledmap/
H A Dtst_qgeotiledmap.cpp43 Q_DECLARE_METATYPE(QGeoTiledMap::PrefetchStyle)
122 QFETCH(QGeoTiledMap::PrefetchStyle, style); in fetchTiles()
186 QTest::addColumn<QGeoTiledMap::PrefetchStyle>("style"); in fetchTiles_data()