/solaris-x11-s11/open-src/app/xlock/sun-src/ |
H A D | hopalong.c | 73 int pix; member in struct:__anon102 101 hp->pix = 0; 133 XSetForeground(dsp, Scr[screen].gc, Scr[screen].pixels[hp->pix]); 134 if (++hp->pix >= Scr[screen].npixels) 135 hp->pix = 0;
|
H A D | qix.c | 66 int pix; member in struct:__anon109 116 qp->pix = 0; 159 XSetForeground(dsp, Scr[screen].gc, Scr[screen].pixels[qp->pix]); 160 if (++qp->pix >= Scr[screen].npixels) 161 qp->pix = 0;
|
H A D | swarm.c | 63 int pix; member in struct:__anon113 235 XSetForeground(dsp, Scr[screen].gc, Scr[screen].pixels[sp->pix]); 236 if (++sp->pix >= Scr[screen].npixels) 237 sp->pix = 0;
|
H A D | rotor.c | 91 int pix; member in struct:flightstruct 251 Scr[screen].pixels[fs->pix]); 252 if (++fs->pix >= Scr[screen].npixels) 253 fs->pix = 0;
|
H A D | pyro.c | 254 int multi, shelltype, nstars, fuse, npix, pix, color1, color2; local 266 color1 = Scr[screen].pixels[pix = random() % npix]; 267 color2 = Scr[screen].pixels[(pix + (npix / 2)) % npix];
|
/solaris-x11-s11/open-src/lib/libXaw4/sun-src/ |
H A D | Xaw3_1Viewport.c | 702 int pix = (int)call_data; local 707 x = child->core.x - ((widget == w->viewport.horiz_bar) ? pix : 0); 708 y = child->core.y - ((widget == w->viewport.vert_bar) ? pix : 0);
|
/solaris-x11-s11/open-src/lib/libdga/sun-src/ |
H A D | dga_Xrequests.h | 179 Pixmap pix; member in struct:dga_xpixrec
|
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/ |
H A D | Viewport.c | 774 int pix = (int)call_data; local 779 x = child->core.x - ((widget == w->viewport.horiz_bar) ? pix : 0); 780 y = child->core.y - ((widget == w->viewport.vert_bar) ? pix : 0);
|
/solaris-x11-s11/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;
|
/solaris-x11-s11/open-src/kernel/efb/src/ |
H A D | efb_vis.c | 795 uint32_t pix; local 823 pix = (red << rshift) | (grn << gshift) | 826 *(uint32_t *)pixp = pix;
|
/solaris-x11-s11/open-src/lib/DPS/sun-src/libdps/ |
H A D | dpsXcmu.c | 1504 unsigned long pix = color->pixel; local 1511 XFreeColors(dpy, cmap, &pix, 1, 0); 1519 ok = XAllocColorCells(dpy, cmap, 0, NULL, 0, &pix, 1); 1521 if (pix != color->pixel) XFreeColors(dpy, cmap, &pix, 1, 0); 1522 if (!ok || pix != color->pixel) {
|
/solaris-x11-s11/open-src/lib/DPS/sun-src/libdpstk/ |
H A D | ColorSB.c | 2789 unsigned long pix; local 2814 False, &pix, 1, 0, 0, 0, 2819 &pix, 1); 2824 xc.pixel = pix;
|