Home
last modified time | relevance | path

Searched refs:getImpls (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/
H A Dstyle_impl.cpp350 return images.getImpls(); in getImageImpls()
354 return sources.getImpls(); in getSourceImpls()
358 return layers.getImpls(); in getLayerImpls()
H A Dcollection.hpp37 ImmutableVector getImpls() const { return impls; } in getImpls() function in mbgl::style::Collection