Searched refs:wfree_ (Results 1 – 1 of 1) sorted by relevance
84 x_(0), y_(y1), w_(w1), h_(h1), wfree_(w1) { } in Shelf()101 if (w1 > wfree_ || h1 > h_) { in alloc()106 wfree_ -= w1; in alloc()122 wfree_ += (w1 - w_); in resize()131 int32_t wfree() const { return wfree_; } in wfree()138 int32_t wfree_; member in mapbox::Shelf