![]() |
DarkPlaces
Game engine based on the Quake 1 engine by id Software, developed by LadyHavoc
|
|
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 |
float font_postprocess_t::blur |
Definition at line 251 of file ft2.c.
Referenced by Font_Postprocess(), and Font_Postprocess_Update().
int font_postprocess_t::blurpadding_lt |
Definition at line 252 of file ft2.c.
Referenced by Font_Postprocess(), and Font_Postprocess_Update().
int font_postprocess_t::blurpadding_rb |
Definition at line 252 of file ft2.c.
Referenced by Font_Postprocess(), and Font_Postprocess_Update().
unsigned char* font_postprocess_t::buf |
Definition at line 249 of file ft2.c.
Referenced by Font_CloseLibrary(), Font_Postprocess(), and Font_Postprocess_Update().
unsigned char * font_postprocess_t::buf2 |
Definition at line 249 of file ft2.c.
Referenced by Font_Postprocess(), and Font_Postprocess_Update().
int font_postprocess_t::bufheight |
Definition at line 250 of file ft2.c.
Referenced by Font_Postprocess(), and Font_Postprocess_Update().
int font_postprocess_t::bufpitch |
Definition at line 250 of file ft2.c.
Referenced by Font_Postprocess(), and Font_Postprocess_Update().
int font_postprocess_t::bufsize |
Definition at line 250 of file ft2.c.
Referenced by Font_Postprocess_Update().
int font_postprocess_t::bufwidth |
Definition at line 250 of file ft2.c.
Referenced by Font_Postprocess(), and Font_Postprocess_Update().
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().
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().
float font_postprocess_t::outline |
Definition at line 251 of file ft2.c.
Referenced by Font_Postprocess(), and Font_Postprocess_Update().
int font_postprocess_t::outlinepadding_b |
Definition at line 252 of file ft2.c.
Referenced by Font_Postprocess(), and Font_Postprocess_Update().
int font_postprocess_t::outlinepadding_l |
Definition at line 252 of file ft2.c.
Referenced by Font_Postprocess(), and Font_Postprocess_Update().
int font_postprocess_t::outlinepadding_r |
Definition at line 252 of file ft2.c.
Referenced by Font_Postprocess(), and Font_Postprocess_Update().
int font_postprocess_t::outlinepadding_t |
Definition at line 252 of file ft2.c.
Referenced by Font_Postprocess(), and Font_Postprocess_Update().
int font_postprocess_t::padding_b |
Definition at line 252 of file ft2.c.
Referenced by Font_Postprocess(), and Font_Postprocess_Update().
int font_postprocess_t::padding_l |
Definition at line 252 of file ft2.c.
Referenced by Font_Postprocess(), and Font_Postprocess_Update().
int font_postprocess_t::padding_r |
Definition at line 252 of file ft2.c.
Referenced by Font_Postprocess(), and Font_Postprocess_Update().
int font_postprocess_t::padding_t |
Definition at line 252 of file ft2.c.
Referenced by Font_Postprocess(), and Font_Postprocess_Update().
float font_postprocess_t::shadowx |
Definition at line 251 of file ft2.c.
Referenced by Font_Postprocess(), and Font_Postprocess_Update().
float font_postprocess_t::shadowy |
Definition at line 251 of file ft2.c.
Referenced by Font_Postprocess(), and Font_Postprocess_Update().
float font_postprocess_t::shadowz |
Definition at line 251 of file ft2.c.
Referenced by Font_Postprocess(), and Font_Postprocess_Update().