Home
last modified time | relevance | path

Searched defs:BBox (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/util/
H A Dgrid_index.cpp67 query(queryBBox, [&](const T& t, const BBox&) -> bool { in query()
87 query(queryBBox, [&](const T&, const BBox&) -> bool { in hitTest()
97 query(queryBCircle, [&](const T&, const BBox&) -> bool { in hitTest()
H A Dgrid_index.hpp61 using BBox = mapbox::geometry::box<float>; typedef in mbgl::GridIndex