Searched defs:Xpoints2 (Results 1 - 1 of 1) sorted by relevance

/solaris-x11-s11/open-src/app/xlock/sun-src/
H A Dpyro.c118 XRectangle Xpoints2[MAXSTARS]; member in struct:__anon106
121 XPoint Xpoints2[MAXSTARS]; member in struct:__anon106
182 rp->Xpoints2[starn].width = rp->Xpoints2[starn].height = bsize;
320 rp->Xpoints2[starn].x = (int) rp->x;
321 rp->Xpoints2[starn].y = (int) rp->y;
376 XFillRectangles(dsp, win, pp->bgGC, rp->Xpoints2, nstars);
380 XDrawPoints(dsp, win, pp->bgGC, rp->Xpoints2, nstars, CoordModeOrigin);
403 rp->Xpoints2[starn].x = (int) (rx + 1.7 * sx);
404 rp->Xpoints2[star
[all...]

Completed in 1310 milliseconds