DarkPlaces
Game engine based on the Quake 1 engine by id Software, developed by LadyHavoc
 
pcx_t Struct Reference
+ Collaboration diagram for pcx_t:

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
 

Detailed Description

Definition at line 174 of file image.c.

Field Documentation

◆ bits_per_pixel

char pcx_t::bits_per_pixel

Definition at line 179 of file image.c.

Referenced by LoadPCX_BGRA(), and LoadPCX_QWSkin().

◆ bytes_per_line

unsigned short pcx_t::bytes_per_line

Definition at line 185 of file image.c.

Referenced by LoadPCX_BGRA(), and LoadPCX_QWSkin().

◆ color_planes

char pcx_t::color_planes

Definition at line 184 of file image.c.

◆ encoding

char pcx_t::encoding

Definition at line 178 of file image.c.

Referenced by LoadPCX_BGRA(), and LoadPCX_QWSkin().

◆ filler

char pcx_t::filler[58]

Definition at line 187 of file image.c.

◆ hres

unsigned short pcx_t::hres

Definition at line 181 of file image.c.

Referenced by LoadPCX_BGRA(), and LoadPCX_QWSkin().

◆ manufacturer

char pcx_t::manufacturer

Definition at line 176 of file image.c.

Referenced by LoadPCX_BGRA(), and LoadPCX_QWSkin().

◆ palette

unsigned char pcx_t::palette[48]

Definition at line 182 of file image.c.

◆ palette_type

unsigned short pcx_t::palette_type

Definition at line 186 of file image.c.

Referenced by LoadPCX_BGRA(), and LoadPCX_QWSkin().

◆ reserved

char pcx_t::reserved

Definition at line 183 of file image.c.

◆ version

char pcx_t::version

Definition at line 177 of file image.c.

Referenced by LoadPCX_BGRA(), and LoadPCX_QWSkin().

◆ vres

unsigned short pcx_t::vres

Definition at line 181 of file image.c.

Referenced by LoadPCX_BGRA(), and LoadPCX_QWSkin().

◆ xmax

unsigned short pcx_t::xmax

Definition at line 180 of file image.c.

Referenced by LoadPCX_BGRA(), and LoadPCX_QWSkin().

◆ xmin

unsigned short pcx_t::xmin

Definition at line 180 of file image.c.

Referenced by LoadPCX_BGRA(), and LoadPCX_QWSkin().

◆ ymax

unsigned short pcx_t::ymax

Definition at line 180 of file image.c.

Referenced by LoadPCX_BGRA(), and LoadPCX_QWSkin().

◆ ymin

unsigned short pcx_t::ymin

Definition at line 180 of file image.c.

Referenced by LoadPCX_BGRA(), and LoadPCX_QWSkin().


The documentation for this struct was generated from the following file: