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

/solaris-x11-s11/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
H A Dpix_grab.c155 shpx_client_directory[i].npix = 0;
178 shpx_client_directory[i].npix++;
228 shpx_client_directory[i].npix = 1;
407 shpx_client_directory[i].npix--;
408 if (!shpx_client_directory[i].npix) {
/solaris-x11-s11/open-src/app/xlock/sun-src/
H A Dpyro.c254 int multi, shelltype, nstars, fuse, npix, pix, color1, color2; local
265 if (!mono && (npix = Scr[screen].npixels) > 2) {
266 color1 = Scr[screen].pixels[pix = random() % npix];
267 color2 = Scr[screen].pixels[(pix + (npix / 2)) % npix];

Completed in 14 milliseconds