Searched defs:pix (Results 1 - 7 of 7) sorted by relevance
| /solaris-x11-s12/open-src/app/xlock/sun-src/ |
| H A D | hopalong.c | 73 int pix; member in struct:__anon99 97 hp->pix = 0; 134 XSetForeground(dsp, Scr[screen].gc, Scr[screen].pixels[hp->pix]); 135 if (++hp->pix >= Scr[screen].npixels) 136 hp->pix = 0;
|
| H A D | qix.c | 67 uint_t pix; member in struct:__anon106 115 qp->pix = 0; 157 XSetForeground(dsp, Scr[screen].gc, Scr[screen].pixels[qp->pix]); 158 if (++qp->pix >= Scr[screen].npixels) 159 qp->pix = 0;
|
| H A D | swarm.c | 63 int pix; member in struct:__anon110 238 XSetForeground(dsp, Scr[screen].gc, Scr[screen].pixels[sp->pix]); 239 if (++sp->pix >= Scr[screen].npixels) 240 sp->pix = 0;
|
| H A D | rotor.c | 91 int pix; member in struct:flightstruct 244 Scr[screen].pixels[fs->pix]); 245 if (++fs->pix >= Scr[screen].npixels) 246 fs->pix = 0;
|
| H A D | pyro.c | 258 int multi, shelltype, nstars, fuse, npix, pix; local 271 color1 = Scr[screen].pixels[pix = (int) random() % npix]; 272 color2 = Scr[screen].pixels[(pix + (npix / 2)) % npix];
|
| /solaris-x11-s12/open-src/lib/libdga/sun-src/ |
| H A D | dga_Xrequests.h | 179 Pixmap pix; member in struct:dga_xpixrec
|
| /solaris-x11-s12/open-src/app/xmag_multivis/sun-src/ |
| H A D | multivis.c | 607 unsigned long pix = pPel->pixel; local 608 unsigned long index = (pix & pCmap->red_mask) >> pCmap->rshft; 609 scratch.red=pCmap->Colors[(pix & pCmap->red_mask)>>pCmap->rshft].red; 610 scratch.green=pCmap->Colors[(pix & pCmap->green_mask)>>pCmap->gshft].green; 611 scratch.blue=pCmap->Colors[(pix & pCmap->blue_mask)>>pCmap->bshft].blue; 612 scratch.pixel=pix;
|
Completed in 19 milliseconds