Searched refs:ShelfPack (Results 1 – 5 of 5) sorted by relevance
22 mapbox::ShelfPack::ShelfPackOptions options; in makeImageAtlas()24 mapbox::ShelfPack pack(0, 0, options); in makeImageAtlas()
109 static mapbox::ShelfPack::ShelfPackOptions shelfPackOptions() { in shelfPackOptions()110 mapbox::ShelfPack::ShelfPackOptions options; in shelfPackOptions()
84 mapbox::ShelfPack shelfPack;
12 mapbox::ShelfPack::ShelfPackOptions options; in makeGlyphAtlas()14 mapbox::ShelfPack pack(0, 0, options); in makeGlyphAtlas()
18 friend class ShelfPack;145 class ShelfPack { class176 …explicit ShelfPack(int32_t w = 0, int32_t h = 0, const ShelfPackOptions &options = ShelfPackOption… in ShelfPack() function in mapbox::ShelfPack