#include "r_local.h"
Go to the source code of this file.
Macros | |
#define | COLORLEVELS 64 |
#define | PALBRIGHTS 0 |
Functions | |
image_t * | Draw_FindPic (char *name) |
void | Draw_8to24 (byte *palette) |
int | FindColor (int r, int g, int b) |
byte | BestColor (int r, int g, int b, int start, int stop) |
void | Draw_InitRGBMap (void) |
void | Draw_InitLocal (void) |
void | Draw_Char (int x, int y, int num) |
void | Draw_GetPicSize (int *w, int *h, char *pic) |
void | Draw_StretchPicImplementation (int x, int y, int w, int h, image_t *pic) |
void | Draw_StretchPic (int x, int y, int w, int h, char *name) |
void | Draw_StretchRaw (int x, int y, int w, int h, int cols, int rows, byte *data) |
void | Draw_Pic (int x, int y, char *name) |
void | Draw_TileClear (int x, int y, int w, int h, char *name) |
void | Draw_Fill (int x, int y, int w, int h, int c) |
void | Draw_FadeScreen (void) |
Variables | |
image_t * | draw_chars |
byte | palmap2 [64][64][64] |
Definition at line 135 of file r_draw.c.
Referenced by Draw_InitRGBMap().
image_t* Draw_FindPic | ( | char * | name | ) |
Definition at line 37 of file r_draw.c.
Referenced by Draw_GetPicSize(), Draw_InitLocal(), Draw_Pic(), Draw_StretchPic(), Draw_TileClear(), and GetRefAPI().
Definition at line 174 of file r_draw.c.
Referenced by R_Init().
Definition at line 342 of file r_draw.c.
Referenced by Draw_Pic(), Draw_StretchPic(), and Draw_StretchRaw().
image_t* draw_chars |
Definition at line 26 of file r_draw.c.
Referenced by Draw_Char(), Draw_InitLocal(), and GL_Bind().
byte palmap2[64][64][64] |
Definition at line 91 of file r_draw.c.
Referenced by Draw_InitRGBMap(), FindColor(), and R_PolysetDrawSpans8_Opaque_Coloured().