Home
last modified time | relevance | path

Searched refs:build_sdl_color_table (Results 1 – 2 of 2) sorted by relevance

/dports/games/alephone/alephone-release-20190331/Source_Files/RenderOther/
H A Dscreen.cpp134 static void build_sdl_color_table(const color_table *color_table, SDL_Color *colors);
600 build_sdl_color_table(world_color_table, colors); in reallocate_world_pixels()
1062 build_sdl_color_table(interface_color_table, colors); in change_screen_mode()
1688 static void build_sdl_color_table(const color_table *color_table, SDL_Color *colors) in build_sdl_color_table() function
1759 build_sdl_color_table(interface_color_table, colors); in assert_world_color_table()
H A Dgame_window.cpp472 extern void build_sdl_color_table(const color_table *color_table, SDL_Color *colors);