Searched refs:removeImage (Results 1 – 12 of 12) sorted by relevance
72 void Style::removeImage(const std::string& name) { in removeImage() function in mbgl::style::Style74 impl->removeImage(name); in removeImage()
84 void removeImage(const std::string&);
275 void Style::Impl::removeImage(const std::string& id) { in removeImage() function in mbgl::style::Style::Impl
32 removeImage(image_->id); in updateImage()36 void ImageManager::removeImage(const std::string& id) { in removeImage() function in mbgl::ImageManager
51 void removeImage(const std::string&);
142 imageManager->removeImage(entry.first); in render()
226 void AnnotationManager::removeImage(const std::string& id_) { in removeImage() function in mbgl::AnnotationManager230 style.get().impl->removeImage(id); in removeImage()
36 void removeImage(const std::string&);
230 void removeImage(const QString &name);
1515 void QMapboxGL::removeImage(const QString &id) in removeImage() function in QMapboxGL1517 d_ptr->mapObj->getStyle().removeImage(id.toStdString()); in removeImage()
681 impl->annotationManager.removeImage(id); in removeAnnotationImage()