Home
last modified time | relevance | path

Searched refs:loadURL (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.cpp21 void Style::loadURL(const std::string& url) { in loadURL() function in mbgl::style::Style
22 impl->loadURL(url); in loadURL()
H A Dstyle_impl.hpp45 void loadURL(const std::string&);
H A Dstyle_impl.cpp50 void Style::Impl::loadURL(const std::string& url_) { in loadURL() function in mbgl::style::Style::Impl
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/default/mbgl/map/
H A Dmap_snapshotter.cpp63 map.getStyle().loadURL(style.second); in Impl()
121 map.getStyle().loadURL(styleURL); in setStyleURL()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/
H A Dstyle.hpp29 void loadURL(const std::string&);
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/qt/src/
H A Dqmapboxgl.cpp653 d_ptr->mapObj->getStyle().loadURL(url.toStdString()); in setStyleUrl()