#include "r_local.h"
Go to the source code of this file.
Functions | |
image_t * | Draw_FindPic (char *name) |
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 |
image_t* Draw_FindPic | ( | char * | name | ) |
Definition at line 35 of file r_draw.c.
Referenced by Draw_GetPicSize(), Draw_InitLocal(), Draw_Pic(), Draw_StretchPic(), Draw_TileClear(), and GetRefAPI().
image_t* draw_chars |
Definition at line 26 of file r_draw.c.
Referenced by Draw_Char(), Draw_InitLocal(), and GL_Bind().