icculus quake2 doxygen
1.0 dev
|
|
Go to the documentation of this file.
40 if (
name[0] !=
'/' &&
name[0] !=
'\\')
83 if (num == 32 || num == 32+128)
96 if (num < 0 || num > 255)
195 memcpy (dest, source,
w);
199 fstep = pic->
width*0x10000/
w;
200 for (u=0 ; u<
w ; u+=4)
202 dest[u] = source[f>>16];
204 dest[u+1] = source[f>>16];
206 dest[u+2] = source[f>>16];
208 dest[u+3] = source[f>>16];
288 memcpy (dest, source, pic->
width);
290 source += pic->
width;
299 for (u=0 ; u<pic->
width ; u++)
304 source += pic->
width;
311 for (u=0 ; u<pic->
width ; u+=8)
331 source += pic->
width;
367 if (
w <= 0 || h <= 0)
382 pdest[
j] = psrc[
j&63];
417 for (u=0 ; u<
w ; u++)
void Draw_StretchRaw(int x, int y, int w, int h, int cols, int rows, byte *data)
image_t * R_FindImage(char *name, imagetype_t type)
void Draw_Char(int x, int y, int num)
void Draw_Fill(int x, int y, int w, int h, int c)
void(* Con_Printf)(int print_level, char *str,...)
void Draw_FadeScreen(void)
void Draw_InitLocal(void)
void Draw_StretchPicImplementation(int x, int y, int w, int h, image_t *pic)
void(* Sys_Error)(int err_level, char *str,...)
void Draw_TileClear(int x, int y, int w, int h, char *name)
void Draw_GetPicSize(int *w, int *h, char *pic)
void Draw_Pic(int x, int y, char *name)
image_t * Draw_FindPic(char *name)
GLdouble GLdouble GLdouble w
void Draw_StretchPic(int x, int y, int w, int h, char *name)
#define TRANSPARENT_COLOR
void Com_sprintf(char *dest, int size, char *fmt,...)