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

/solaris-x11-s12/open-src/lib/libdga/sun-src/
H A Dpix_grab.h53 u_int npix; /* number of pixmaps using this entry */ member in struct:shpx_client_entry
/solaris-x11-s12/open-src/app/xlock/sun-src/
H A Dpyro.c258 int multi, shelltype, nstars, fuse, npix, pix; local
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];

Completed in 10 milliseconds