Home
last modified time | relevance | path

Searched refs:WI_drawTime (Results 1 – 9 of 9) sorted by relevance

/dports/games/prboom/prboom-2.5.0/src/
H A Dwi_stuff.c767 static void WI_drawTime(int x, int y, int t) in WI_drawTime() function
834 WI_drawTime(320/2 - SP_TIMEX, SP_TIMEY, cnt_time); in WI_drawTimeStats()
837 WI_drawTime(320/2 - SP_TIMEX, (SP_TIMEY+200)/2, cnt_total_time); in WI_drawTimeStats()
849 WI_drawTime(320 - SP_TIMEX, SP_TIMEY, cnt_par); in WI_drawTimeStats()
/dports/games/prboom-plus/prboom-plus-2.5.1.3/src/
H A Dwi_stuff.c770 static void WI_drawTime(int x, int y, int t) in WI_drawTime() function
837 WI_drawTime(320/2 - SP_TIMEX, SP_TIMEY, cnt_time); in WI_drawTimeStats()
840 WI_drawTime(320/2 - SP_TIMEX, (SP_TIMEY+200)/2, cnt_total_time); in WI_drawTimeStats()
852 WI_drawTime(320 - SP_TIMEX, SP_TIMEY, cnt_par); in WI_drawTimeStats()
/dports/games/zdoom/zdoom-2.8.1/src/
H A Dwi_stuff.cpp1043 void WI_drawTime (int x, int y, int t, bool no_sucks=false) in WI_drawTime() function
1950 WI_drawTime (160 - SP_TIMEX, SP_TIMEY, cnt_time); in WI_drawStats()
1953WI_drawTime (160 - SP_TIMEX, SP_TIMEY + lh, cnt_total_time, true); // no 'sucks' for total time ev… in WI_drawStats()
1959 WI_drawTime (320 - SP_TIMEX, SP_TIMEY, cnt_par); in WI_drawStats()
1986 WI_drawTime (249, 160, cnt_time); in WI_drawStats()
1989 WI_drawTime (249, 180, cnt_total_time); in WI_drawStats()
/dports/games/crispy-doom/crispy-doom-crispy-doom-5.10.3/src/doom/
H A Dwi_stuff.c729 WI_drawTime in WI_drawTime() function
1587 WI_drawTime(ORIGWIDTH/2 - SP_TIMEX, SP_TIMEY, cnt_time, true); in WI_drawStats()
1593 WI_drawTime(ORIGWIDTH - SP_TIMEX, SP_TIMEY, cnt_par, true); in WI_drawStats()
1604 WI_drawTime((wide ? ORIGWIDTH : ORIGWIDTH/2) - SP_TIMEX, SP_TIMEY + 16, ttime, false); in WI_drawStats()
/dports/games/libretro-prboom/libretro-prboom-cc80175/src/
H A Dwi_stuff.c870 static void WI_drawTime(int x, int y, int t) in WI_drawTime() function
937 WI_drawTime(320/2 - SP_TIMEX, SP_TIMEY, cnt_time); in WI_drawTimeStats()
940 WI_drawTime(320/2 - SP_TIMEX, (SP_TIMEY+200)/2, cnt_total_time); in WI_drawTimeStats()
952 WI_drawTime(320 - SP_TIMEX, SP_TIMEY, cnt_par); in WI_drawTimeStats()
/dports/games/chocolate-doom/chocolate-doom-3.0.1/src/strife/
H A Dwi_stuff.c704 WI_drawTime
1475 WI_drawTime(SCREENWIDTH/2 - SP_TIMEX, SP_TIMEY, cnt_time);
1480 WI_drawTime(SCREENWIDTH - SP_TIMEX, SP_TIMEY, cnt_par);
/dports/games/chocolate-doom/chocolate-doom-3.0.1/src/doom/
H A Dwi_stuff.c704 WI_drawTime in WI_drawTime() function
1471 WI_drawTime(SCREENWIDTH/2 - SP_TIMEX, SP_TIMEY, cnt_time); in WI_drawStats()
1476 WI_drawTime(SCREENWIDTH - SP_TIMEX, SP_TIMEY, cnt_par); in WI_drawStats()
/dports/games/crispy-doom/crispy-doom-crispy-doom-5.10.3/src/strife/
H A Dwi_stuff.c704 WI_drawTime
1475 WI_drawTime(SCREENWIDTH/2 - SP_TIMEX, SP_TIMEY, cnt_time);
1480 WI_drawTime(SCREENWIDTH - SP_TIMEX, SP_TIMEY, cnt_par);
/dports/games/odamex/odamex-src-0.7.0/client/src/
H A Dwi_stuff.cpp703 void WI_drawTime (int t, int x, int y) in WI_drawTime() function
1226 WI_drawTime(cnt_time, 160 - SP_TIMEX, SP_TIMEY); in WI_drawStats()
1231 WI_drawTime(cnt_par, 320 - SP_TIMEX, SP_TIMEY); in WI_drawStats()