Home
last modified time | relevance | path

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 Dst_lib.c136 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 Ddoomtype.h147 VPT_ALIGN_BOTTOM = 6, enumerator
H A Dst_stuff.c401 flags = VPT_ALIGN_BOTTOM; in ST_refreshBackground()
414 displayplayer ? (VPT_TRANS | VPT_ALIGN_BOTTOM) : flags); in ST_refreshBackground()
H A Dr_main.c571 …if (flags == VPT_ALIGN_BOTTOM || flags == VPT_ALIGN_LEFT_BOTTOM || flags == VPT_ALIGN_RIGHT_BOTTOM) in InitStretchParam()