HomeSort by relevance Sort by last modified time
    Searched refs:Draw_TransPic (Results 1 - 10 of 10) sorted by null

  /external/quake/quake/src/WinQuake/
draw.h 30 void Draw_TransPic (int x, int y, qpic_t *pic);
sbar.cpp 276 Draw_TransPic (x /*+ ((vid.width - 320)>>1)*/, y + (vid.height-SBAR_HEIGHT), pic);
278 Draw_TransPic (x + ((vid.width - 320)>>1), y + (vid.height-SBAR_HEIGHT), pic);
1078 Draw_TransPic (x,y,sb_nums[color][frame]);
1292 Draw_TransPic (0, 56, pic);
1298 Draw_TransPic (234,64,sb_colon);
1299 Draw_TransPic (246,64,sb_nums[0][num/10]);
1300 Draw_TransPic (266,64,sb_nums[0][num%10]);
1303 Draw_TransPic (232,104,sb_slash);
1307 Draw_TransPic (232,144,sb_slash);
1326 Draw_TransPic ( (vid.width-pic->width)/2, 16, pic)
    [all...]
draw.cpp 337 Draw_TransPic
340 void Draw_TransPic (int x, int y, qpic_t *pic)
349 Sys_Error ("Draw_TransPic: bad coordinates");
436 Sys_Error ("Draw_TransPic: bad coordinates");
gl_draw.cpp 986 Draw_TransPic
989 void Draw_TransPic (int x, int y, qpic_t *pic)
998 Sys_Error ("Draw_TransPic: bad coordinates");
    [all...]
menu.cpp 139 Draw_TransPic (x + ((vid.width - 320)>>1), y, pic);
    [all...]
  /external/quake/quake/src/QW/client/
draw.h 31 void Draw_TransPic (int x, int y, qpic_t *pic);
sbar.c 257 Draw_TransPic (x /*+ ((vid.width - 320)>>1) */, y + (vid.height-SBAR_HEIGHT), pic);
884 Draw_TransPic (x,y,sb_nums[color][frame]);
1327 Draw_TransPic ( (vid.width-pic->width)/2, 16, pic);
menu.c 139 Draw_TransPic (x + ((vid.width - 320)>>1), y, pic);
draw.c 443 Draw_TransPic
446 void Draw_TransPic (int x, int y, qpic_t *pic)
455 Sys_Error ("Draw_TransPic: bad coordinates");
542 Sys_Error ("Draw_TransPic: bad coordinates");
gl_draw.c 722 Draw_TransPic
725 void Draw_TransPic (int x, int y, qpic_t *pic)
731 Sys_Error ("Draw_TransPic: bad coordinates");
    [all...]

Completed in 176 milliseconds