Lines Matching refs:Scr
174 XSetForeground(dsp, Scr[screen].gc, ssblack[screen].pixel);
175 XFillRectangle(dsp, win, Scr[screen].gc, 0, 0, xgwa.width, xgwa.height);
238 XSetForeground(dsp, Scr[screen].gc, ssblack[screen].pixel);
247 XDrawLine(dsp, win, Scr[screen].gc, x1, y1, x2, y2);
249 if (!mono && Scr[screen].npixels > 2) {
250 XSetForeground(dsp, Scr[screen].gc,
251 Scr[screen].pixels[fs->pix]);
252 if (++fs->pix >= Scr[screen].npixels)
255 XSetForeground(dsp, Scr[screen].gc, sswhite[screen].pixel);
264 XDrawLine(dsp, win, Scr[screen].gc, x1, y1, x2, y2);