/external/quake/quake/src/WinQuake/ |
D | menu.cpp | 117 void M_Print (int cx, int cy, const char *str) in M_Print() function 507 M_Print (16, 32 + 8*i, m_filenames[i]); in M_Load_Draw() 523 M_Print (16, 32 + 8*i, m_filenames[i]); in M_Save_Draw() 715 M_Print (64, 40, "Hostname"); in M_Setup_Draw() 717 M_Print (168, 40, setup_hostname); in M_Setup_Draw() 719 M_Print (64, 56, "Your name"); in M_Setup_Draw() 721 M_Print (168, 56, setup_myname); in M_Setup_Draw() 723 M_Print (64, 80, "Shirt color"); in M_Setup_Draw() 724 M_Print (64, 104, "Pants color"); in M_Setup_Draw() 727 M_Print (72, 140, "Accept Changes"); in M_Setup_Draw() [all …]
|
D | vid_dos.cpp | 545 extern void M_Print (int cx, int cy, char *str); 643 M_Print (column, row, modedescs[i].desc); in VID_MenuDraw() 659 M_Print (13*8, 36 + MAX_COLUMN_SIZE * 8 + 8*4, temp); in VID_MenuDraw() 660 M_Print (9*8, 36 + MAX_COLUMN_SIZE * 8 + 8*6, in VID_MenuDraw() 665 M_Print (9*8, 36 + MAX_COLUMN_SIZE * 8 + 8, in VID_MenuDraw() 667 M_Print (6*8, 36 + MAX_COLUMN_SIZE * 8 + 8*3, in VID_MenuDraw() 671 M_Print (6*8, 36 + MAX_COLUMN_SIZE * 8 + 8*5, temp); in VID_MenuDraw() 677 M_Print (7*8, 36 + MAX_COLUMN_SIZE * 8 + 8*6, temp); in VID_MenuDraw() 680 M_Print (15*8, 36 + MAX_COLUMN_SIZE * 8 + 8*8, in VID_MenuDraw()
|
D | gl_vidnt.cpp | 1839 extern void M_Print (int cx, int cy, char *str); 1899 M_Print (2*8, 36+0*8, "Fullscreen Modes (WIDTHxHEIGHTxBPP)"); in VID_MenuDraw() 1909 M_Print (column, row, modedescs[i].desc); in VID_MenuDraw() 1921 M_Print (3*8, 36 + MODE_AREA_HEIGHT * 8 + 8*2, in VID_MenuDraw() 1923 M_Print (3*8, 36 + MODE_AREA_HEIGHT * 8 + 8*3, in VID_MenuDraw() 1925 M_Print (3*8, 36 + MODE_AREA_HEIGHT * 8 + 8*4, in VID_MenuDraw() 1927 M_Print (3*8, 36 + MODE_AREA_HEIGHT * 8 + 8*6, in VID_MenuDraw()
|
D | vid_win.cpp | 3044 extern void M_Print (int cx, int cy, char *str); 3166 M_Print (13*8, 36, "Windowed Modes"); in VID_MenuDraw() 3176 M_Print (column, row, modedescs[i].desc); in VID_MenuDraw() 3183 M_Print (12*8, 36+4*8, "Fullscreen Modes"); in VID_MenuDraw() 3193 M_Print (column, row, modedescs[i].desc); in VID_MenuDraw() 3210 M_Print (13*8, 36 + MODE_AREA_HEIGHT * 8 + 8*4, temp); in VID_MenuDraw() 3211 M_Print (9*8, 36 + MODE_AREA_HEIGHT * 8 + 8*6, in VID_MenuDraw() 3216 M_Print (9*8, 36 + MODE_AREA_HEIGHT * 8 + 8, in VID_MenuDraw() 3218 M_Print (6*8, 36 + MODE_AREA_HEIGHT * 8 + 8*3, in VID_MenuDraw() 3225 M_Print (2*8, 36 + MODE_AREA_HEIGHT * 8 + 8*5, temp); in VID_MenuDraw() [all …]
|
D | vid_sunxil.cpp | 80 extern void M_Print (int cx, int cy, char *str); 317 M_Print (4*8, 36 + MAX_COLUMN_SIZE * 8 + 8, "Video mode switching unavailable"); in VID_MenuDraw() 318 M_Print (9*8, 36 + MAX_COLUMN_SIZE * 8 + 8*6, "Press any key..."); in VID_MenuDraw()
|
D | vid_sunx.cpp | 84 extern void M_Print (int cx, int cy, char *str); 502 M_Print (4*8, 36 + MAX_COLUMN_SIZE * 8 + 8, "Video mode switching unavailable"); in VID_MenuDraw() 503 M_Print (9*8, 36 + MAX_COLUMN_SIZE * 8 + 8*6, "Press any key..."); in VID_MenuDraw()
|
/external/quake/quake/src/QW/client/ |
D | menu.c | 117 void M_Print (int cx, int cy, char *str) in M_Print() function 491 M_Print (x, y, "on"); in M_DrawCheckbox() 493 M_Print (x, y, "off"); in M_DrawCheckbox() 505 M_Print (16, 32, " Customize controls"); in M_Options_Draw() 506 M_Print (16, 40, " Go to console"); in M_Options_Draw() 507 M_Print (16, 48, " Reset to defaults"); in M_Options_Draw() 509 M_Print (16, 56, " Screen size"); in M_Options_Draw() 513 M_Print (16, 64, " Brightness"); in M_Options_Draw() 517 M_Print (16, 72, " Mouse Speed"); in M_Options_Draw() 521 M_Print (16, 80, " CD Music Volume"); in M_Options_Draw() [all …]
|
D | gl_vidnt.c | 1839 extern void M_Print (int cx, int cy, char *str); 1899 M_Print (2*8, 36+0*8, "Fullscreen Modes (WIDTHxHEIGHTxBPP)"); in VID_MenuDraw() 1909 M_Print (column, row, modedescs[i].desc); in VID_MenuDraw() 1921 M_Print (3*8, 36 + MODE_AREA_HEIGHT * 8 + 8*2, in VID_MenuDraw() 1923 M_Print (3*8, 36 + MODE_AREA_HEIGHT * 8 + 8*3, in VID_MenuDraw() 1925 M_Print (3*8, 36 + MODE_AREA_HEIGHT * 8 + 8*4, in VID_MenuDraw() 1927 M_Print (3*8, 36 + MODE_AREA_HEIGHT * 8 + 8*6, in VID_MenuDraw()
|
D | vid_win.c | 3091 extern void M_Print (int cx, int cy, char *str); 3213 M_Print (13*8, 36, "Windowed Modes"); in VID_MenuDraw() 3223 M_Print (column, row, modedescs[i].desc); in VID_MenuDraw() 3230 M_Print (12*8, 36+4*8, "Fullscreen Modes"); in VID_MenuDraw() 3240 M_Print (column, row, modedescs[i].desc); in VID_MenuDraw() 3257 M_Print (13*8, 36 + MODE_AREA_HEIGHT * 8 + 8*4, temp); in VID_MenuDraw() 3258 M_Print (9*8, 36 + MODE_AREA_HEIGHT * 8 + 8*6, in VID_MenuDraw() 3263 M_Print (9*8, 36 + MODE_AREA_HEIGHT * 8 + 8, in VID_MenuDraw() 3265 M_Print (6*8, 36 + MODE_AREA_HEIGHT * 8 + 8*3, in VID_MenuDraw() 3272 M_Print (2*8, 36 + MODE_AREA_HEIGHT * 8 + 8*5, temp); in VID_MenuDraw() [all …]
|