Home
last modified time | relevance | path

Searched defs:addImage (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/
H A Dstyle.cpp67 void Style::addImage(std::unique_ptr<Image> image) { in addImage() function in mbgl::style::Style
H A Dstyle_impl.cpp270 void Style::Impl::addImage(std::unique_ptr<style::Image> image) { in addImage() 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.cpp26 void ImageManager::addImage(Immutable<style::Image::Impl> image_) { in addImage() function in mbgl::ImageManager
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/annotation/
H A Dannotation_manager.cpp217 void AnnotationManager::addImage(std::unique_ptr<style::Image> image) { in addImage() function in mbgl::AnnotationManager
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/qt/src/
H A Dqmapboxgl.cpp1505 void QMapboxGL::addImage(const QString &id, const QImage &image) in addImage() function in QMapboxGL