Home
last modified time | relevance | path

Searched refs:shelves_ (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.hpp279 for (auto& shelf : shelves_) { in packOne()
314 shelves_.emplace_back(y, width_, h); in packOne()
315 return allocShelf(shelves_.back(), id, w, h); in packOne()
352 if (shelves_.size()) { in shrink()
356 for (auto& shelf : shelves_) { in shrink()
439 shelves_.clear(); in clear()
460 for (auto& shelf : shelves_) { in resize()
526 std::deque<Shelf> shelves_; member in mapbox::ShelfPack