![]() |
DarkPlaces
Game engine based on the Quake 1 engine by id Software, developed by LadyHavoc
|
|
Data Fields | |
| char | bits_per_pixel |
| unsigned short | bytes_per_line |
| char | color_planes |
| char | encoding |
| char | filler [58] |
| unsigned short | hres |
| char | manufacturer |
| unsigned char | palette [48] |
| unsigned short | palette_type |
| char | reserved |
| char | version |
| unsigned short | vres |
| unsigned short | xmax |
| unsigned short | xmin |
| unsigned short | ymax |
| unsigned short | ymin |
| char pcx_t::bits_per_pixel |
Definition at line 179 of file image.c.
Referenced by LoadPCX_BGRA(), and LoadPCX_QWSkin().
| unsigned short pcx_t::bytes_per_line |
Definition at line 185 of file image.c.
Referenced by LoadPCX_BGRA(), and LoadPCX_QWSkin().
| char pcx_t::encoding |
Definition at line 178 of file image.c.
Referenced by LoadPCX_BGRA(), and LoadPCX_QWSkin().
| unsigned short pcx_t::hres |
Definition at line 181 of file image.c.
Referenced by LoadPCX_BGRA(), and LoadPCX_QWSkin().
| char pcx_t::manufacturer |
Definition at line 176 of file image.c.
Referenced by LoadPCX_BGRA(), and LoadPCX_QWSkin().
| unsigned short pcx_t::palette_type |
Definition at line 186 of file image.c.
Referenced by LoadPCX_BGRA(), and LoadPCX_QWSkin().
| char pcx_t::version |
Definition at line 177 of file image.c.
Referenced by LoadPCX_BGRA(), and LoadPCX_QWSkin().
| unsigned short pcx_t::vres |
Definition at line 181 of file image.c.
Referenced by LoadPCX_BGRA(), and LoadPCX_QWSkin().
| unsigned short pcx_t::xmax |
Definition at line 180 of file image.c.
Referenced by LoadPCX_BGRA(), and LoadPCX_QWSkin().
| unsigned short pcx_t::xmin |
Definition at line 180 of file image.c.
Referenced by LoadPCX_BGRA(), and LoadPCX_QWSkin().
| unsigned short pcx_t::ymax |
Definition at line 180 of file image.c.
Referenced by LoadPCX_BGRA(), and LoadPCX_QWSkin().
| unsigned short pcx_t::ymin |
Definition at line 180 of file image.c.
Referenced by LoadPCX_BGRA(), and LoadPCX_QWSkin().