Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/util/
H A Dgrid_index.hpp68 std::vector<std::pair<T,BBox>> queryWithBoxes(const BBox&) const;
H A Dgrid_index.cpp75 std::vector<std::pair<T, typename GridIndex<T>::BBox>> GridIndex<T>::queryWithBoxes(const BBox& que… in queryWithBoxes() function in mbgl::GridIndex
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/text/
H A Dcollision_index.cpp280 std::vector<QueryResult> features = collisionGrid.queryWithBoxes(envelope); in queryRenderedSymbols()
281 std::vector<QueryResult> ignoredFeatures = ignoredGrid.queryWithBoxes(envelope); in queryRenderedSymbols()