Searched defs:lineadj (Results 1 - 2 of 2) sorted by relevance

/external/quake/quake/src/QW/client/
H A Dr_main.c315 void R_SetVrect (vrect_t *pvrectin, vrect_t *pvrect, int lineadj) argument
331 lineadj = 0;
338 h = pvrectin->height - lineadj;
340 // h = (!cl_sbar.value && size==1.0) ? pvrectin->height : (pvrectin->height - lineadj);
341 // h = pvrectin->height - lineadj;
354 if (pvrect->height > pvrectin->height - lineadj)
355 pvrect->height = pvrectin->height - lineadj;
378 void R_ViewChanged (vrect_t *pvrect, int lineadj, float aspect) argument
385 R_SetVrect (pvrect, &r_refdef.vrect, lineadj);
/external/quake/quake/src/WinQuake/
H A Dr_main.cpp310 void R_SetVrect (vrect_t *pvrectin, vrect_t *pvrect, int lineadj) argument
319 lineadj = 0;
323 h = pvrectin->height - lineadj;
332 if (pvrect->height > pvrectin->height - lineadj)
333 pvrect->height = pvrectin->height - lineadj;
358 void R_ViewChanged (vrect_t *pvrect, int lineadj, float aspect) argument
365 R_SetVrect (pvrect, &r_refdef.vrect, lineadj);

Completed in 15 milliseconds