Searched refs:MNU_DrawStringLarge (Results 1 – 4 of 4) sorted by relevance
/dports/games/NBlood/NBlood-a1689a4/source/sw/src/ |
H A D | menus.h | 62 void MNU_DrawStringLarge(short x, short y, const char *string);
|
H A D | menus.cpp | 786 MNU_DrawStringLarge(TEXT_XCENTER(w), 5, s); in MNU_KeySetupCustom() 1113 MNU_DrawStringLarge(TEXT_XCENTER(w), 5, s); in MNU_MouseButtonSetupCustom() 1212 MNU_DrawStringLarge(TEXT_XCENTER(w), 5, s); in MNU_MouseDigitalSetupCustom() 1411 MNU_DrawStringLarge(TEXT_XCENTER(w), 5, s); in MNU_JoystickButtonSetupCustom() 1540 MNU_DrawStringLarge(TEXT_XCENTER(w), 5, s); in MNU_JoystickAxisSetupCustom() 2333 MNU_DrawStringLarge(short x, short y, const char *string) in MNU_DrawStringLarge() function 2422 MNU_DrawStringLarge(x,y, &string[1]); in MNU_DrawString()
|
/dports/games/jfsw/jfsw-c434002/src/ |
H A D | menus.h | 62 void MNU_DrawStringLarge(short x, short y, const char *string);
|
H A D | menus.c | 925 MNU_DrawStringLarge(TEXT_XCENTER(w), 5, s); in MNU_KeySetupCustom() 1211 MNU_DrawStringLarge(TEXT_XCENTER(w), 5, s); in MNU_MouseButtonSetupCustom() 1300 MNU_DrawStringLarge(TEXT_XCENTER(w), 5, s); in MNU_MouseDigitalSetupCustom() 1395 MNU_DrawStringLarge(TEXT_XCENTER(w), 5, s); in MNU_JoystickButtonSetupCustom() 1517 MNU_DrawStringLarge(TEXT_XCENTER(w), 5, s); in MNU_JoystickAxisSetupCustom() 2285 MNU_DrawStringLarge(short x, short y, const char *string) in MNU_DrawStringLarge() function 2377 MNU_DrawStringLarge(x,y, &string[1]); in MNU_DrawString()
|