Go to the source code of this file.
Data Structures |
| class | DCanvas |
Functions |
| | EXTERN_CVAR (gammalevel) extern unsigned int Col2RGB8[65][256] |
| void | V_Init (void) |
| void | V_MarkRect (int x, int y, int width, int height) |
| byte | BestColor (const DWORD *palette, const int r, const int g, const int b, const int numcolors) |
| int | V_GetColorFromString (const DWORD *palette, const char *colorstring) |
| std::string | V_GetColorStringByName (const char *name) |
| BOOL | V_SetResolution (int width, int height, int bpp) |
| void | ASM_PatchPitch (void) |
| void | ASM_PatchColSize (void) |
Variables |
| int | CleanWidth |
| int | CleanHeight |
| int | CleanXfac |
| int | CleanYfac |
| BOOL | gotconback |
| int | DisplayWidth |
| int | DisplayHeight |
| int | DisplayBits |
| palette_t * | DefaultPalette |
| DCanvas * | screen |
| DBoundingBox | dirtybox |
| byte | newgamma [256] |
| byte | RGB32k [32][32][32] |
| int | V_ColorFill |
| byte * | V_ColorMap |
| unsigned int * | V_Palette |
Function Documentation
| void ASM_PatchColSize |
( |
void |
| ) |
|
| void ASM_PatchPitch |
( |
void |
| ) |
|
| byte BestColor |
( |
const DWORD * |
palette, |
|
|
const int |
r, |
|
|
const int |
g, |
|
|
const int |
b, |
|
|
const int |
numcolors |
|
) |
| |
| EXTERN_CVAR |
( |
gammalevel |
| ) |
|
| int V_GetColorFromString |
( |
const DWORD * |
palette, |
|
|
const char * |
colorstring |
|
) |
| |
| std::string V_GetColorStringByName |
( |
const char * |
name | ) |
|
| void V_MarkRect |
( |
int |
x, |
|
|
int |
y, |
|
|
int |
width, |
|
|
int |
height |
|
) |
| |
| BOOL V_SetResolution |
( |
int |
width, |
|
|
int |
height, |
|
|
int |
bpp |
|
) |
| |
Variable Documentation