HomeSort by relevance Sort by last modified time
    Searched defs:d_pix_max (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
79 d_pix_max = (int)((float)r_refdef.vrect.width / (320.0 / 4.0) + 0.5);
81 if (d_pix_max < 1)
82 d_pix_max = 1;
91 d_vrectright_particle = r_refdef.vrectright - d_pix_max;
93 r_refdef.vrectbottom - (d_pix_max << d_y_aspect_shift);
  /external/quake/quake/src/WinQuake/
d_modech.cpp 27 int d_y_aspect_shift, d_pix_min, d_pix_max, d_pix_shift; variable
79 d_pix_max = (int)((float)r_refdef.vrect.width / (320.0 / 4.0) + 0.5);
81 if (d_pix_max < 1)
82 d_pix_max = 1;
91 d_vrectright_particle = r_refdef.vrectright - d_pix_max;
93 r_refdef.vrectbottom - (d_pix_max << d_y_aspect_shift);

Completed in 17 milliseconds