Home
last modified time | relevance | path

Searched refs:hu_font (Results 1 – 25 of 45) sorted by relevance

12

/dports/games/prboom-plus/prboom-plus-2.5.1.3/src/
H A Dhu_stuff.c437 hu_font, in HU_Start()
451 hu_font, in HU_Start()
693 hu_font, in HU_Start()
729 hu_font, in HU_Start()
739 hu_font, in HU_Start()
749 hu_font, in HU_Start()
760 hu_font, in HU_Start()
770 hu_font, in HU_Start()
780 hu_font, in HU_Start()
790 hu_font, in HU_Start()
[all …]
H A Df_finale.c270 extern patchnum_t hu_font[HU_FONTSIZE];
303 w = hu_font[c].width; in F_TextWrite()
307 V_DrawNumPatch(cx, cy, 0, hu_font[c].lumpnum, CR_DEFAULT, VPT_STRETCH); in F_TextWrite()
528 w = hu_font[c].width; in F_CastPrint()
547 w = hu_font[c].width; in F_CastPrint()
549 V_DrawNumPatch(cx, 180, 0, hu_font[c].lumpnum, CR_DEFAULT, VPT_STRETCH); in F_CastPrint()
/dports/games/prboom/prboom-2.5.0/src/
H A Dhu_stuff.c165 patchnum_t hu_font[HU_FONTSIZE]; variable
308 R_SetPatchNum(&hu_font[i], buffer); in HU_Init()
315 R_SetPatchNum(&hu_font[i], buffer); in HU_Init()
356 hu_font[i] = hu_font[0]; //jff 2/16/98 account for gap in HU_Init()
418 hu_font, in HU_Start()
431 hu_font, in HU_Start()
542 hu_font, in HU_Start()
576 hu_font, in HU_Start()
585 hu_font, in HU_Start()
594 hu_font, in HU_Start()
[all …]
H A Df_finale.c270 extern patchnum_t hu_font[HU_FONTSIZE];
303 w = hu_font[c].width; in F_TextWrite()
307 V_DrawNumPatch(cx, cy, 0, hu_font[c].lumpnum, CR_DEFAULT, VPT_STRETCH); in F_TextWrite()
529 w = hu_font[c].width; in F_CastPrint()
548 w = hu_font[c].width; in F_CastPrint()
550 V_DrawNumPatch(cx, 180, 0, hu_font[c].lumpnum, CR_DEFAULT, VPT_STRETCH); in F_CastPrint()
/dports/games/crispy-doom/crispy-doom-crispy-doom-5.10.3/src/strife/
H A Dhu_stuff.c53 #define HU_TITLEY (160 - SHORT(hu_font[0]->height))
57 #define HU_INPUTY (HU_MSGY + HU_MSGHEIGHT*(SHORT(hu_font[0]->height) +1))
78 patch_t* hu_font[HU_FONTSIZE]; variable
178 hu_font[i] = (patch_t *) W_CacheLumpName(buffer, PU_STATIC); in HU_Init()
215 hu_font, in HU_Start()
241 hu_font, in HU_Start()
247 hu_font, in HU_Start()
325 width += SHORT(hu_font[(int) c]->width); in HU_addMessage()
347 width += SHORT(hu_font[(int) c]->width); in HU_addMessage()
H A Df_finale.c521 extern patch_t *hu_font[HU_FONTSIZE];
823 w = SHORT (hu_font[c]->width); in F_CastPrint()
842 w = SHORT (hu_font[c]->width); in F_CastPrint()
843 V_DrawPatch(cx, 180, hu_font[c]); in F_CastPrint()
H A Dhu_stuff.h37 #define HU_MSGY (SHORT(hu_font[0]->height) + 1) // [STRIFE]: DOOM bug fix
H A Dm_menu.c67 extern patch_t* hu_font[HU_FONTSIZE];
1508 w += SHORT (hu_font[c]->width); in M_StringWidth()
1523 int height = SHORT(hu_font[0]->height); in M_StringHeight()
1581 w = SHORT (hu_font[c]->width); in M_WriteText()
1592 V_DrawPatchDirect(cx, cy, hu_font[c]); in M_WriteText()
1622 fontarray = hu_font; in M_DialogDimMsg()
2340 y += SHORT(hu_font[0]->height); in M_Drawer()
/dports/games/chocolate-doom/chocolate-doom-3.0.1/src/strife/
H A Dhu_stuff.c53 #define HU_TITLEY (160 - SHORT(hu_font[0]->height))
57 #define HU_INPUTY (HU_MSGY + HU_MSGHEIGHT*(SHORT(hu_font[0]->height) +1))
90 patch_t* hu_font[HU_FONTSIZE]; variable
190 hu_font[i] = (patch_t *) W_CacheLumpName(buffer, PU_STATIC); in HU_Init()
227 hu_font, in HU_Start()
253 hu_font, in HU_Start()
259 hu_font, in HU_Start()
337 width += SHORT(hu_font[(int) c]->width); in HU_addMessage()
359 width += SHORT(hu_font[(int) c]->width); in HU_addMessage()
H A Df_finale.c521 extern patch_t *hu_font[HU_FONTSIZE];
823 w = SHORT (hu_font[c]->width); in F_CastPrint()
842 w = SHORT (hu_font[c]->width); in F_CastPrint()
843 V_DrawPatch(cx, 180, hu_font[c]); in F_CastPrint()
H A Dhu_stuff.h37 #define HU_MSGY (SHORT(hu_font[0]->height) + 1) // [STRIFE]: DOOM bug fix
H A Dm_menu.c67 extern patch_t* hu_font[HU_FONTSIZE];
1502 w += SHORT (hu_font[c]->width); in M_StringWidth()
1517 int height = SHORT(hu_font[0]->height); in M_StringHeight()
1575 w = SHORT (hu_font[c]->width); in M_WriteText()
1586 V_DrawPatchDirect(cx, cy, hu_font[c]); in M_WriteText()
1616 fontarray = hu_font; in M_DialogDimMsg()
2334 y += SHORT(hu_font[0]->height); in M_Drawer()
/dports/games/crispy-doom/crispy-doom-crispy-doom-5.10.3/src/doom/
H A Dhu_stuff.c611 hu_font, in HU_Start()
617 hu_font, in HU_Start()
623 hu_font, in HU_Start()
629 hu_font, in HU_Start()
634 hu_font, in HU_Start()
639 hu_font, in HU_Start()
644 hu_font, in HU_Start()
649 hu_font, in HU_Start()
654 hu_font, in HU_Start()
659 hu_font, in HU_Start()
[all …]
H A Df_finale.c249 extern patch_t *hu_font[HU_FONTSIZE];
337 w = SHORT (hu_font[c]->width); in F_TextWrite()
349 if (cy + SHORT(hu_font[c]->height) > ORIGHEIGHT) in F_TextWrite()
353 V_DrawPatch(cx, cy, hu_font[c]); in F_TextWrite()
804 w = SHORT (hu_font[c]->width); in F_CastPrint()
823 w = SHORT (hu_font[c]->width); in F_CastPrint()
824 V_DrawPatch(cx, 180, hu_font[c]); in F_CastPrint()
/dports/games/odamex/odamex-src-0.7.0/client/src/
H A Dv_text.cpp43 extern patch_t *hu_font[HU_FONTSIZE];
372 w = hu_font[c]->width(); in TextWrapper()
376 DrawWrapper (drawer, hu_font[c], cx, cy); in TextWrapper()
454 w = hu_font[c]->width() * scalex; in TextSWrapper()
458 DrawSWrapper (drawer, hu_font[c], cx, cy, in TextSWrapper()
459 hu_font[c]->width() * scalex, in TextSWrapper()
460 hu_font[c]->height() * scaley); in TextSWrapper()
493 w += hu_font[c]->width(); in V_StringWidth()
546 nw = hu_font[c]->width(); in V_BreakLines()
H A Df_finale.cpp174 extern patch_t *hu_font[HU_FONTSIZE];
229 w = hu_font[c]->width(); in F_TextWrite()
232 screen->DrawPatchClean (hu_font[c], cx, cy); in F_TextWrite()
/dports/games/chocolate-doom/chocolate-doom-3.0.1/src/doom/
H A Dhu_stuff.c55 #define HU_TITLEY (167 - SHORT(hu_font[0]->height))
59 #define HU_INPUTY (HU_MSGY + HU_MSGHEIGHT*(SHORT(hu_font[0]->height) +1))
89 patch_t* hu_font[HU_FONTSIZE]; variable
353 hu_font[i] = (patch_t *) W_CacheLumpName(buffer, PU_STATIC); in HU_Init()
381 hu_font, in HU_Start()
387 hu_font, in HU_Start()
424 hu_font, in HU_Start()
H A Df_finale.c224 extern patch_t *hu_font[HU_FONTSIZE];
286 w = SHORT (hu_font[c]->width); in F_TextWrite()
289 V_DrawPatch(cx, cy, hu_font[c]); in F_TextWrite()
510 w = SHORT (hu_font[c]->width); in F_CastPrint()
529 w = SHORT (hu_font[c]->width); in F_CastPrint()
530 V_DrawPatch(cx, 180, hu_font[c]); in F_CastPrint()
H A Dm_menu.c63 extern patch_t* hu_font[HU_FONTSIZE];
1275 w += SHORT (hu_font[c]->width); in M_StringWidth()
1290 int height = SHORT(hu_font[0]->height); in M_StringHeight()
1340 w = SHORT (hu_font[c]->width); in M_WriteText()
1343 V_DrawPatchDirect(cx, cy, hu_font[c]); in M_WriteText()
1989 y += SHORT(hu_font[0]->height); in M_Drawer()
/dports/games/libretro-prboom/libretro-prboom-cc80175/src/
H A Dhu_stuff.c70 #define HU_TITLEY ((200-ST_HEIGHT) - 1 - hu_font[0].height)
165 patchnum_t hu_font[HU_FONTSIZE]; variable
306 R_SetPatchNum(&hu_font[i], buffer); in HU_Init()
319 hu_font2[i] = hu_font[i]; // fallback to IWAD font in HU_Init()
383 hu_font, in HU_Start()
396 hu_font, in HU_Start()
507 hu_font, in HU_Start()
556 hu_font, in HU_Start()
565 hu_font, in HU_Start()
574 hu_font, in HU_Start()
[all …]
H A Df_finale.c333 extern patchnum_t hu_font[HU_FONTSIZE];
366 w = hu_font[c].width; in F_TextWrite()
370 V_DrawNumPatch(cx, cy, 0, hu_font[c].lumpnum, CR_DEFAULT, VPT_STRETCH); in F_TextWrite()
604 w = hu_font[c].width; in F_CastPrint()
623 w = hu_font[c].width; in F_CastPrint()
625 V_DrawNumPatch(cx, 180, 0, hu_font[c].lumpnum, CR_DEFAULT, VPT_STRETCH); in F_CastPrint()
/dports/games/SRB2/SRB2-SRB2_release_2.2.9/src/
H A Dv_video.c1984 if (c < 0 || c >= HU_FONTSIZE || !hu_font[c]) in V_DrawCharacter()
1987 w = hu_font[c]->width; in V_DrawCharacter()
1994 V_DrawScaledPatch(x, y, flags, hu_font[c]); in V_DrawCharacter()
2176 center = w/2 - hu_font[c]->width*dupx/2; in V_DrawString()
2179 w = hu_font[c]->width * dupx; in V_DrawString()
2293 center = w/2 - hu_font[c]->width*dupx/4; in V_DrawSmallString()
2296 w = hu_font[c]->width * dupx / 2; in V_DrawSmallString()
2550 center = w/2 - hu_font[c]->width*(dupx/2); in V_DrawStringAtFixed()
2553 w = hu_font[c]->width * dupx; in V_DrawStringAtFixed()
2666 center = w/2 - hu_font[c]->width*(dupx/4); in V_DrawSmallStringAtFixed()
[all …]
H A Dhu_stuff.h81 extern patch_t *hu_font[HU_FONTSIZE], *tny_font[HU_FONTSIZE];
/dports/games/doomlegacy/doomlegacy_1.48.8_source/src/
H A Dhu_stuff.h74 extern patch_t* hu_font[HU_FONTSIZE];
H A Dhu_stuff.c115 patch_t* hu_font[HU_FONTSIZE]; variable
211 hu_font[i] = NULL; in HU_Load_Graphics()
215 hu_font[i] = W_CachePatchName(buffer, PU_STATIC); in HU_Load_Graphics()
248 release_patch_array( hu_font, HU_FONTSIZE ); in HU_Release_Graphics()

12