Home
last modified time | relevance | path

Searched refs:GridIndex (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/util/
H A Dgrid_index.cpp12 GridIndex<T>::GridIndex(const float width_, const float height_, const int16_t cellSize_) : in GridIndex() function in mbgl::GridIndex
25 void GridIndex<T>::insert(T&& t, const BBox& bbox) { in insert()
45 void GridIndex<T>::insert(T&& t, const BCircle& bcircle) { in insert()
65 std::vector<T> GridIndex<T>::query(const BBox& queryBBox) const { in query()
75 std::vector<std::pair<T, typename GridIndex<T>::BBox>> GridIndex<T>::queryWithBoxes(const BBox& que… in queryWithBoxes()
85 bool GridIndex<T>::hitTest(const BBox& queryBBox) const { in hitTest()
95 bool GridIndex<T>::hitTest(const BCircle& queryBCircle) const { in hitTest()
105 bool GridIndex<T>::noIntersection(const BBox& queryBBox) const { in noIntersection()
110 bool GridIndex<T>::completeIntersection(const BBox& queryBBox) const { in completeIntersection()
115 typename GridIndex<T>::BBox GridIndex<T>::convertToBox(const BCircle& circle) const { in convertToBox()
[all …]
H A Dgrid_index.hpp56 class GridIndex { class
59 GridIndex(const float width_, const float height_, const int16_t cellSize_);
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/text/
H A Dcollision_index.hpp16 using CollisionGrid = GridIndex<IndexedSubfeature>;
H A Dcollision_index.cpp246 bool polygonIntersectsBox(const LineString<float>& polygon, const GridIndex<IndexedSubfeature>::BBo… in polygonIntersectsBox()
278 using QueryResult = std::pair<IndexedSubfeature, GridIndex<IndexedSubfeature>::BBox>; in queryRenderedSymbols()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/geometry/
H A Dfeature_index.hpp98 GridIndex<IndexedSubfeature> grid;