Home
last modified time | relevance | path

Searched refs:removeImage (Results 1 – 12 of 12) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/
H A Dstyle.cpp72 void Style::removeImage(const std::string& name) { in removeImage() function in mbgl::style::Style
74 impl->removeImage(name); in removeImage()
H A Dstyle_impl.hpp84 void removeImage(const std::string&);
H A Dstyle_impl.cpp275 void Style::Impl::removeImage(const std::string& id) { in removeImage() function in mbgl::style::Style::Impl
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/
H A Dimage_manager.cpp32 removeImage(image_->id); in updateImage()
36 void ImageManager::removeImage(const std::string& id) { in removeImage() function in mbgl::ImageManager
H A Dimage_manager.hpp51 void removeImage(const std::string&);
H A Drenderer_impl.cpp142 imageManager->removeImage(entry.first); in render()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/
H A Dstyle.hpp51 void removeImage(const std::string&);
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/annotation/
H A Dannotation_manager.cpp226 void AnnotationManager::removeImage(const std::string& id_) { in removeImage() function in mbgl::AnnotationManager
230 style.get().impl->removeImage(id); in removeImage()
H A Dannotation_manager.hpp36 void removeImage(const std::string&);
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/qt/include/
H A Dqmapboxgl.hpp230 void removeImage(const QString &name);
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/qt/src/
H A Dqmapboxgl.cpp1515 void QMapboxGL::removeImage(const QString &id) in removeImage() function in QMapboxGL
1517 d_ptr->mapObj->getStyle().removeImage(id.toStdString()); in removeImage()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/map/
H A Dmap.cpp681 impl->annotationManager.removeImage(id); in removeAnnotationImage()