Home
last modified time | relevance | path

Searched refs:Draw_CachePic (Results 1 – 21 of 21) sorted by relevance

/external/quake/quake/src/WinQuake/
Dmenu.cpp190 p = Draw_CachePic ("gfx/box_tl.lmp"); in M_DrawTextBox()
192 p = Draw_CachePic ("gfx/box_ml.lmp"); in M_DrawTextBox()
198 p = Draw_CachePic ("gfx/box_bl.lmp"); in M_DrawTextBox()
206 p = Draw_CachePic ("gfx/box_tm.lmp"); in M_DrawTextBox()
208 p = Draw_CachePic ("gfx/box_mm.lmp"); in M_DrawTextBox()
213 p = Draw_CachePic ("gfx/box_mm2.lmp"); in M_DrawTextBox()
216 p = Draw_CachePic ("gfx/box_bm.lmp"); in M_DrawTextBox()
224 p = Draw_CachePic ("gfx/box_tr.lmp"); in M_DrawTextBox()
226 p = Draw_CachePic ("gfx/box_mr.lmp"); in M_DrawTextBox()
232 p = Draw_CachePic ("gfx/box_br.lmp"); in M_DrawTextBox()
[all …]
Ddraw.h40 qpic_t *Draw_CachePic (const char *path);
Dsbar.cpp1102 pic = Draw_CachePic ("gfx/ranking.lmp"); in Sbar_DeathmatchOverlay()
1288 pic = Draw_CachePic ("gfx/complete.lmp"); in Sbar_IntermissionOverlay()
1291 pic = Draw_CachePic ("gfx/inter.lmp"); in Sbar_IntermissionOverlay()
1325 pic = Draw_CachePic ("gfx/finale.lmp"); in Sbar_FinaleOverlay()
Dgl_screen.cpp470 pic = Draw_CachePic ("gfx/pause.lmp"); in SCR_DrawPause()
489 pic = Draw_CachePic ("gfx/loading.lmp"); in SCR_DrawLoading()
Dscreen.cpp412 pic = Draw_CachePic ("gfx/pause.lmp"); in SCR_DrawPause()
431 pic = Draw_CachePic ("gfx/loading.lmp"); in SCR_DrawLoading()
Ddraw.cpp64 qpic_t *Draw_CachePic (const char *path) in Draw_CachePic() function
548 conback = Draw_CachePic ("gfx/conback.lmp"); in Draw_ConsoleBackground()
Dvid_dos.cpp581 p = Draw_CachePic ("gfx/vidmodes.lmp"); in VID_MenuDraw()
Dvid_sunxil.cpp315 p = Draw_CachePic ("gfx/vidmodes.lmp"); in VID_MenuDraw()
Dvid_sunx.cpp500 p = Draw_CachePic ("gfx/vidmodes.lmp"); in VID_MenuDraw()
Dgl_vidnt.cpp1873 p = Draw_CachePic ("gfx/vidmodes.lmp"); in VID_MenuDraw()
Dgl_draw.cpp571 qpic_t *Draw_CachePic (const char *path) in Draw_CachePic() function
Dvid_win.cpp3081 p = Draw_CachePic ("gfx/vidmodes.lmp"); in VID_MenuDraw()
/external/quake/quake/src/QW/client/
Dmenu.c190 p = Draw_CachePic ("gfx/box_tl.lmp"); in M_DrawTextBox()
192 p = Draw_CachePic ("gfx/box_ml.lmp"); in M_DrawTextBox()
198 p = Draw_CachePic ("gfx/box_bl.lmp"); in M_DrawTextBox()
206 p = Draw_CachePic ("gfx/box_tm.lmp"); in M_DrawTextBox()
208 p = Draw_CachePic ("gfx/box_mm.lmp"); in M_DrawTextBox()
213 p = Draw_CachePic ("gfx/box_mm2.lmp"); in M_DrawTextBox()
216 p = Draw_CachePic ("gfx/box_bm.lmp"); in M_DrawTextBox()
224 p = Draw_CachePic ("gfx/box_tr.lmp"); in M_DrawTextBox()
226 p = Draw_CachePic ("gfx/box_mr.lmp"); in M_DrawTextBox()
232 p = Draw_CachePic ("gfx/box_br.lmp"); in M_DrawTextBox()
[all …]
Ddraw.h42 qpic_t *Draw_CachePic (char *path);
Dsbar.c920 pic = Draw_CachePic ("gfx/ranking.lmp"); in Sbar_TeamOverlay()
1023 pic = Draw_CachePic ("gfx/ranking.lmp"); in Sbar_DeathmatchOverlay()
1326 pic = Draw_CachePic ("gfx/finale.lmp"); in Sbar_FinaleOverlay()
Dgl_screen.c505 pic = Draw_CachePic ("gfx/pause.lmp"); in SCR_DrawPause()
524 pic = Draw_CachePic ("gfx/loading.lmp"); in SCR_DrawLoading()
Ddraw.c64 qpic_t *Draw_CachePic (char *path) in Draw_CachePic() function
655 conback = Draw_CachePic ("gfx/conback.lmp"); in Draw_ConsoleBackground()
Dscreen.c497 pic = Draw_CachePic ("gfx/pause.lmp"); in SCR_DrawPause()
Dgl_vidnt.c1873 p = Draw_CachePic ("gfx/vidmodes.lmp"); in VID_MenuDraw()
Dgl_draw.c238 qpic_t *Draw_CachePic (char *path) in Draw_CachePic() function
Dvid_win.c3128 p = Draw_CachePic ("gfx/vidmodes.lmp"); in VID_MenuDraw()