Searched refs:Xpoints (Results 1 - 1 of 1) sorted by relevance

/solaris-x11-s11/open-src/app/xlock/sun-src/
H A Dpyro.c117 XRectangle Xpoints[MAXSTARS]; member in struct:__anon106
120 XPoint Xpoints[MAXSTARS]; member in struct:__anon106
181 rp->Xpoints[starn].width = rp->Xpoints[starn].height =
317 rp->Xpoints[starn].x = (int) rp->x;
318 rp->Xpoints[starn].y = (int) rp->y;
374 XFillRectangles(dsp, win, pp->bgGC, rp->Xpoints, nstars);
378 XDrawPoints(dsp, win, pp->bgGC, rp->Xpoints, nstars, CoordModeOrigin);
400 rp->Xpoints[starn].x = (int) (rx + sx);
401 rp->Xpoints[star
[all...]

Completed in 1562 milliseconds