Home
last modified time | relevance | path

Searched defs:getLayers (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.cpp105 std::vector<Layer*> Style::getLayers() { in getLayers() function in mbgl::style::Style
110 std::vector<const Layer*> Style::getLayers() const { in getLayers() function in mbgl::style::Style
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/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