Home
last modified time | relevance | path

Searched refs:wfree_ (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/shelf-pack/2.1.1/include/mapbox/
H A Dshelf-pack.hpp84 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