Searched refs:VPT_ALIGN_BOTTOM (Results 1 – 4 of 4) sorted by relevance
/dports/games/prboom-plus/prboom-plus-2.5.1.3/src/ |
H A D | st_lib.c | 136 V_CopyRect(BG, FG, x, n->y, w * numdigits, h, VPT_STRETCH | VPT_ALIGN_BOTTOM); in STlib_drawNum() 149 (((cm!=CR_DEFAULT) && !sts_always_red) ? VPT_TRANS : VPT_NONE) | VPT_ALIGN_BOTTOM); in STlib_drawNum() 157 (((cm!=CR_DEFAULT) && !sts_always_red) ? VPT_TRANS : VPT_NONE) | VPT_ALIGN_BOTTOM); in STlib_drawNum() 166 (((cm!=CR_DEFAULT) && !sts_always_red) ? VPT_TRANS : VPT_NONE) | VPT_ALIGN_BOTTOM); in STlib_drawNum() 234 (sts_always_red ? VPT_NONE : VPT_TRANS) | VPT_ALIGN_BOTTOM); in STlib_updatePercent() 299 V_CopyRect(BG, FG, x, y, w, h, VPT_STRETCH | VPT_ALIGN_BOTTOM); in STlib_updateMultIcon() 302 V_DrawNumPatch(mi->x, mi->y, FG, mi->p[*mi->inum].lumpnum, CR_DEFAULT, VPT_ALIGN_BOTTOM); in STlib_updateMultIcon()
|
H A D | doomtype.h | 147 VPT_ALIGN_BOTTOM = 6, enumerator
|
H A D | st_stuff.c | 401 flags = VPT_ALIGN_BOTTOM; in ST_refreshBackground() 414 displayplayer ? (VPT_TRANS | VPT_ALIGN_BOTTOM) : flags); in ST_refreshBackground()
|
H A D | r_main.c | 571 …if (flags == VPT_ALIGN_BOTTOM || flags == VPT_ALIGN_LEFT_BOTTOM || flags == VPT_ALIGN_RIGHT_BOTTOM) in InitStretchParam()
|