Searched refs:yCellCount (Results 1 – 2 of 2) sorted by relevance
16 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()
94 const int16_t yCellCount; member in mbgl::GridIndex