Home
last modified time | relevance | path

Searched refs:getSource (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 Dstyle.cpp86 Source* Style::getSource(const std::string& id) { in getSource() function in mbgl::style::Style
88 return impl->getSource(id); in getSource()
91 const Source* Style::getSource(const std::string& id) const { in getSource() function in mbgl::style::Style
92 return impl->getSource(id); in getSource()
H A Dstyle_impl.hpp60 Source* getSource(const std::string& id) const;
H A Dstyle_impl.cpp248 Source* Style::Impl::getSource(const std::string& id) const { in getSource() function in mbgl::style::Style::Impl
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/
H A Dstyle.hpp57 Source* getSource(const std::string&);
58 const Source* getSource(const std::string&) const;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/qt/src/
H A Dqmapboxgl.cpp1323 return !!d_ptr->mapObj->getStyle().getSource(sourceID.toStdString()); in sourceExists()
1337 auto source = d_ptr->mapObj->getStyle().getSource(id.toStdString()); in updateSource()
1372 if (d_ptr->mapObj->getStyle().getSource(sourceIDStdString)) { in removeSource()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/annotation/
H A Dannotation_manager.cpp159 if (!style.get().impl->getSource(SourceID)) { in updateStyle()