Searched refs:Draw_Fill (Results 1 - 8 of 8) sorted by relevance

/external/quake/quake/src/WinQuake/
H A Ddraw.h36 void Draw_Fill (int x, int y, int w, int h, int c);
H A Dsbar.cpp524 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 (
[all...]
H A Ddraw.cpp807 Draw_Fill
812 void Draw_Fill (int x, int y, int w, int h, int c) function
H A Dgl_draw.cpp1116 Draw_Fill
1121 void Draw_Fill (int x, int y, int w, int h, int c) function
/external/quake/quake/src/QW/client/
H A Ddraw.h37 void Draw_Fill (int x, int y, int w, int h, int c);
H A Dsbar.c643 // 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);
H A Ddraw.c918 Draw_Fill
923 void Draw_Fill (int x, int y, int w, int h, int c) function
932 Con_Printf("Bad Draw_Fill(%d, %d, %d, %d, %c)\n",
H A Dgl_draw.c858 Draw_Fill
863 void Draw_Fill (int x, int y, int w, int h, int c) function

Completed in 198 milliseconds