icculus quake2 doxygen  1.0 dev
pcx_t Struct Reference

#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
 

Detailed Description

Definition at line 60 of file qfiles.h.

Member Data Documentation

◆ bits_per_pixel

char pcx_t::bits_per_pixel

Definition at line 65 of file qfiles.h.

Referenced by LoadPCX(), SCR_LoadPCX(), and WritePCXfile().

◆ bytes_per_line

unsigned short pcx_t::bytes_per_line

Definition at line 71 of file qfiles.h.

Referenced by LoadPCX(), and WritePCXfile().

◆ color_planes

char pcx_t::color_planes

Definition at line 70 of file qfiles.h.

Referenced by WritePCXfile().

◆ data

unsigned char pcx_t::data

Definition at line 74 of file qfiles.h.

Referenced by LoadPCX(), SCR_LoadPCX(), and WritePCXfile().

◆ encoding

char pcx_t::encoding

Definition at line 64 of file qfiles.h.

Referenced by LoadPCX(), SCR_LoadPCX(), and WritePCXfile().

◆ filler

char pcx_t::filler[58]

Definition at line 73 of file qfiles.h.

Referenced by WritePCXfile().

◆ hres

unsigned short pcx_t::hres

Definition at line 67 of file qfiles.h.

Referenced by LoadPCX(), and WritePCXfile().

◆ manufacturer

char pcx_t::manufacturer

Definition at line 62 of file qfiles.h.

Referenced by LoadPCX(), SCR_LoadPCX(), and WritePCXfile().

◆ palette

unsigned char pcx_t::palette[48]

Definition at line 68 of file qfiles.h.

Referenced by WritePCXfile().

◆ palette_type

unsigned short pcx_t::palette_type

Definition at line 72 of file qfiles.h.

Referenced by LoadPCX(), and WritePCXfile().

◆ reserved

char pcx_t::reserved

Definition at line 69 of file qfiles.h.

◆ version

char pcx_t::version

Definition at line 63 of file qfiles.h.

Referenced by LoadPCX(), SCR_LoadPCX(), and WritePCXfile().

◆ vres

unsigned short pcx_t::vres

Definition at line 67 of file qfiles.h.

Referenced by LoadPCX(), and WritePCXfile().

◆ xmax

unsigned short pcx_t::xmax

Definition at line 66 of file qfiles.h.

Referenced by LoadPCX(), SCR_LoadPCX(), and WritePCXfile().

◆ xmin

unsigned short pcx_t::xmin

Definition at line 66 of file qfiles.h.

Referenced by LoadPCX(), and WritePCXfile().

◆ ymax

unsigned short pcx_t::ymax

Definition at line 66 of file qfiles.h.

Referenced by LoadPCX(), SCR_LoadPCX(), and WritePCXfile().

◆ ymin

unsigned short pcx_t::ymin

Definition at line 66 of file qfiles.h.

Referenced by LoadPCX(), and WritePCXfile().