Home
last modified time | relevance | path

Searched refs:_colx (Results 1 – 10 of 10) sorted by relevance

/dports/games/openbor3482/openbor-2c1ecd7/engine/
H A Dopenbor.h448 #define _colx(f,c) ((int)(videomodes.hRes/2+(c)*(font_monowidths[(f)]+1))) macro
452 #define _menutext(f, c, l, s, ...) font_printf(_colx(f,c), _liney(f,l), (f), 0, s, __VA_ARGS__)
455 #define _menutext(f, c, l, s, args...) font_printf(_colx(f,c), _liney(f,l), (f), 0, s, ##args)
H A Dopenbor.c21246 …font_printf(_colx(topten[i], col1), y+videomodes.vShift, topten[i], 0, "%2i. %s", i+1, savescore.… in hallfame()
21247 …font_printf(_colx(topten[i], col2), y+videomodes.vShift, topten[i], 0, (scoreformat ? "%09lu" : "%… in hallfame()
/dports/games/openbor3711/openbor-6ec17fa/engine/
H A Dopenbor.h448 #define _colx(f,c) ((int)(videomodes.hRes/2+(c)*(fontmonowidth((f))+1))) macro
452 #define _menutext(f, c, l, s, ...) font_printf(_colx(f,c), _liney(f,l), (f), 0, s, __VA_ARGS__)
455 #define _menutext(f, c, l, s, args...) font_printf(_colx(f,c), _liney(f,l), (f), 0, s, ##args)
H A Dopenbor.c21588 …font_printf(_colx(topten[i], col1), y+videomodes.vShift, topten[i], 0, "%2i. %s", i+1, savescore.… in hallfame()
21589 …font_printf(_colx(topten[i], col2), y+videomodes.vShift, topten[i], 0, (scoreformat ? "%09lu" : "%… in hallfame()
/dports/games/openbor3979/openbor-2bcf25b/engine/
H A Dopenbor.h452 #define _colx(f,c) ((int)(videomodes.hRes/2+(c)*(fontmonowidth((f))+1))) macro
456 #define _menutext(f, c, l, s, ...) font_printf(_colx(f,c), _liney(f,l), (f), 0, s, __VA_ARGS__)
459 #define _menutext(f, c, l, s, args...) font_printf(_colx(f,c), _liney(f,l), (f), 0, s, ##args)
H A Dopenbor.c29013 …font_printf(_colx(topten[i], col1), y + videomodes.vShift, topten[i], 0, "%2i. %s", i + 1, savesc… in hallfame()
29014 …font_printf(_colx(topten[i], col2), y + videomodes.vShift, topten[i], 0, (scoreformat ? "%09lu" : … in hallfame()
/dports/games/openbor4432/openbor-ba1eb4f/engine/
H A Dopenbor.h1044 #define _colx(f,c) ((int)(videomodes.hRes/2+(c)*(fontmonowidth((f))+1))) macro
1048 #define _menutext(f, c, l, s, args...) font_printf(_colx(f,c), _liney(f,l), (f), 0, s, ##args)
1049 #define _menutextshift(f, c, l, shiftx, shifty, s, args...) font_printf(_colx(f,c)+shiftx, _liney(f…
H A Dopenbor.c32972 …font_printf(_colx(topten[i], col1), y + videomodes.vShift, topten[i], 0, "%2i. %s", i + 1, savesc… in hallfame()
32973 …font_printf(_colx(topten[i], col2), y + videomodes.vShift, topten[i], 0, (scoreformat ? "%09lu" : … in hallfame()
/dports/games/openbor/openbor-3caaddd5/engine/
H A Dopenbor.h1528 #define _colx(f,c) ((int)(videomodes.hRes/2+(c)*(fontmonowidth((f))+1))) macro
1532 #define _menutext(f, c, l, s, args...) font_printf(_colx(f,c), _liney(f,l), (f), 0, s, ##args)
1533 #define _menutextshift(f, c, l, shiftx, shifty, s, args...) font_printf(_colx(f,c)+shiftx, _liney(f…
H A Dopenbor.c36146 …font_printf(_colx(topten[i], col1), y + videomodes.vShift, topten[i], 0, "%2i. %s", i + 1, savesc… in hallfame()
36147 …font_printf(_colx(topten[i], col2), y + videomodes.vShift, topten[i], 0, (scoreformat ? "%09lu" : … in hallfame()