HomeSort by relevance Sort by last modified time
    Searched defs:d_pix_shift (Results 1 - 2 of 2) sorted by null

  /external/quake/quake/src/QW/client/
d_modech.c 27 int d_y_aspect_shift, d_pix_min, d_pix_max, d_pix_shift; variable
80 d_pix_shift = 8 - (int)((float)r_refdef.vrect.width / 320.0 + 0.5);
  /external/quake/quake/src/WinQuake/
d_modech.cpp 27 int d_y_aspect_shift, d_pix_min, d_pix_max, d_pix_shift; variable
80 d_pix_shift = 8 - (int)((float)r_refdef.vrect.width / 320.0 + 0.5);

Completed in 1242 milliseconds