/external/quake/quake/src/WinQuake/ |
draw.h | 29 void Draw_Pic (int x, int y, qpic_t *pic);
|
gl_screen.cpp | 412 Draw_Pic (scr_vrect.x+32, scr_vrect.y, scr_ram); 437 Draw_Pic (scr_vrect.x, scr_vrect.y, scr_turtle); 452 Draw_Pic (scr_vrect.x+64, scr_vrect.y, scr_net); 471 Draw_Pic ( (vid.width - pic->width)/2, 490 Draw_Pic ( (vid.width - pic->width)/2,
|
screen.cpp | 354 Draw_Pic (scr_vrect.x+32, scr_vrect.y, scr_ram); 379 Draw_Pic (scr_vrect.x, scr_vrect.y, scr_turtle); 394 Draw_Pic (scr_vrect.x+64, scr_vrect.y, scr_net); 413 Draw_Pic ( (vid.width - pic->width)/2, 432 Draw_Pic ( (vid.width - pic->width)/2,
|
sbar.cpp | 263 Draw_Pic (x /* + ((vid.width - 320)>>1)*/, y + (vid.height-SBAR_HEIGHT), pic); 265 Draw_Pic (x + ((vid.width - 320)>>1), y + (vid.height-SBAR_HEIGHT), pic); 1289 Draw_Pic (64, 24, pic);
|
gl_draw.cpp | 950 Draw_Pic 953 void Draw_Pic (int x, int y, qpic_t *pic) 1001 Draw_Pic (x, y, pic); 1071 Draw_Pic(0, lines - vid.height, &conback->qpic); 1193 Draw_Pic (vid.width - 24, 0, draw_disc); [all...] |
draw.cpp | 286 Draw_Pic 289 void Draw_Pic (int x, int y, qpic_t *pic) 300 Sys_Error ("Draw_Pic: bad coordinates");
|
menu.cpp | 144 Draw_Pic (x + ((vid.width - 320)>>1), y, pic); [all...] |
/external/quake/quake/src/QW/client/ |
draw.h | 30 void Draw_Pic (int x, int y, qpic_t *pic);
|
screen.c | 412 Draw_Pic (scr_vrect.x+32, scr_vrect.y, scr_ram);
437 Draw_Pic (scr_vrect.x, scr_vrect.y, scr_turtle);
452 Draw_Pic (scr_vrect.x+64, scr_vrect.y, scr_net);
498 Draw_Pic ( (vid.width - pic->width)/2,
|
gl_screen.c | 419 Draw_Pic (scr_vrect.x+32, scr_vrect.y, scr_ram); 444 Draw_Pic (scr_vrect.x, scr_vrect.y, scr_turtle); 459 Draw_Pic (scr_vrect.x+64, scr_vrect.y, scr_net); 506 Draw_Pic ( (vid.width - pic->width)/2, 525 Draw_Pic ( (vid.width - pic->width)/2,
|
gl_draw.c | 618 Draw_Pic 621 void Draw_Pic (int x, int y, qpic_t *pic) 734 Draw_Pic (x, y, pic); 807 Draw_Pic(0, lines-vid.height, conback); 936 Draw_Pic (vid.width - 24, 0, draw_disc); [all...] |
sbar.c | 234 Draw_Pic (x /* + ((vid.width - 320)>>1) */, y + (vid.height-SBAR_HEIGHT), pic); 921 Draw_Pic (160-pic->width/2, 0, pic); 1024 Draw_Pic (160-pic->width/2, 0, pic);
|
menu.c | 144 Draw_Pic (x + ((vid.width - 320)>>1), y, pic);
|
draw.c | 341 Draw_Pic 344 void Draw_Pic (int x, int y, qpic_t *pic) 355 Sys_Error ("Draw_Pic: bad coordinates"); 406 Sys_Error ("Draw_Pic: bad coordinates");
|