Home
last modified time | relevance | path

Searched refs:W_BigFont (Results 1 – 8 of 8) sorted by relevance

/dports/games/xgalaga/xgalaga-2.1.1.0/libsprite/
H A Ddata.c77 W_Font W_BigFont = (W_Font) & zero, W_RegularFont = (W_Font) & one; variable
H A DWlib.h59 extern W_Font W_BigFont, W_RegularFont, W_UnderlineFont, W_HighlightFont;
/dports/games/xgalaga/xgalaga-2.1.1.0/
H A DWlib.h59 extern W_Font W_BigFont, W_RegularFont, W_UnderlineFont, W_HighlightFont;
H A Dmain.c162 …W_ClearArea(baseWin, WINWIDTH/2 - (W_StringWidth("LEVEL 000", W_BigFont)/2), WINHEIGHT/2-W_BigText… in undo_stars()
230 …n, WINWIDTH/2 - (W_StringWidth(buf, W_BigFont)/2), WINHEIGHT/2-W_BigTextheight/2, W_Red, buf, strl… in do_stars()
/dports/games/netrek-client-cow/netrek-client-cow-3.3.2/
H A DWlib.h55 extern W_Font W_BigFont, W_RegularFont, W_UnderlineFont, W_HighlightFont,
H A Dmap.c437 color, gu_text, gu_length, W_BigFont); in gu_draw()
H A Dnewwin.c1487 W_BigFont); in redrawTeam()
H A Dx11window.c143 W_Font W_BigFont = (W_Font) & zero, W_RegularFont = (W_Font) & one; variable