#include <qfiles.h>
Public Attributes | |
| char | manufacturer |
| char | version |
| char | encoding |
| char | bits_per_pixel |
| unsigned short | xmin |
| unsigned short | ymin |
| unsigned short | xmax |
| unsigned short | ymax |
| unsigned short | hres |
| unsigned short | vres |
| unsigned char | palette [48] |
| char | reserved |
| char | color_planes |
| unsigned short | bytes_per_line |
| unsigned short | palette_type |
| char | filler [58] |
| unsigned char | data |
| char pcx_t::bits_per_pixel |
Definition at line 65 of file qfiles.h.
Referenced by LoadPCX(), SCR_LoadPCX(), and WritePCXfile().
| unsigned short pcx_t::bytes_per_line |
Definition at line 71 of file qfiles.h.
Referenced by LoadPCX(), and WritePCXfile().
| char pcx_t::color_planes |
Definition at line 70 of file qfiles.h.
Referenced by WritePCXfile().
| unsigned char pcx_t::data |
Definition at line 74 of file qfiles.h.
Referenced by LoadPCX(), SCR_LoadPCX(), and WritePCXfile().
| char pcx_t::encoding |
Definition at line 64 of file qfiles.h.
Referenced by LoadPCX(), SCR_LoadPCX(), and WritePCXfile().
| char pcx_t::filler[58] |
Definition at line 73 of file qfiles.h.
Referenced by WritePCXfile().
| unsigned short pcx_t::hres |
Definition at line 67 of file qfiles.h.
Referenced by LoadPCX(), and WritePCXfile().
| char pcx_t::manufacturer |
Definition at line 62 of file qfiles.h.
Referenced by LoadPCX(), SCR_LoadPCX(), and WritePCXfile().
| unsigned char pcx_t::palette[48] |
Definition at line 68 of file qfiles.h.
Referenced by WritePCXfile().
| unsigned short pcx_t::palette_type |
Definition at line 72 of file qfiles.h.
Referenced by LoadPCX(), and WritePCXfile().
| char pcx_t::version |
Definition at line 63 of file qfiles.h.
Referenced by LoadPCX(), SCR_LoadPCX(), and WritePCXfile().
| unsigned short pcx_t::vres |
Definition at line 67 of file qfiles.h.
Referenced by LoadPCX(), and WritePCXfile().
| unsigned short pcx_t::xmax |
Definition at line 66 of file qfiles.h.
Referenced by LoadPCX(), SCR_LoadPCX(), and WritePCXfile().
| unsigned short pcx_t::xmin |
Definition at line 66 of file qfiles.h.
Referenced by LoadPCX(), and WritePCXfile().
| unsigned short pcx_t::ymax |
Definition at line 66 of file qfiles.h.
Referenced by LoadPCX(), SCR_LoadPCX(), and WritePCXfile().
| unsigned short pcx_t::ymin |
Definition at line 66 of file qfiles.h.
Referenced by LoadPCX(), and WritePCXfile().