Home
last modified time | relevance | path

Searched refs:packOne (Results 1 – 4 of 4) 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.hpp207 Bin* allocation = packOne(bin.id, bin.w, bin.h);
237 Bin* packOne(int32_t id, int32_t w, int32_t h) { in packOne() function in mapbox::ShelfPack
337 return packOne(id, w, h); // retry in packOne()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/
H A Dimage_atlas.cpp29 const mapbox::Bin& bin = *pack.packOne(-1, in makeImageAtlas()
H A Dimage_manager.cpp135 mapbox::Bin* bin = shelfPack.packOne(-1, width, height); in getPattern()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/text/
H A Dglyph_atlas.cpp24 const mapbox::Bin& bin = *pack.packOne(-1, in makeGlyphAtlas()