Searched refs:Draw_Pic (Results 1 - 14 of 14) sorted by relevance

/external/quake/quake/src/WinQuake/
H A Ddraw.h29 void Draw_Pic (int x, int y, qpic_t *pic);
H A Dgl_screen.cpp412 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,
H A Dscreen.cpp354 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,
H A Dsbar.cpp263 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);
H A Dgl_draw.cpp952 Draw_Pic
955 void Draw_Pic (int x, int y, qpic_t *pic) function
1003 Draw_Pic (x, y, pic);
1073 Draw_Pic(0, lines - vid.height, &conback->qpic);
1195 Draw_Pic (vid.width - 24, 0, draw_disc);
H A Ddraw.cpp286 Draw_Pic
289 void Draw_Pic (int x, int y, qpic_t *pic) function
300 Sys_Error ("Draw_Pic: bad coordinates");
H A Dmenu.cpp144 Draw_Pic (x + ((vid.width - 320)>>1), y, pic);
/external/quake/quake/src/QW/client/
H A Ddraw.h30 void Draw_Pic (int x, int y, qpic_t *pic);
H A Dscreen.c412 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,
H A Dgl_screen.c419 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,
H A Dgl_draw.c618 Draw_Pic
621 void Draw_Pic (int x, int y, qpic_t *pic) function
734 Draw_Pic (x, y, pic);
807 Draw_Pic(0, lines-vid.height, conback);
936 Draw_Pic (vid.width - 24, 0, draw_disc);
H A Dsbar.c234 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);
H A Dmenu.c144 Draw_Pic (x + ((vid.width - 320)>>1), y, pic);
H A Ddraw.c341 Draw_Pic
344 void Draw_Pic (int x, int y, qpic_t *pic) function
355 Sys_Error ("Draw_Pic: bad coordinates");
406 Sys_Error ("Draw_Pic: bad coordinates");

Completed in 127 milliseconds