Home
last modified time | relevance | path

Searched refs:getCollisionIndex (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/text/
H A Dplacement.hpp71 const CollisionIndex& getCollisionIndex() const;
H A Dplacement.cpp372 const CollisionIndex& Placement::getCollisionIndex() const { in getCollisionIndex() function in mbgl::Placement
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/
H A Drenderer_impl.cpp680 auto renderedSymbols = placement->getCollisionIndex().queryRenderedSymbols(geometry); in queryRenderedSymbols()