Searched defs:height_ (Results 1 – 3 of 3) sorted by relevance
12 constexpr Size(const uint32_t width_, const uint32_t height_) : width(width_), height(height_) { in Size()
12 GridIndex<T>::GridIndex(const float width_, const float height_, const int16_t cellSize_) : in GridIndex()
522 int32_t height_; member in mapbox::ShelfPack