/external/quake/quake/src/WinQuake/ |
H A D | draw.h | 24 extern qpic_t *draw_disc; // also used on sbar 29 void Draw_Pic (int x, int y, qpic_t *pic); 30 void Draw_TransPic (int x, int y, qpic_t *pic); 31 void Draw_TransPicTranslate (int x, int y, qpic_t *pic, byte *translation); 39 qpic_t *Draw_PicFromWad (const char *name); 40 qpic_t *Draw_CachePic (const char *path);
|
H A D | wad.h | 43 } qpic_t; typedef in typeref:struct:__anon12735 75 void SwapPic (qpic_t *pic);
|
H A D | wad.cpp | 28 void SwapPic (qpic_t *pic); 97 SwapPic ( (qpic_t *)(wad_base + lump_p->filepos)); 154 void SwapPic (qpic_t *pic)
|
H A D | sbar.cpp | 28 qpic_t *sb_nums[2][11]; 29 qpic_t *sb_colon, *sb_slash; 30 qpic_t *sb_ibar; 31 qpic_t *sb_sbar; 32 qpic_t *sb_scorebar; 34 qpic_t *sb_weapons[7][8]; // 0 is active, 1 is owned, 2-5 are flashes 35 qpic_t *sb_ammo[4]; 36 qpic_t *sb_sigil[4]; 37 qpic_t *sb_armor[3]; 38 qpic_t *sb_item [all...] |
H A D | draw.cpp | 37 qpic_t *draw_disc; 38 qpic_t *draw_backtile; 54 qpic_t *Draw_PicFromWad (const char *name) 64 qpic_t *Draw_CachePic (const char *path) 68 qpic_t *dat; 92 dat = (qpic_t *)pic->cache.data; 289 void Draw_Pic (int x, int y, qpic_t *pic) 340 void Draw_TransPic (int x, int y, qpic_t *pic) 427 void Draw_TransPicTranslate (int x, int y, qpic_t *pic, byte *translation) 545 qpic_t *conbac [all...] |
H A D | gl_screen.cpp | 97 qpic_t *scr_ram; 98 qpic_t *scr_net; 99 qpic_t *scr_turtle; 462 qpic_t *pic; 484 qpic_t *pic;
|
H A D | screen.cpp | 44 qpic_t *scr_ram; 45 qpic_t *scr_net; 46 qpic_t *scr_turtle; 404 qpic_t *pic; 426 qpic_t *pic;
|
H A D | menu.cpp | 137 void M_DrawTransPic (int x, int y, qpic_t *pic) 142 void M_DrawPic (int x, int y, qpic_t *pic) 175 void M_DrawTransPicTranslate (int x, int y, qpic_t *pic) 183 qpic_t *p; 294 qpic_t *p; 377 qpic_t *p; 501 qpic_t *p; 517 qpic_t *p; 622 qpic_t *p; 709 qpic_t * [all...] |
H A D | gl_draw.cpp | 34 qpic_t *draw_disc; 35 qpic_t *draw_backtile; 48 qpic_t qpic; 60 byte buffer[sizeof(qpic_t) + sizeof(glpic_t)]; 495 qpic_t pic; 514 int GL_LoadPicTexture (qpic_t *pic) 520 qpic_t *Draw_PicFromWad (const char *name) 526 qpic_t* p = & pp->qpic; 571 qpic_t *Draw_CachePic (const char *path) 575 qpic_t *da [all...] |
H A D | vid_dos.cpp | 548 extern void M_DrawTransPic (int x, int y, qpic_t *pic);
549 extern void M_DrawPic (int x, int y, qpic_t *pic);
573 qpic_t *p;
|
H A D | gl_vidnt.cpp | 1842 extern void M_DrawTransPic (int x, int y, qpic_t *pic);
1843 extern void M_DrawPic (int x, int y, qpic_t *pic);
1867 qpic_t *p;
|
H A D | vid_sunx.cpp | 87 extern void M_DrawTransPic (int x, int y, qpic_t *pic); 88 extern void M_DrawPic (int x, int y, qpic_t *pic); 495 qpic_t *p;
|
H A D | vid_sunxil.cpp | 83 extern void M_DrawTransPic (int x, int y, qpic_t *pic); 84 extern void M_DrawPic (int x, int y, qpic_t *pic); 310 qpic_t *p;
|
/external/quake/quake/src/QW/client/ |
H A D | draw.h | 24 extern qpic_t *draw_disc; // also used on sbar 29 void Draw_SubPic(int x, int y, qpic_t *pic, int srcx, int srcy, int width, int height); 30 void Draw_Pic (int x, int y, qpic_t *pic); 31 void Draw_TransPic (int x, int y, qpic_t *pic); 32 void Draw_TransPicTranslate (int x, int y, qpic_t *pic, byte *translation); 41 qpic_t *Draw_PicFromWad (char *name); 42 qpic_t *Draw_CachePic (char *path);
|
H A D | menu.h | 37 qpic_t *M_CachePic (char *path);
|
H A D | wad.h | 43 } qpic_t; typedef in typeref:struct:__anon12277 75 void SwapPic (qpic_t *pic);
|
H A D | wad.c | 28 void SwapPic (qpic_t *pic); 97 SwapPic ( (qpic_t *)(wad_base + lump_p->filepos)); 154 void SwapPic (qpic_t *pic)
|
H A D | sbar.c | 28 qpic_t *sb_nums[2][11]; 29 qpic_t *sb_colon, *sb_slash; 30 qpic_t *sb_ibar; 31 qpic_t *sb_sbar; 32 qpic_t *sb_scorebar; 34 qpic_t *sb_weapons[7][8]; // 0 is active, 1 is owned, 2-5 are flashes 35 qpic_t *sb_ammo[4]; 36 qpic_t *sb_sigil[4]; 37 qpic_t *sb_armor[3]; 38 qpic_t *sb_item [all...] |
H A D | gl_draw.c | 34 qpic_t *draw_disc; 35 qpic_t *draw_backtile; 59 byte conback_buffer[sizeof(qpic_t) + sizeof(glpic_t)]; 60 qpic_t *conback = (qpic_t *)&conback_buffer; 177 qpic_t pic; 190 qpic_t *Draw_PicFromWad (char *name) 192 qpic_t *p; 238 qpic_t *Draw_CachePic (char *path) 242 qpic_t *da [all...] |
H A D | menu.c | 137 void M_DrawTransPic (int x, int y, qpic_t *pic) 142 void M_DrawPic (int x, int y, qpic_t *pic) 175 void M_DrawTransPicTranslate (int x, int y, qpic_t *pic) 183 qpic_t *p; 294 qpic_t *p; 499 qpic_t *p; 730 qpic_t *p; 1006 qpic_t *p; 1030 qpic_t *p;
|
H A D | draw.c | 37 qpic_t *draw_disc; 38 qpic_t *draw_backtile; 54 qpic_t *Draw_PicFromWad (char *name) 64 qpic_t *Draw_CachePic (char *path) 68 qpic_t *dat; 92 dat = (qpic_t *)pic->cache.data; 344 void Draw_Pic (int x, int y, qpic_t *pic) 395 void Draw_SubPic(int x, int y, qpic_t *pic, int srcx, int srcy, int width, int height) 446 void Draw_TransPic (int x, int y, qpic_t *pic) 533 void Draw_TransPicTranslate (int x, int y, qpic_t *pi [all...] |
H A D | screen.c | 96 qpic_t *scr_ram;
97 qpic_t *scr_net;
98 qpic_t *scr_turtle;
489 qpic_t *pic;
|
H A D | gl_screen.c | 99 qpic_t *scr_ram; 100 qpic_t *scr_net; 101 qpic_t *scr_turtle; 497 qpic_t *pic; 519 qpic_t *pic;
|
H A D | glquake.h | 289 int GL_LoadPicTexture (qpic_t *pic);
|
H A D | gl_vidnt.c | 1842 extern void M_DrawTransPic (int x, int y, qpic_t *pic);
1843 extern void M_DrawPic (int x, int y, qpic_t *pic);
1867 qpic_t *p;
|