Home
last modified time | relevance | path

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

/dports/games/SRB2/SRB2-SRB2_release_2.2.9/src/
H A Dst_stuff.c444 #define ST_DrawPatchFromHud(h,p,flags) V_DrawScaledPatch(hudinfo[h].x, hudinfo[h].y, hudinfo[h… macro
629 ST_DrawPatchFromHud(HUD_SCORE, sboscore, V_HUDTRANS); in ST_drawScore()
745 ST_DrawPatchFromHud(HUD_TIME, (downwards ? sboredtime : sbotime), V_HUDTRANS); in ST_drawTime()
755 ST_DrawPatchFromHud(HUD_TIMECOLON, sbocolon, V_HUDTRANS); // Colon in ST_drawTime()
760 ST_DrawPatchFromHud(HUD_TIMETICCOLON, sboperiod, V_HUDTRANS); // Period in ST_drawTime()
773ST_DrawPatchFromHud(HUD_RINGS, ((!stplyr->spectator && stplyr->rings <= 0 && leveltime/5 & 1) ? sb… in ST_drawRings()
H A Dy_inter.c175 #define ST_DrawPatchFromHud(h,p) V_DrawScaledPatch(hudinfo[h].x, hudinfo[h].y, hudinfo[h].f, p) macro
447 ST_DrawPatchFromHud(HUD_SCORE, sboscore); in Y_IntermissionDrawer()
451 ST_DrawPatchFromHud(HUD_TIME, sbotime); in Y_IntermissionDrawer()
463 ST_DrawPatchFromHud(HUD_TIMECOLON, sbocolon); // Colon in Y_IntermissionDrawer()
468 ST_DrawPatchFromHud(HUD_TIMETICCOLON, sboperiod); // Period in Y_IntermissionDrawer()