Home
last modified time | relevance | path

Searched refs:loadJSON (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.cpp17 void Style::loadJSON(const std::string& json) { in loadJSON() function in mbgl::style::Style
18 impl->loadJSON(json); in loadJSON()
H A Dstyle_impl.hpp44 void loadJSON(const std::string&);
H A Dstyle_impl.cpp42 void Style::Impl::loadJSON(const std::string& json_) { in loadJSON() 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.cpp61 map.getStyle().loadJSON(style.second); in Impl()
129 map.getStyle().loadJSON(styleJSON); in setStyleJSON()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/
H A Dstyle.hpp28 void loadJSON(const std::string&);
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/qt/src/
H A Dqmapboxgl.cpp628 d_ptr->mapObj->getStyle().loadJSON(style.toStdString()); in setStyleJson()