Home | History | Annotate | Download | only in WinQuake

Lines Matching full:xofs

771 	int				xofs;
782 xofs = 0;
784 xofs = (vid.width - 320)>>1;
800 Draw_Fill (xofs + x*8 + 10, y, 28, 4, top);
801 Draw_Fill (xofs + x*8 + 10, y+4, 28, 3, bottom);
840 int xofs;
852 xofs = 113;
854 xofs = ((vid.width - 320)>>1) + 113;
857 Draw_Fill (xofs, vid.height-SBAR_HEIGHT+3, 22, 9, top);
858 Draw_Fill (xofs, vid.height-SBAR_HEIGHT+12, 22, 9, bottom);