Searched refs:scr_centertime_start (Results 1 - 4 of 4) sorted by relevance

/external/quake/quake/src/WinQuake/
H A Dgl_screen.cpp129 float scr_centertime_start; // for slow victory printing variable
147 scr_centertime_start = cl.time;
170 remaining = (int) (scr_printspeed.value * (cl.time - scr_centertime_start));
H A Dscreen.cpp76 float scr_centertime_start; // for slow victory printing variable
94 scr_centertime_start = cl.time;
135 remaining = scr_printspeed.value * (cl.time - scr_centertime_start);
/external/quake/quake/src/QW/client/
H A Dscreen.c130 float scr_centertime_start; // for slow victory printing variable
148 scr_centertime_start = cl.time;
189 remaining = scr_printspeed.value * (cl.time - scr_centertime_start);
H A Dgl_screen.c132 float scr_centertime_start; // for slow victory printing variable
150 scr_centertime_start = cl.time;
173 remaining = scr_printspeed.value * (cl.time - scr_centertime_start);

Completed in 19 milliseconds