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

/solaris-x11-s11/open-src/app/xmag_multivis/sun-src/
H A Dmultivis.c168 if (pCmap->Colors)
169 free(pCmap->Colors);
442 * that the Colors field was NULLed beforehand.
448 if (!pWI->colmap->Colors) { /* This is the first time we're visiting */
455 pCmp->Colors = pCol = (XColor *)calloc((sizeof(XColor)), size);
471 XQueryColors(mvDpy, pCmp->cmap, pCmp->Colors, size);
592 * the colmap's list of Colors.
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[(pi
[all...]
H A Dmultivis.h45 XColor *Colors; /* Actual list of RGB values */ member in struct:_colmap

Completed in 14 milliseconds