Searched refs:vrect_t (Results 1 - 25 of 40) sorted by relevance

12

/external/quake/quake/src/QW/client/
H A Drender.h69 vrect_t vrect; // subwindow in video for refresh
71 vrect_t aliasvrect; // scaled Alias version
115 void R_ViewChanged (vrect_t *pvrect, int lineadj, float aspect);
152 void R_SetVrect (vrect_t *pvrect, vrect_t *pvrectin, int lineadj);
H A Dvid.h32 } vrect_t; typedef in typeref:struct:vrect_s
76 void VID_Update (vrect_t *rects);
H A Dd_init.c70 void D_CopyRects (vrect_t *prects, int transparent)
167 void D_UpdateRects (vrect_t *prect)
H A Dd_iface.h165 void D_FillRect (vrect_t *vrect, int color);
167 void D_UpdateRects (vrect_t *prect);
226 extern vrect_t scr_vrect;
H A Dvid_null.c45 void VID_Update (vrect_t *rects)
H A Dd_fill.c30 void D_FillRect (vrect_t *rect, int color)
H A Dr_misc.c54 vrect_t vr;
75 vrect_t vr;
446 vrect_t vrect;
H A Dscreen.c109 vrect_t *pconupdate;
110 vrect_t scr_vrect;
276 vrect_t vrect;
1010 vrect_t vrect;
H A Ddraw.c27 vrect_t rect;
275 extern vrect_t scr_vrect;
741 void R_DrawRect8 (vrect_t *prect, int rowbytes, byte *psrc,
790 void R_DrawRect16 (vrect_t *prect, int rowbytes, byte *psrc,
855 vrect_t vr;
H A Dr_local.h272 extern vrect_t *pconupdate;
H A Dr_main.c315 void R_SetVrect (vrect_t *pvrectin, vrect_t *pvrect, int lineadj)
378 void R_ViewChanged (vrect_t *pvrect, int lineadj, float aspect)
/external/quake/quake/src/WinQuake/
H A Drender.h75 vrect_t vrect; // subwindow in video for refresh
77 vrect_t aliasvrect; // scaled Alias version
120 void R_ViewChanged (vrect_t *pvrect, int lineadj, float aspect);
157 void R_SetVrect (vrect_t *pvrect, vrect_t *pvrectin, int lineadj);
H A Dvid.h32 } vrect_t; typedef in typeref:struct:vrect_s
76 void VID_Update (vrect_t *rects);
H A Dd_init.cpp70 void D_CopyRects (vrect_t *prects, int transparent)
166 void D_UpdateRects (vrect_t *prect)
H A Dd_iface.h166 void D_FillRect (vrect_t *vrect, int color);
168 void D_UpdateRects (vrect_t *prect);
227 extern vrect_t scr_vrect;
H A Dvid_null.cpp64 void VID_Update (vrect_t *rects)
H A Dvid_dos.h35 vrect_t *rects);
73 vrect_t *rects);
H A Dd_fill.cpp30 void D_FillRect (vrect_t *rect, int color)
H A Dr_misc.cpp52 vrect_t vr;
74 vrect_t vr;
370 vrect_t vrect;
H A Dscreen.cpp55 vrect_t *pconupdate;
56 vrect_t scr_vrect;
222 vrect_t vrect;
812 vrect_t vrect;
H A Dgl_screen.cpp110 vrect_t scr_vrect;
257 vrect_t vrect;
829 vrect_t vrect;
H A Ddraw.cpp27 vrect_t rect;
630 void R_DrawRect8 (vrect_t *prect, int rowbytes, byte *psrc,
679 void R_DrawRect16 (vrect_t *prect, int rowbytes, byte *psrc,
744 vrect_t vr;
H A Dvid_vga.cpp431 vrect_t *rects)
469 void VGA_SwapBuffers (viddef_t *lvid, vmode_t *pcurrentmode, vrect_t *rects)
H A Dr_local.h271 extern vrect_t *pconupdate;
H A Dvid_ext.cpp120 vrect_t *rects);
717 vrect_t *rects)

Completed in 417 milliseconds

12