Searched refs:rshft (Results 1 - 2 of 2) sorted by relevance

/solaris-x11-s11/open-src/app/xmag_multivis/sun-src/
H A Dmultivis.h54 int rshft, /* Quick calcs for later */ member in struct:_colmap
H A Dmultivis.c504 if (i < pCmp->rmax) val |= i << pCmp->rshft;
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;

Completed in 12 milliseconds