Home
last modified time | relevance | path

Searched refs:yCellCount (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.cpp16 yCellCount(std::ceil(height_ / cellSize_)), in GridIndex()
18 yScale(yCellCount / height_) in GridIndex()
20 boxCells.resize(xCellCount * yCellCount); in GridIndex()
21 circleCells.resize(xCellCount * yCellCount); in GridIndex()
253 return util::max(0.0, util::min(yCellCount - 1.0, std::floor(y * yScale))); in convertToYCellCoord()
H A Dgrid_index.hpp94 const int16_t yCellCount; member in mbgl::GridIndex