Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/
H A Dcustom_tile_loader.hpp26 void removeTile(const OverscaledTileID& tileID);
H A Dcustom_tile_loader.cpp42 void CustomTileLoader::removeTile(const OverscaledTileID& tileID) { in removeTile() function in mbgl::style::CustomTileLoader
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/annotation/
H A Dannotation_manager.hpp45 void removeTile(AnnotationTile&);
H A Dannotation_tile.cpp19 annotationManager.removeTile(*this); in ~AnnotationTile()
H A Dannotation_manager.cpp206 void AnnotationManager::removeTile(AnnotationTile& tile) { in removeTile() function in mbgl::AnnotationManager
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/tile/
H A Dcustom_geometry_tile.cpp28 loader.invoke(&style::CustomTileLoader::removeTile, id); in ~CustomGeometryTile()