Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/dix/
H A Dcolormap.c176 #define NUMGREEN(vis) ((vis->greenMask >> vis->offsetGreen) + 1) macro
314 pmap->freeGreen = NUMGREEN(pVisual); in CreateColormap()
977 pixG = FindBestPixel(pmap->green, NUMGREEN(pVisual), &rgb, GREENMAP); in AllocColor()
1059 if (FindColor(pmap, pmap->green, NUMGREEN(pVisual), &rgb, &pixG, in AllocColor()
1147 if (FindColor(pmap, pmap->green, NUMGREEN(pVisual), &rgb, &pixG, in FakeAllocColor()
1149 pixG = FindBestPixel(pmap->green, NUMGREEN(pVisual), &rgb, in FakeAllocColor()
1161 pixG = FindBestPixel(pmap->green, NUMGREEN(pVisual), &rgb, GREENMAP); in FakeAllocColor()
1365 numgreen = NUMGREEN(pVisual); in QueryColors()
2263 numgreen = NUMGREEN(pVisual); in StoreColors()