HomeSort by relevance Sort by last modified time
    Searched full:xofs (Results 1 - 2 of 2) sorted by null

  /external/quake/quake/src/WinQuake/
sbar.cpp 771 int xofs; local
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; local
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)
    [all...]
  /external/quake/quake/src/QW/client/
sbar.c 622 // xofs = (vid.width - 320)>>1;
643 // Draw_Fill (xofs + x*8 + 10, y, 28, 4, top);
644 // Draw_Fill (xofs + x*8 + 10, y+4, 28, 3, bottom);

Completed in 33 milliseconds