Home
last modified time | relevance | path

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

/dports/games/NBlood/NBlood-a1689a4/source/sw/src/
H A Dmenus.cpp931 MNU_DrawSmallString(OPT_XS, j, ds, (i==currentkey) ? 0 : 12, 16); in MNU_KeySetupCustom()
935 MNU_DrawSmallString(OPT_XSIDE, j, p, (i==currentkey) ? -5 : 12, in MNU_KeySetupCustom()
942 MNU_DrawSmallString(OPT_XSIDE + 4*14, j, p, (i==currentkey) ? -5 : 12, in MNU_KeySetupCustom()
951 MNU_DrawSmallString(XDIM - OPT_XS - dx, OPT_LINE(0), morestr, 8,16); in MNU_KeySetupCustom()
953 MNU_DrawSmallString(XDIM - OPT_XS - dx, OPT_LINE(0)+PGSIZ*8, morestr, 8,16); in MNU_KeySetupCustom()
1054 MNU_DrawSmallString(130, j, ds, (i == *currentfunc) ? 0 : 12, 16); in MNU_SelectButtonFunction()
1063 MNU_DrawSmallString(XDIM - OPT_XS - dx, OPT_LINE(4), morestr, 8,16); in MNU_SelectButtonFunction()
1065 MNU_DrawSmallString(XDIM - OPT_XS - dx, OPT_LINE(4)+PGSIZ*8, morestr, 8,16); in MNU_SelectButtonFunction()
1864 MNU_DrawSmallString(160-(dimx>>1), ycur, &jtext[ji][1], 0, 0); in MNU_OrderCustom()
1879 MNU_DrawSmallString(160-(dimx>>1), 154+(m*7), scroller[i], 0, 8); in MNU_OrderCustom()
[all …]
H A Dmenus.h60 void MNU_DrawSmallString(short x,short y,const char *string,short shade,short pal);
H A Ddraw.cpp1812 MNU_DrawSmallString(PANELINPUTX, PANELINPUTY, MessageInputString,1,17); in DrawConInput()
1818 MNU_DrawSmallString(PANELINPUTX, PANELINPUTY, MessageInputString,1,17); in DrawConInput()
H A Djplayer.cpp305 MNU_DrawSmallString(27, j, con_quote[i], 0, 17); // 17 = white in operateconfta()
/dports/games/jfsw/jfsw-c434002/src/
H A Dmenus.c1045 MNU_DrawSmallString(OPT_XS, j, ds, (i==currentkey)?0:12, 16); in MNU_KeySetupCustom()
1049 MNU_DrawSmallString(OPT_XSIDE, j, (char*)p, (i==currentkey)?-5:12, in MNU_KeySetupCustom()
1056 MNU_DrawSmallString(OPT_XSIDE + 4*14, j, (char*)p, (i==currentkey)?-5:12, in MNU_KeySetupCustom()
1065 MNU_DrawSmallString(XDIM - OPT_XS - dx, OPT_LINE(0), morestr, 8,16); in MNU_KeySetupCustom()
1067 MNU_DrawSmallString(XDIM - OPT_XS - dx, OPT_LINE(0)+PGSIZ*8, morestr, 8,16); in MNU_KeySetupCustom()
1152 MNU_DrawSmallString(130, j, ds, (i == *currentfunc)?0:12, 16); in MNU_SelectButtonFunction()
1161 MNU_DrawSmallString(XDIM - OPT_XS - dx, OPT_LINE(4), morestr, 8,16); in MNU_SelectButtonFunction()
1163 MNU_DrawSmallString(XDIM - OPT_XS - dx, OPT_LINE(4)+PGSIZ*8, morestr, 8,16); in MNU_SelectButtonFunction()
1815 MNU_DrawSmallString(160-(dimx>>1), ycur, &jtext[ji][1], 0, 0); in MNU_OrderCustom()
1828 MNU_DrawSmallString(160-(dimx>>1), 154+(m*7), scroller[i], 0, 8); in MNU_OrderCustom()
[all …]
H A Dmenus.h60 void MNU_DrawSmallString(short x,short y,const char *string,short shade,short pal);
H A Djplayer.c302 MNU_DrawSmallString(27, j, con_quote[i], 0, 17); // 17 = white in operateconfta()
H A Ddraw.c1813 MNU_DrawSmallString(PANELINPUTX, PANELINPUTY, MessageInputString,1,17); in DrawConInput()
1819 MNU_DrawSmallString(PANELINPUTX, PANELINPUTY, MessageInputString,1,17); in DrawConInput()