Searched refs:lcd_x (Results 1 - 9 of 9) sorted by relevance

/external/quake/quake/src/QW/client/
H A Dview.h23 extern cvar_t lcd_x;
H A Dview.c34 cvar_t lcd_x = CVAR2("lcd_x", "0"); // FIXME: make this work sometime... variable
H A Dvid_win.c1794 if (lcd_x.value)
/external/quake/quake/src/WinQuake/
H A Dview.h28 extern cvar_t lcd_x;
H A Dview.cpp34 cvar_t lcd_x = CVAR2("lcd_x","0"); variable
1020 if (lcd_x.value)
1032 r_refdef.vieworg[i] -= right[i]*lcd_x.value;
1041 r_refdef.vieworg[i] += 2*right[i]*lcd_x.value;
1077 Cvar_RegisterVariable (&lcd_x);
H A Dscreen.cpp852 if (oldlcd_x != lcd_x.value)
854 oldlcd_x = lcd_x.value;
H A Dr_misc.cpp441 if ((r_dowarp != r_dowarpold) || r_viewchanged || lcd_x.value)
H A Dr_main.cpp341 if (lcd_x.value)
H A Dvid_win.cpp1753 if (lcd_x.value)

Completed in 268 milliseconds