Lines Matching refs:Scr
203 if (!mono && Scr[screen].npixels > 3)
204 pp->rockpixel = Scr[screen].pixels[3]; /* Just the right shade of
270 if (!mono && (npix = Scr[screen].npixels) > 2) {
271 color1 = Scr[screen].pixels[pix = (int) random() % npix];
272 color2 = Scr[screen].pixels[(pix + (npix / 2)) % npix];
361 XSetForeground(dsp, Scr[screen].gc, pp->rockpixel);
362 XFillRectangle(dsp, win, Scr[screen].gc, (int) (rp->x), (int) (rp->y),
419 XSetForeground(dsp, Scr[screen].gc, rp->color1);
421 XFillRectangles(dsp, win, Scr[screen].gc, rp->Xpoints, nstars);
423 XSetForeground(dsp, Scr[screen].gc, rp->color2);
424 XFillRectangles(dsp, win, Scr[screen].gc, rp->Xpoints2, nstars);
427 XDrawPoints(dsp, win, Scr[screen].gc, rp->Xpoints, nstars, CoordModeOrigin);
429 XSetForeground(dsp, Scr[screen].gc, rp->color2);
430 XDrawPoints(dsp, win, Scr[screen].gc, rp->Xpoints2, nstars,