Home
last modified time | relevance | path

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

/dports/games/doomlegacy/doomlegacy_1.48.8_source/src/
H A Dsb_bar.c104 static void DrBNumber(signed int val, int x, int y);
384 static void DrBNumber(signed int val, int x, int y) in DrBNumber() function
1115 DrBNumber(plyr->mo->health, 5, sby+22); in H_OverlayDrawer()
1117 DrBNumber(0, 5, sby+22); in H_OverlayDrawer()
/dports/games/chocolate-doom/chocolate-doom-3.0.1/src/heretic/
H A Dsb_bar.c44 static void DrBNumber(signed int val, int x, int y);
342 static void DrBNumber(signed int val, int x, int y) in DrBNumber() function
930 DrBNumber(CPlayer->mo->health, 5, 180); in DrawFullScreenStuff()
934 DrBNumber(0, 5, 180); in DrawFullScreenStuff()
/dports/games/heretic/glheretic-1.2/
H A Dsb_bar.c46 static void DrBNumber(signed int val, int x, int y);
587 static void DrBNumber(signed int val, int x, int y) in DrBNumber() function
1266 DrBNumber(CPlayer->mo->health, 5, 180); in DrawFullScreenStuff()
1270 DrBNumber(0, 5, 180); in DrawFullScreenStuff()
/dports/games/crispy-doom/crispy-doom-crispy-doom-5.10.3/src/heretic/
H A Dsb_bar.c44 static void DrBNumber(signed int val, int x, int y);
367 static void DrBNumber(signed int val, int x, int y) in DrBNumber() function
961 DrBNumber(CPlayer->mo->health, 5, 180); in DrawFullScreenStuff()
965 DrBNumber(0, 5, 180); in DrawFullScreenStuff()
/dports/games/crispy-doom/crispy-doom-crispy-doom-5.10.3/src/hexen/
H A Dsb_bar.c48 static void DrBNumber(signed int val, int x, int y);
517 static void DrBNumber(signed int val, int x, int y) in DrBNumber() function
1385 DrBNumber(CPlayer->mo->health, 5, 180); in DrawFullScreenStuff()
1389 DrBNumber(0, 5, 180); in DrawFullScreenStuff()
/dports/games/uhexen/uhexen-0.601/src/
H A Dsb_bar.c57 static void DrBNumber(signed int val, int x, int y);
473 static void DrBNumber(signed int val, int x, int y) in DrBNumber() function
1344 DrBNumber(CPlayer->mo->health, 5, 180); in DrawFullScreenStuff()
1348 DrBNumber(0, 5, 180); in DrawFullScreenStuff()
/dports/games/chocolate-doom/chocolate-doom-3.0.1/src/hexen/
H A Dsb_bar.c48 static void DrBNumber(signed int val, int x, int y);
517 static void DrBNumber(signed int val, int x, int y) in DrBNumber() function
1377 DrBNumber(CPlayer->mo->health, 5, 180); in DrawFullScreenStuff()
1381 DrBNumber(0, 5, 180); in DrawFullScreenStuff()
/dports/games/zdoom/zdoom-2.8.1/src/g_shared/
H A Dsbar.h387 void DrBNumber (signed int val, int x, int y, int w=3) const;
H A Dshared_sbar.cpp661 void DBaseStatusBar::DrBNumber (signed int val, int x, int y, int size) const in DrBNumber() function in DBaseStatusBar