Searched defs:width_ (Results 1 – 4 of 4) sorted by relevance
12 constexpr Size(const uint32_t width_, const uint32_t height_) : width(width_), height(height_) { in Size()
38 style::DataDrivenPropertyValue<float> width_ = 1.0f, in LineAnnotation()
12 GridIndex<T>::GridIndex(const float width_, const float height_, const int16_t cellSize_) : in GridIndex()
521 int32_t width_; member in mapbox::ShelfPack