Home
last modified time | relevance | path

Searched refs:getSources (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.cpp77 std::vector<Source*> Style::getSources() { in getSources() function in mbgl::style::Style
79 return impl->getSources(); in getSources()
82 std::vector<const Source*> Style::getSources() const { in getSources() function in mbgl::style::Style
83 return const_cast<const Impl&>(*impl).getSources(); in getSources()
H A Dstyle_impl.hpp58 std::vector< Source*> getSources();
59 std::vector<const Source*> getSources() const;
H A Dstyle_impl.cpp239 std::vector<Source*> Style::Impl::getSources() { in getSources() function in mbgl::style::Style::Impl
243 std::vector<const Source*> Style::Impl::getSources() const { in getSources() function in mbgl::style::Style::Impl
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/
H A Dstyle.hpp54 std::vector< Source*> getSources();
55 std::vector<const Source*> getSources() const;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/qt/src/
H A Dqmapboxgl_map_observer.cpp113 for (const auto& source : d_ptr->mapObj->getStyle().getSources()) { in onSourceChanged()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/default/mbgl/map/
H A Dmap_snapshotter.cpp101 for (auto source : map.getStyle().getSources()) { in snapshot()