Lines Matching refs:Scr
168 XSetForeground(dsp, Scr[screen].gc, ssblack[screen].pixel);
169 XFillRectangle(dsp, win, Scr[screen].gc, 0, 0, xgwa.width, xgwa.height);
231 XSetForeground(dsp, Scr[screen].gc, ssblack[screen].pixel);
240 XDrawLine(dsp, win, Scr[screen].gc, x1, y1, x2, y2);
242 if (!mono && Scr[screen].npixels > 2) {
243 XSetForeground(dsp, Scr[screen].gc,
244 Scr[screen].pixels[fs->pix]);
245 if (++fs->pix >= Scr[screen].npixels)
248 XSetForeground(dsp, Scr[screen].gc, sswhite[screen].pixel);
257 XDrawLine(dsp, win, Scr[screen].gc, x1, y1, x2, y2);