Searched refs:scr_con_current (Results 1 - 10 of 10) sorted by relevance

/external/quake/quake/src/QW/client/
H A Dscreen.h34 extern float scr_con_current;
H A Dscreen.c79 float scr_con_current; variable
326 if (scr_con_current > vid.height)
327 scr_con_current = vid.height;
519 scr_con_current = scr_conlines;
526 if (scr_conlines < scr_con_current)
528 scr_con_current -= scr_conspeed.value*host_frametime;
529 if (scr_conlines > scr_con_current)
530 scr_con_current = scr_conlines;
533 else if (scr_conlines > scr_con_current)
535 scr_con_current
[all...]
H A Dgl_screen.c81 float scr_con_current; variable
550 scr_con_current = scr_conlines;
557 if (scr_conlines < scr_con_current)
559 scr_con_current -= scr_conspeed.value*host_frametime;
560 if (scr_conlines > scr_con_current)
561 scr_con_current = scr_conlines;
564 else if (scr_conlines > scr_con_current)
566 scr_con_current += scr_conspeed.value*host_frametime;
567 if (scr_conlines < scr_con_current)
568 scr_con_current
[all...]
H A Dmenu.c1138 if (scr_con_current)
H A Dsbar.c777 if (scr_con_current == vid.height)
/external/quake/quake/src/WinQuake/
H A Dscreen.h37 extern float scr_con_current;
H A Dscreen.cpp29 float scr_con_current; variable
272 if (scr_con_current > vid.height)
273 scr_con_current = vid.height;
459 scr_con_current = scr_conlines;
466 if (scr_conlines < scr_con_current)
468 scr_con_current -= scr_conspeed.value*host_frametime;
469 if (scr_conlines > scr_con_current)
470 scr_con_current = scr_conlines;
473 else if (scr_conlines > scr_con_current)
475 scr_con_current
[all...]
H A Dgl_screen.cpp79 float scr_con_current; variable
517 scr_con_current = scr_conlines;
524 if (scr_conlines < scr_con_current)
526 scr_con_current -= scr_conspeed.value*host_frametime;
527 if (scr_conlines > scr_con_current)
528 scr_con_current = scr_conlines;
531 else if (scr_conlines > scr_con_current)
533 scr_con_current += scr_conspeed.value*host_frametime;
534 if (scr_conlines < scr_con_current)
535 scr_con_current
[all...]
H A Dsbar.cpp928 if (scr_con_current == vid.height)
H A Dmenu.cpp3049 if (scr_con_current)

Completed in 136 milliseconds