Home
last modified time | relevance | path

Searched refs:getLayerImpls (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_impl.hpp90 Immutable<std::vector<Immutable<Layer::Impl>>> getLayerImpls() const;
H A Dstyle_impl.cpp357 Immutable<std::vector<Immutable<Layer::Impl>>> Style::Impl::getLayerImpls() const { in getLayerImpls() function in mbgl::style::Style::Impl
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/map/
H A Dmap.cpp783 style->impl->getLayerImpls(), in onUpdate()