Home
last modified time | relevance | path

Searched refs:getLayers (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/
H A Dstyle.cpp105 std::vector<Layer*> Style::getLayers() { in getLayers() function in mbgl::style::Style
107 return impl->getLayers(); in getLayers()
110 std::vector<const Layer*> Style::getLayers() const { in getLayers() function in mbgl::style::Style
111 return const_cast<const Impl&>(*impl).getLayers(); in getLayers()
H A Dstyle_impl.hpp65 std::vector< Layer*> getLayers();
66 std::vector<const Layer*> getLayers() const;
H A Dstyle_impl.cpp183 std::vector<Layer*> Style::Impl::getLayers() { in getLayers() function in mbgl::style::Style::Impl
187 std::vector<const Layer*> Style::Impl::getLayers() const { in getLayers() function in mbgl::style::Style::Impl
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/
H A Dstyle.hpp64 std::vector< Layer*> getLayers();
65 std::vector<const Layer*> getLayers() const;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/tile/
H A Dvector_tile_data.cpp74 layers = mapbox::vector_tile::buffer(*data).getLayers(); in getLayer()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/vector-tile/1.0.2/include/mapbox/
H A Dvector_tile.hpp89 std::map<std::string, const protozero::data_view> getLayers() const { return layers; }; in getLayers() function in mapbox::vector_tile::buffer
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/qt/src/
H A Dqmapboxgl.cpp1483 const auto &layers = d_ptr->mapObj->getStyle().getLayers(); in layerIds()