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

  /external/quake/quake/src/WinQuake/
draw.h 36 void Draw_Fill (int x, int y, int w, int h, int c);
sbar.cpp 524 Draw_Fill ( x*8+10 + ((vid.width - 320)>>1), y + vid.height - SBAR_HEIGHT, 28, 4, top);
525 Draw_Fill ( x*8+10 + ((vid.width - 320)>>1), y+4 + vid.height - SBAR_HEIGHT, 28, 4, bottom);
800 Draw_Fill (xofs + x*8 + 10, y, 28, 4, top);
801 Draw_Fill (xofs + x*8 + 10, y+4, 28, 3, bottom);
857 Draw_Fill (xofs, vid.height-SBAR_HEIGHT+3, 22, 9, top);
858 Draw_Fill (xofs, vid.height-SBAR_HEIGHT+12, 22, 9, bottom);
1126 Draw_Fill ( x, y, 40, 4, top);
1127 Draw_Fill ( x, y+4, 40, 4, bottom);
1226 Draw_Fill ( x, y+1, 40, 3, top);
1227 Draw_Fill ( x, y+4, 40, 4, bottom)
    [all...]
draw.cpp 807 Draw_Fill
812 void Draw_Fill (int x, int y, int w, int h, int c)
gl_draw.cpp 1116 Draw_Fill
1121 void Draw_Fill (int x, int y, int w, int h, int c)
    [all...]
  /external/quake/quake/src/QW/client/
draw.h 37 void Draw_Fill (int x, int y, int w, int h, int c);
sbar.c 643 // Draw_Fill (xofs + x*8 + 10, y, 28, 4, top);
644 // Draw_Fill (xofs + x*8 + 10, y+4, 28, 3, bottom);
645 Draw_Fill (x*8 + 10, y, 28, 4, top);
646 Draw_Fill (x*8 + 10, y+4, 28, 3, bottom);
1109 Draw_Fill ( x+104, y+1, 40, 3, top);
1111 Draw_Fill ( x+104, y, 40, 4, top);
1112 Draw_Fill ( x+104, y+4, 40, 4, bottom);
1223 Draw_Fill ( x, y+1, 40, 3, top);
1224 Draw_Fill ( x, y+4, 40, 4, bottom);
draw.c 918 Draw_Fill
923 void Draw_Fill (int x, int y, int w, int h, int c)
932 Con_Printf("Bad Draw_Fill(%d, %d, %d, %d, %c)\n",
gl_draw.c 858 Draw_Fill
863 void Draw_Fill (int x, int y, int w, int h, int c)
    [all...]

Completed in 48 milliseconds