Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/
H A Dimage_atlas.cpp22 mapbox::ShelfPack::ShelfPackOptions options; in makeImageAtlas()
24 mapbox::ShelfPack pack(0, 0, options); in makeImageAtlas()
H A Dimage_manager.cpp109 static mapbox::ShelfPack::ShelfPackOptions shelfPackOptions() { in shelfPackOptions()
110 mapbox::ShelfPack::ShelfPackOptions options; in shelfPackOptions()
H A Dimage_manager.hpp84 mapbox::ShelfPack shelfPack;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/text/
H A Dglyph_atlas.cpp12 mapbox::ShelfPack::ShelfPackOptions options; in makeGlyphAtlas()
14 mapbox::ShelfPack pack(0, 0, options); in makeGlyphAtlas()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/shelf-pack/2.1.1/include/mapbox/
H A Dshelf-pack.hpp18 friend class ShelfPack;
145 class ShelfPack { class
176 …explicit ShelfPack(int32_t w = 0, int32_t h = 0, const ShelfPackOptions &options = ShelfPackOption… in ShelfPack() function in mapbox::ShelfPack