Home
last modified time | relevance | path

Searched refs:NUM_FONTS (Results 76 – 100 of 102) sorted by relevance

12345

/dports/games/rocksndiamonds/rnd_jue-3.3.0.0/src/
H A Dinit.c369 for (i = 0; i < NUM_FONTS; i++) in getFontFromToken()
383 int num_font_bitmaps = NUM_FONTS; in InitFontGraphicInfo()
397 for (i = 0; i < NUM_FONTS; i++) in InitFontGraphicInfo()
414 for (i = 0; i < NUM_FONTS; i++) in InitFontGraphicInfo()
514 for (i = 0; i < NUM_FONTS; i++) in InitFontGraphicInfo()
569 for (i = 0; i < NUM_FONTS; i++) in InitFontGraphicInfo()
5013 for (i = 0; i < NUM_FONTS; i++) in InitGlobal()
5344 static char *image_id_prefix[MAX_NUM_ELEMENTS + NUM_FONTS + 1]; in InitArtworkConfig()
5403 for (i = 0; i < NUM_FONTS; i++) in InitArtworkConfig()
5405 image_id_prefix[MAX_NUM_ELEMENTS + NUM_FONTS] = NULL; in InitArtworkConfig()
H A Dmain.h1974 #define NUM_FONTS 37 macro
2860 extern int ActiveFont[NUM_FONTS];
/dports/games/rnd_jue/rnd_jue-3.3.0.0/src/
H A Dinit.c369 for (i = 0; i < NUM_FONTS; i++) in getFontFromToken()
383 int num_font_bitmaps = NUM_FONTS; in InitFontGraphicInfo()
397 for (i = 0; i < NUM_FONTS; i++) in InitFontGraphicInfo()
414 for (i = 0; i < NUM_FONTS; i++) in InitFontGraphicInfo()
514 for (i = 0; i < NUM_FONTS; i++) in InitFontGraphicInfo()
569 for (i = 0; i < NUM_FONTS; i++) in InitFontGraphicInfo()
5013 for (i = 0; i < NUM_FONTS; i++) in InitGlobal()
5344 static char *image_id_prefix[MAX_NUM_ELEMENTS + NUM_FONTS + 1]; in InitArtworkConfig()
5403 for (i = 0; i < NUM_FONTS; i++) in InitArtworkConfig()
5405 image_id_prefix[MAX_NUM_ELEMENTS + NUM_FONTS] = NULL; in InitArtworkConfig()
H A Dmain.h1974 #define NUM_FONTS 37 macro
2860 extern int ActiveFont[NUM_FONTS];
H A Dfiles.c9722 for (i = 0; i < NUM_FONTS; i++) in get_token_parameter_value()
/dports/deskutils/wmpinboard/wmpinboard-1.0.orig/src/
H A Dwmpinboard.c49 #define NUM_FONTS 3 macro
54 } fonts[NUM_FONTS] = {
681 for (i = 0; i < NUM_FONTS; i++) in action()
686 if (i >= NUM_FONTS) { /* not a predefined font */ in action()
856 for (i = 0; i < NUM_FONTS; i++) in help()
/dports/games/xblast/xblast-2.10.4/
H A Dx11c_text.c32 static XFontStruct *fontStruct[NUM_FONTS];
/dports/graphics/xfig/xfig-3.2.8a/src/
H A Dw_i18n.c415 for (i = 0; i < NUM_FONTS; i++) {
H A Dw_indpanel.c4027 if (cur_ps_font >= NUM_FONTS) in show_font()
4030 cur_ps_font = NUM_FONTS - 1; in show_font()
/dports/games/xboard-devel/xboard-f49e7e1/
H A Dcommon.h239 #define NUM_FONTS 8 macro
/dports/games/xboard-devel/xboard-f49e7e1/gtk/
H A Dxboard.c385 Boolean fontIsSet[NUM_FONTS], fontValid[NUM_FONTS][MAX_SIZE];
386 char *fontTable[NUM_FONTS][MAX_SIZE];
/dports/games/xboard/xboard-4.9.1/
H A Dcommon.h240 #define NUM_FONTS 8 macro
/dports/games/xboard-devel/xboard-f49e7e1/xaw/
H A Dxboard.c490 Boolean fontIsSet[NUM_FONTS], fontValid[NUM_FONTS][MAX_SIZE];
491 char *fontTable[NUM_FONTS][MAX_SIZE];
/dports/games/xboard/xboard-4.9.1/gtk/
H A Dxboard.c383 Boolean fontIsSet[NUM_FONTS], fontValid[NUM_FONTS][MAX_SIZE];
384 char *fontTable[NUM_FONTS][MAX_SIZE];
/dports/games/xboard/xboard-4.9.1/xaw/
H A Dxboard.c492 Boolean fontIsSet[NUM_FONTS], fontValid[NUM_FONTS][MAX_SIZE];
493 char *fontTable[NUM_FONTS][MAX_SIZE];
/dports/games/twind/twind-1.1.0/
H A Dtwind.c80 enum fonts {SERIFG20, SERIFW20, SERIFG24, SERIFW24, NUM_FONTS}; enumerator
166 struct font_info font[NUM_FONTS];
2876 for (x = 0; x < NUM_FONTS; x++) in cleanup_and_exit()
3506 char *font[NUM_FONTS] = {DATA_PREFIX "graphics/freeserif_green_20" EXTENSION, in initialize_and_load()
3578 for (x = 0; x < NUM_FONTS; x++) in initialize_and_load()
3598 for (i = 0; i < NUM_FONTS; i++) in initialize_and_load()
3601 for (i = 0; i < NUM_FONTS; i++) { in initialize_and_load()
/dports/games/avp/avp-20170505/src/avp/win95/
H A Dddplat.cpp1140 LPDIRECTDRAWSURFACE FontLPDDS[NUM_FONTS];
/dports/games/rnd_jue/rocksndiamonds-3.3.1.0/src/
H A Dmain.h2016 #define NUM_FONTS 37 macro
2914 extern int ActiveFont[NUM_FONTS];
H A Dfiles.c9979 for (i = 0; i < NUM_FONTS; i++) in get_token_parameter_value()
/dports/games/rocksndiamonds/rocksndiamonds-3.3.1.2/src/
H A Dmain.h2016 #define NUM_FONTS 37 macro
2914 extern int ActiveFont[NUM_FONTS];
/dports/games/xboard-devel/xboard-f49e7e1/winboard/
H A Dwinboard.c559 MyFont fontRec[NUM_SIZES][NUM_FONTS] =
581 MyFont *font[NUM_SIZES][NUM_FONTS];
1376 for (i=0; i<NUM_FONTS; i++) { in SetFontDefaults()
1388 for (i=0; i<NUM_FONTS; i++) { in CreateFonts()
/dports/games/xboard/xboard-4.9.1/winboard/
H A Dwinboard.c560 MyFont fontRec[NUM_SIZES][NUM_FONTS] =
582 MyFont *font[NUM_SIZES][NUM_FONTS];
1390 for (i=0; i<NUM_FONTS; i++) { in SetFontDefaults()
1402 for (i=0; i<NUM_FONTS; i++) { in CreateFonts()
/dports/audio/muse-sequencer/muse-4.0.0/src/muse/
H A Dconf.cpp2097 for (int i = 1; i < NUM_FONTS; ++i) { in writeGlobalConfiguration()
H A Dapp.cpp1157 for (int i = 1; i < NUM_FONTS; i++) { in setAndAdjustFonts()
/dports/games/powder/powder118_src/
H A Dmain.cpp428 if (val >= NUM_FONTS) in loadOptions()

12345