Searched refs:freeBlue (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/xorg-server/dist/include/
H A Dcolormapst.h98 int freeBlue; member in struct:_ColormapRec
/xsrc/external/mit/xorg-server.old/dist/include/
H A Dcolormapst.h119 int freeBlue; member in struct:_ColormapRec
/xsrc/external/mit/xorg-server.old/dist/dix/
H A Dcolormap.c343 pmap->freeBlue = NUMBLUE(pVisual);
381 size = pmap->freeBlue;
384 pmap->freeBlue = 0;
689 pmapDst->freeBlue -= nalloc;
721 pCount = &pmap->freeBlue;
1332 pmap->freeBlue--;
1378 pmap->freeBlue++;
1753 (npixB > pmap->freeBlue) || (npixB < c))
1843 pmap->freeBlue -= npixB;
/xsrc/external/mit/xorg-server/dist/dix/
H A Dcolormap.c320 pmap->freeBlue = NUMBLUE(pVisual);
354 size = pmap->freeBlue;
357 pmap->freeBlue = 0;
643 pmapDst->freeBlue -= nalloc;
673 pCount = &pmap->freeBlue;
866 pmap->freeBlue--;
909 pmap->freeBlue++;
1647 (npixB > pmap->freeBlue) || (npixB < c))
1731 pmap->freeBlue -= npixB;

Completed in 8 milliseconds