Searched refs:scr_centertime_off (Results 1 - 5 of 5) sorted by relevance

/external/quake/quake/src/WinQuake/
H A Dgl_screen.cpp130 float scr_centertime_off; variable
146 scr_centertime_off = scr_centertime.value;
213 scr_centertime_off -= host_frametime;
215 if (scr_centertime_off <= 0 && !cl.intermission)
664 scr_centertime_off = 0;
782 scr_centertime_off = 0;
H A Dscreen.cpp77 float scr_centertime_off; variable
93 scr_centertime_off = scr_centertime.value;
178 scr_centertime_off -= host_frametime;
180 if (scr_centertime_off <= 0 && !cl.intermission)
674 scr_centertime_off = 0;
787 scr_centertime_off = 0;
H A Dsv_main.cpp1042 extern float scr_centertime_off;
1056 scr_centertime_off = 0;
/external/quake/quake/src/QW/client/
H A Dscreen.c131 float scr_centertime_off; variable
147 scr_centertime_off = scr_centertime.value;
232 scr_centertime_off -= host_frametime;
234 if (scr_centertime_off <= 0 && !cl.intermission)
986 scr_centertime_off = 0;
H A Dgl_screen.c133 float scr_centertime_off; variable
149 scr_centertime_off = scr_centertime.value;
216 scr_centertime_off -= host_frametime;
218 if (scr_centertime_off <= 0 && !cl.intermission)
1041 scr_centertime_off = 0;

Completed in 68 milliseconds