Home
last modified time | relevance | path

Searched defs:addSource (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/
H A Dstyle.cpp95 void Style::addSource(std::unique_ptr<Source> source) { in addSource() function in mbgl::style::Style
H A Dstyle_impl.cpp138 void Style::Impl::addSource(std::unique_ptr<Source> source) { in addSource() function in mbgl::style::Style::Impl
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/qt/src/
H A Dqmapboxgl.cpp1303 void QMapboxGL::addSource(const QString &id, const QVariantMap &params) in addSource() function in QMapboxGL