Home | History | Annotate | Download | only in WinQuake

Lines Matching full:vrect

89 		vr.x = r_refdef.vrect.x;

90 vr.y = r_refdef.vrect.y;
91 vr.width = r_refdef.vrect.width;
92 vr.height = r_refdef.vrect.height;
119 x += r_refdef.vrect.x;
120 y += r_refdef.vrect.y;
169 if (r_refdef.vrect.width <= MAX_TIMINGS)
170 x = r_refdef.vrect.width-1;
172 x = r_refdef.vrect.width -
173 (r_refdef.vrect.width - MAX_TIMINGS)/2;
176 R_LineGraph (x, r_refdef.vrect.height-2, r_timings[a]);
370 vrect_t vrect;
448 vrect.x = 0;
449 vrect.y = 0;
450 vrect.width = vid.width;
451 vrect.height = vid.height;
453 R_ViewChanged (&vrect, sb_lines, vid.aspect);
472 vrect.x = 0;
473 vrect.y = 0;
474 vrect.width = (int)w;
475 vrect.height = (int)h;
477 R_ViewChanged (&vrect,
485 vrect.x = 0;
486 vrect.y = 0;
487 vrect.width = vid.width;
488 vrect.height = vid.height;
490 R_ViewChanged (&vrect, sb_lines, vid.aspect);