Home
last modified time | relevance | path

Searched refs:addAnnotationImage (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/map/
H A Dmap.hpp147 void addAnnotationImage(std::unique_ptr<style::Image>);
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/map/
H A Dmap.cpp676 void Map::addAnnotationImage(std::unique_ptr<style::Image> image) { in addAnnotationImage() function in mbgl::Map
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/qt/src/
H A Dqmapboxgl.cpp1162 d_ptr->mapObj->addAnnotationImage(toStyleImage(name, icon)); in addAnnotationIcon()