#include <vid.h>
Public Attributes | |
int | x |
int | y |
int | width |
int | height |
struct vrect_s * | pnext |
int vrect_s::height |
Definition at line 24 of file vid.h.
Referenced by D_WarpScreen(), R_SetupFrame(), R_ViewChanged(), SCR_CalcVrect(), SCR_DrawCrosshair(), SCR_DrawDebugGraph(), SCR_TileClear(), and V_RenderView().
int vrect_s::width |
Definition at line 24 of file vid.h.
Referenced by D_ViewChanged(), D_WarpScreen(), R_ScanEdges(), R_SetupFrame(), R_ViewChanged(), SCR_CalcVrect(), SCR_DrawCrosshair(), SCR_DrawDebugGraph(), SCR_TileClear(), and V_RenderView().
int vrect_s::x |
Definition at line 24 of file vid.h.
Referenced by D_ViewChanged(), R_Alias_clip_left(), R_AliasClip(), R_AliasClipTriangle(), R_AliasClipTriangleRGB(), R_AliasProjectAndClipTestFinalVert(), R_ScanEdges(), R_SetupFrame(), R_ViewChanged(), SCR_CalcVrect(), SCR_DrawCrosshair(), SCR_DrawDebugGraph(), SCR_DrawNet(), SCR_TileClear(), and V_RenderView().
int vrect_s::y |
Definition at line 24 of file vid.h.
Referenced by D_ViewChanged(), R_Alias_clip_top(), R_AliasClip(), R_AliasClipTriangle(), R_AliasClipTriangleRGB(), R_AliasProjectAndClipTestFinalVert(), R_BeginEdgeFrame(), R_ScanEdges(), R_SetupFrame(), R_ViewChanged(), SCR_CalcVrect(), SCR_DrawCrosshair(), SCR_DrawDebugGraph(), SCR_DrawNet(), SCR_TileClear(), and V_RenderView().