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

/solaris-x11-s11/open-src/app/xmag_multivis/sun-src/
H A Dmultivis.h48 unsigned long red_mask, /* All these valid only for */ member in struct:_colmap
H A Dmultivis.c524 pCmp->red_mask = pVis->red_mask;
527 pCmp->rmax = 1 << mvOnes(pVis->red_mask);
530 pCmp->rshft = mvShifts(pVis->red_mask);
608 unsigned long index = (pix & pCmap->red_mask) >> pCmap->rshft;
609 scratch.red=pCmap->Colors[(pix & pCmap->red_mask)>>pCmap->rshft].red;
H A Dxmag_multivis.c315 npixelvalues = (def_vis->red_mask | def_vis->green_mask |
635 if (mvOnes(vis.red_mask) != 8 ||
645 red_shift = mvShifts(vis.red_mask);
/solaris-x11-s11/open-src/app/xcolor/sun-src/
H A Dxcolor.c134 roffset = ffs(visual->red_mask)-1;
/solaris-x11-s11/open-src/lib/libXext/sun-src/src/
H A DTransOvl.c670 && ((1 << bitcount(vis->red_mask)) < pCriteria->minRed))
791 visinfoReturn->red_mask = vis->red_mask;
1192 image->red_mask = READSCREEN_REDMASK;
/solaris-x11-s11/open-src/lib/DPS/sun-src/libdps/
H A DdpsXcmu.c556 ColorValuesFromMask(vinfo->red_mask, &colorCube->red_max,
567 ColorValuesFromMask(vinfo->red_mask, &max,
1213 if ((i = shiftdown(vinfo->red_mask)) > colorCube->red_max)
1227 delta = lowbit(vinfo->red_mask) + lowbit(vinfo->green_mask) +
1303 delta = lowbit(vinfo->red_mask) + lowbit(vinfo->green_mask) +

Completed in 26 milliseconds