Home
last modified time | relevance | path

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

/dports/games/widelands/widelands-build21/src/graphic/
H A Dbuild_texture_atlas.h34 build_texture_atlas(const int max_size,
H A Dbuild_texture_atlas.cc109 build_texture_atlas(const int max_size, in build_texture_atlas() function
H A Dgraphic.cc133 auto texture_atlases = build_texture_atlas(max_texture_size_, &textures_in_atlas); in initialize()
/dports/games/el/Eternal-Lands-1.9.5.9-1/
H A Dfont.h1159 bool build_texture_atlas();
H A Dfont.cpp702 return build_texture_atlas(); in load_texture()
1548 bool Font::build_texture_atlas() in build_texture_atlas() function in eternal_lands::Font