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

/xsrc/external/mit/xorg-server.old/dist/dix/
H A Dcolormap.c191 #define NUMGREEN(vis) ((vis->greenMask >> vis->offsetGreen) + 1) macro
337 pmap->freeGreen = NUMGREEN(pVisual);
867 pixG = FindBestPixel(pmap->green, NUMGREEN(pVisual), &rgb, GREENMAP);
949 if (FindColor(pmap, pmap->green, NUMGREEN(pVisual), &rgb, &pixG,
1042 if (FindColor(pmap, pmap->green, NUMGREEN(pVisual), &rgb, &pixG,
1044 pixG = FindBestPixel(pmap->green, NUMGREEN(pVisual), &rgb,
1056 pixG = FindBestPixel(pmap->green, NUMGREEN(pVisual), &rgb, GREENMAP);
1446 numgreen = NUMGREEN(pVisual);
2442 numgreen = NUMGREEN(pVisual);
/xsrc/external/mit/xorg-server/dist/dix/
H A Dcolormap.c176 #define NUMGREEN(vis) ((vis->greenMask >> vis->offsetGreen) + 1) macro
314 pmap->freeGreen = NUMGREEN(pVisual);
977 pixG = FindBestPixel(pmap->green, NUMGREEN(pVisual), &rgb, GREENMAP);
1059 if (FindColor(pmap, pmap->green, NUMGREEN(pVisual), &rgb, &pixG,
1147 if (FindColor(pmap, pmap->green, NUMGREEN(pVisual), &rgb, &pixG,
1149 pixG = FindBestPixel(pmap->green, NUMGREEN(pVisual), &rgb,
1161 pixG = FindBestPixel(pmap->green, NUMGREEN(pVisual), &rgb, GREENMAP);
1366 numgreen = NUMGREEN(pVisual);
2264 numgreen = NUMGREEN(pVisual);

Completed in 8 milliseconds