doom3-gpl
Doom 3 GPL source release
|
Go to the source code of this file.
Macros | |
#define | MAX_DIMENSION 4096 |
#define | MIP_MIN(a, b) (a<b?a:b) |
Functions | |
byte * | R_ResampleTexture (const byte *in, int inwidth, int inheight, int outwidth, int outheight) |
byte * | R_Dropsample (const byte *in, int inwidth, int inheight, int outwidth, int outheight) |
void | R_SetBorderTexels (byte *inBase, int width, int height, const byte border[4]) |
void | R_SetBorderTexels3D (byte *inBase, int width, int height, int depth, const byte border[4]) |
void | R_SetAlphaNormalDivergence (byte *in, int width, int height) |
byte * | R_MipMapWithAlphaSpecularity (const byte *in, int width, int height) |
byte * | R_MipMap (const byte *in, int width, int height, bool preserveBorder) |
byte * | R_MipMap3D (const byte *in, int width, int height, int depth, bool preserveBorder) |
void | R_BlendOverTexture (byte *data, int pixelCount, const byte blend[4]) |
void | R_HorizontalFlip (byte *data, int width, int height) |
void | R_VerticalFlip (byte *data, int width, int height) |
void | R_RotatePic (byte *data, int width) |
#define MAX_DIMENSION 4096 |
Definition at line 46 of file Image_process.cpp.
Definition at line 554 of file Image_process.cpp.
Definition at line 106 of file Image_process.cpp.
Definition at line 579 of file Image_process.cpp.
Definition at line 396 of file Image_process.cpp.
Definition at line 481 of file Image_process.cpp.
Definition at line 307 of file Image_process.cpp.
Definition at line 47 of file Image_process.cpp.
Definition at line 605 of file Image_process.cpp.
Definition at line 255 of file Image_process.cpp.
Definition at line 138 of file Image_process.cpp.
Definition at line 178 of file Image_process.cpp.