Searched refs:green_mask (Results 1 - 6 of 6) sorted by relevance

/solaris-x11-s11/open-src/app/xmag_multivis/sun-src/
H A Dmultivis.h49 green_mask, /* Direct & TrueColor */ member in struct:_colmap
H A Dmultivis.c525 pCmp->green_mask = pVis->green_mask;
528 pCmp->gmax = 1 << mvOnes(pVis->green_mask);
531 pCmp->gshft = mvShifts(pVis->green_mask);
610 scratch.green=pCmap->Colors[(pix & pCmap->green_mask)>>pCmap->gshft].green;
H A Dxmag_multivis.c315 npixelvalues = (def_vis->red_mask | def_vis->green_mask |
637 mvOnes(vis.green_mask) != 8) {
647 green_shift = mvShifts(vis.green_mask);
/solaris-x11-s11/open-src/app/xcolor/sun-src/
H A Dxcolor.c135 goffset = ffs(visual->green_mask)-1;
/solaris-x11-s11/open-src/lib/libXext/sun-src/src/
H A DTransOvl.c676 && ((1 << bitcount(vis->green_mask)) < pCriteria->minGreen))
792 visinfoReturn->green_mask = vis->green_mask;
1193 image->green_mask = READSCREEN_GREENMASK;
/solaris-x11-s11/open-src/lib/DPS/sun-src/libdps/
H A DdpsXcmu.c558 ColorValuesFromMask(vinfo->green_mask, &colorCube->green_max,
569 ColorValuesFromMask(vinfo->green_mask, &max,
1215 if ((i = shiftdown(vinfo->green_mask)) > colorCube->green_max)
1227 delta = lowbit(vinfo->red_mask) + lowbit(vinfo->green_mask) +
1303 delta = lowbit(vinfo->red_mask) + lowbit(vinfo->green_mask) +

Completed in 28 milliseconds