Home
last modified time | relevance | path

Searched refs:V_DrawCenteredThinStringAtFixed (Results 1 – 3 of 3) sorted by relevance

/dports/games/SRB2/SRB2-SRB2_release_2.2.9/src/
H A Dv_video.h237 void V_DrawCenteredThinStringAtFixed(fixed_t x, fixed_t y, INT32 option, const char *string);
H A Dlua_hudlib.c789 V_DrawCenteredThinStringAtFixed(x, y, flags, str); in libd_drawString()
H A Dv_video.c2804 void V_DrawCenteredThinStringAtFixed(fixed_t x, fixed_t y, INT32 option, const char *string) in V_DrawCenteredThinStringAtFixed() function