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

Data Fields

float blur
 
int blurpadding_lt
 
int blurpadding_rb
 
unsigned char * buf
 
unsigned char * buf2
 
int bufheight
 
int bufpitch
 
int bufsize
 
int bufwidth
 
unsigned char circlematrix [2 *POSTPROCESS_MAXRADIUS+1][2 *POSTPROCESS_MAXRADIUS+1]
 
unsigned char gausstable [2 *POSTPROCESS_MAXRADIUS+1]
 
float outline
 
int outlinepadding_b
 
int outlinepadding_l
 
int outlinepadding_r
 
int outlinepadding_t
 
int padding_b
 
int padding_l
 
int padding_r
 
int padding_t
 
float shadowx
 
float shadowy
 
float shadowz
 

Detailed Description

Definition at line 247 of file ft2.c.

Field Documentation

◆ blur

float font_postprocess_t::blur

Definition at line 251 of file ft2.c.

Referenced by Font_Postprocess(), and Font_Postprocess_Update().

◆ blurpadding_lt

int font_postprocess_t::blurpadding_lt

Definition at line 252 of file ft2.c.

Referenced by Font_Postprocess(), and Font_Postprocess_Update().

◆ blurpadding_rb

int font_postprocess_t::blurpadding_rb

Definition at line 252 of file ft2.c.

Referenced by Font_Postprocess(), and Font_Postprocess_Update().

◆ buf

unsigned char* font_postprocess_t::buf

Definition at line 249 of file ft2.c.

Referenced by Font_CloseLibrary(), Font_Postprocess(), and Font_Postprocess_Update().

◆ buf2

unsigned char * font_postprocess_t::buf2

Definition at line 249 of file ft2.c.

Referenced by Font_Postprocess(), and Font_Postprocess_Update().

◆ bufheight

int font_postprocess_t::bufheight

Definition at line 250 of file ft2.c.

Referenced by Font_Postprocess(), and Font_Postprocess_Update().

◆ bufpitch

int font_postprocess_t::bufpitch

Definition at line 250 of file ft2.c.

Referenced by Font_Postprocess(), and Font_Postprocess_Update().

◆ bufsize

int font_postprocess_t::bufsize

Definition at line 250 of file ft2.c.

Referenced by Font_Postprocess_Update().

◆ bufwidth

int font_postprocess_t::bufwidth

Definition at line 250 of file ft2.c.

Referenced by Font_Postprocess(), and Font_Postprocess_Update().

◆ circlematrix

unsigned char font_postprocess_t::circlematrix[2 *POSTPROCESS_MAXRADIUS+1][2 *POSTPROCESS_MAXRADIUS+1]

Definition at line 253 of file ft2.c.

Referenced by Font_Postprocess(), and Font_Postprocess_Update().

◆ gausstable

unsigned char font_postprocess_t::gausstable[2 *POSTPROCESS_MAXRADIUS+1]

Definition at line 254 of file ft2.c.

Referenced by Font_Postprocess(), and Font_Postprocess_Update().

◆ outline

float font_postprocess_t::outline

Definition at line 251 of file ft2.c.

Referenced by Font_Postprocess(), and Font_Postprocess_Update().

◆ outlinepadding_b

int font_postprocess_t::outlinepadding_b

Definition at line 252 of file ft2.c.

Referenced by Font_Postprocess(), and Font_Postprocess_Update().

◆ outlinepadding_l

int font_postprocess_t::outlinepadding_l

Definition at line 252 of file ft2.c.

Referenced by Font_Postprocess(), and Font_Postprocess_Update().

◆ outlinepadding_r

int font_postprocess_t::outlinepadding_r

Definition at line 252 of file ft2.c.

Referenced by Font_Postprocess(), and Font_Postprocess_Update().

◆ outlinepadding_t

int font_postprocess_t::outlinepadding_t

Definition at line 252 of file ft2.c.

Referenced by Font_Postprocess(), and Font_Postprocess_Update().

◆ padding_b

int font_postprocess_t::padding_b

Definition at line 252 of file ft2.c.

Referenced by Font_Postprocess(), and Font_Postprocess_Update().

◆ padding_l

int font_postprocess_t::padding_l

Definition at line 252 of file ft2.c.

Referenced by Font_Postprocess(), and Font_Postprocess_Update().

◆ padding_r

int font_postprocess_t::padding_r

Definition at line 252 of file ft2.c.

Referenced by Font_Postprocess(), and Font_Postprocess_Update().

◆ padding_t

int font_postprocess_t::padding_t

Definition at line 252 of file ft2.c.

Referenced by Font_Postprocess(), and Font_Postprocess_Update().

◆ shadowx

float font_postprocess_t::shadowx

Definition at line 251 of file ft2.c.

Referenced by Font_Postprocess(), and Font_Postprocess_Update().

◆ shadowy

float font_postprocess_t::shadowy

Definition at line 251 of file ft2.c.

Referenced by Font_Postprocess(), and Font_Postprocess_Update().

◆ shadowz

float font_postprocess_t::shadowz

Definition at line 251 of file ft2.c.

Referenced by Font_Postprocess(), and Font_Postprocess_Update().


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