Searched refs:scr_conlines (Results 1 - 6 of 6) sorted by relevance

/external/quake/quake/src/QW/client/
H A Dscreen.h35 extern float scr_conlines; // lines of console to display
H A Dscreen.c80 float scr_conlines; // lines of console to display variable
518 scr_conlines = vid.height; // full screen
519 scr_con_current = scr_conlines;
522 scr_conlines = vid.height/2; // half screen
524 scr_conlines = 0; // none visible
526 if (scr_conlines < scr_con_current)
529 if (scr_conlines > scr_con_current)
530 scr_con_current = scr_conlines;
533 else if (scr_conlines > scr_con_current)
536 if (scr_conlines < scr_con_curren
[all...]
H A Dgl_screen.c82 float scr_conlines; // lines of console to display variable
549 scr_conlines = vid.height; // full screen
550 scr_con_current = scr_conlines;
553 scr_conlines = vid.height/2; // half screen
555 scr_conlines = 0; // none visible
557 if (scr_conlines < scr_con_current)
560 if (scr_conlines > scr_con_current)
561 scr_con_current = scr_conlines;
564 else if (scr_conlines > scr_con_current)
567 if (scr_conlines < scr_con_curren
[all...]
/external/quake/quake/src/WinQuake/
H A Dscreen.h38 extern float scr_conlines; // lines of console to display
H A Dgl_screen.cpp80 float scr_conlines; // lines of console to display variable
516 scr_conlines = vid.height; // full screen
517 scr_con_current = scr_conlines;
520 scr_conlines = vid.height/2; // half screen
522 scr_conlines = 0; // none visible
524 if (scr_conlines < scr_con_current)
527 if (scr_conlines > scr_con_current)
528 scr_con_current = scr_conlines;
531 else if (scr_conlines > scr_con_current)
534 if (scr_conlines < scr_con_curren
[all...]
H A Dscreen.cpp30 float scr_conlines; // lines of console to display variable
458 scr_conlines = vid.height; // full screen
459 scr_con_current = scr_conlines;
462 scr_conlines = vid.height/2; // half screen
464 scr_conlines = 0; // none visible
466 if (scr_conlines < scr_con_current)
469 if (scr_conlines > scr_con_current)
470 scr_con_current = scr_conlines;
473 else if (scr_conlines > scr_con_current)
476 if (scr_conlines < scr_con_curren
[all...]

Completed in 27 milliseconds