Home
last modified time | relevance | path

Searched refs:stk_font_load (Results 1 – 7 of 7) sorted by relevance

/dports/games/lbreakout2/lbreakout2-2.6.5/gui/
H A Dgui_theme.c91 stk_font_load( SDL_SWSURFACE, "%s/font.png", name ); in gui_theme_load()
93 stk_font_load( SDL_SWSURFACE, "%s/font.png", name ); in gui_theme_load()
95 stk_font_load( SDL_SWSURFACE, "%s/font.png", name ); in gui_theme_load()
H A Dstk.h315 StkFont* stk_font_load( int flags, char *format, ... );
H A Dstk.c1024 StkFont* stk_font_load( int flags, char *format, ... ) in stk_font_load() function
/dports/games/lbreakout2/lbreakout2-2.6.5/client/
H A Dsetselect.c324 ssd.standard_font = stk_font_load( SDL_SWSURFACE, "f_small_yellow.png" ); in setselect_create()
327 ssd.highlight_font = stk_font_load( SDL_SWSURFACE, "f_small_white.png" ); in setselect_create()
330 ssd.caption_font = stk_font_load( SDL_SWSURFACE, "f_yellow.png" ); in setselect_create()
H A Dhelp.c291 help_font = stk_font_load( SDL_SWSURFACE, "f_small_yellow.png" ); in help_create()
294 help_caption_font = stk_font_load( SDL_SWSURFACE, "f_yellow.png" ); in help_create()
H A Dtheme.c184 ( font = stk_font_load( SDL_SWSURFACE | SDL_NONFATAL, theme_path ) ) == 0 ) in theme_load_font_fixed()
185 font = stk_font_load( SDL_SWSURFACE, name ); in theme_load_font_fixed()
H A Dhint.c139 hint_font = stk_font_load( SDL_SWSURFACE, "f_tiny_black.png" ); in hint_load_res()