#include <sw.h>
Public Attributes | |
pixel_t * | buffer |
int | rowbytes |
int | width |
int | height |
pixel_t* viddef_t::buffer |
Definition at line 124 of file sw.h.
Referenced by D_WarpScreen(), IMG_ReadPixels(), R_ApplySIRDAlgorithum(), R_DrawFill32(), R_DrawFill8(), R_DrawFixedData(), R_DrawStretchData(), R_ModeChanged(), R_SetupFrame(), and R_TileClear().
int viddef_t::height |
Definition at line 128 of file sw.h.
Referenced by IMG_ReadPixels(), R_ApplySIRDAlgorithum(), R_DrawFill32(), R_DrawFill8(), R_InitCaches(), R_ModeChanged(), R_SetupFrame(), and R_TileClear().
int viddef_t::rowbytes |
Definition at line 125 of file sw.h.
Referenced by D_WarpScreen(), IMG_ReadPixels(), R_ApplySIRDAlgorithum(), R_DrawFill32(), R_DrawFill8(), R_DrawFixedData(), R_DrawStretchData(), R_ModeChanged(), R_SetupFrame(), and R_TileClear().
int viddef_t::width |
Definition at line 127 of file sw.h.
Referenced by IMG_ReadPixels(), R_ApplySIRDAlgorithum(), R_DrawFill32(), R_DrawFill8(), R_InitCaches(), R_ModeChanged(), R_SetupFrame(), and R_TileClear().