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

/solaris-x11-s11/open-src/app/xlock/sun-src/
H A Dimage.c77 point icons[MAXICONS]; member in struct:__anon104
97 ip->xb + sunlogo_width * ip->icons[i].x,
98 ip->yb + sunlogo_height * ip->icons[i].y,
101 ip->icons[i].x = random() % ip->ncols;
102 ip->icons[i].y = random() % ip->nrows;
113 ip->xb + sunlogo_width * ip->icons[i].x,
114 ip->yb + sunlogo_height * ip->icons[i].y,

Completed in 12 milliseconds