Home
last modified time | relevance | path

Searched defs:GridIndex (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.hpp56 class GridIndex { class
H A Dgrid_index.cpp12 GridIndex<T>::GridIndex(const float width_, const float height_, const int16_t cellSize_) : in GridIndex() function in mbgl::GridIndex
301 template class GridIndex<IndexedSubfeature>; variable