Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/util/
H A Dgrid_index.cpp33 int16_t x, y, cellIndex; in insert() local
36 cellIndex = xCellCount * y + x; in insert()
37 boxCells[cellIndex].push_back(uid); in insert()
53 int16_t x, y, cellIndex; in insert() local
56 cellIndex = xCellCount * y + x; in insert()
57 circleCells[cellIndex].push_back(uid); in insert()
146 int16_t x, y, cellIndex; in query() local
149 cellIndex = xCellCount * y + x; in query()
151 for (auto uid : boxCells[cellIndex]) { in query()
166 for (auto uid : circleCells[cellIndex]) { in query()
[all …]