Searched refs:getLayers (Results 1 – 7 of 7) sorted by relevance
105 std::vector<Layer*> Style::getLayers() { in getLayers() function in mbgl::style::Style107 return impl->getLayers(); in getLayers()110 std::vector<const Layer*> Style::getLayers() const { in getLayers() function in mbgl::style::Style111 return const_cast<const Impl&>(*impl).getLayers(); in getLayers()
65 std::vector< Layer*> getLayers();66 std::vector<const Layer*> getLayers() const;
183 std::vector<Layer*> Style::Impl::getLayers() { in getLayers() function in mbgl::style::Style::Impl187 std::vector<const Layer*> Style::Impl::getLayers() const { in getLayers() function in mbgl::style::Style::Impl
64 std::vector< Layer*> getLayers();65 std::vector<const Layer*> getLayers() const;
74 layers = mapbox::vector_tile::buffer(*data).getLayers(); in getLayer()
89 std::map<std::string, const protozero::data_view> getLayers() const { return layers; }; in getLayers() function in mapbox::vector_tile::buffer
1483 const auto &layers = d_ptr->mapObj->getStyle().getLayers(); in layerIds()