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

/xsrc/external/mit/xorg-server/dist/include/
H A Dcolormapst.h87 * of that table with freeRed, numPixelsRed, and clientPixelsRed */
99 int *numPixelsRed; member in struct:_ColormapRec
/xsrc/external/mit/xorg-server.old/dist/include/
H A Dcolormapst.h97 * of that table with freeRed, numPixelsRed, and clientPixelsRed
120 int *numPixelsRed; member in struct:_ColormapRec
/xsrc/external/mit/xorg-server.old/dist/dix/
H A Dcolormap.c300 pmap->numPixelsRed = (int *)((char *)pmap->clientPixelsRed +
313 memset((char *) pmap->numPixelsRed, 0, MAXCLIENTS * sizeof(int));
332 pmap->numPixelsRed[client] = size;
338 pmap->green = (EntryPtr)((char *)pmap->numPixelsRed +
627 npix = (pmapSrc->numPixelsRed)[client];
677 (pmapDst->numPixelsRed)[client] = (pmapSrc->numPixelsRed)[client];
678 (pmapSrc->numPixelsRed)[client] = 0;
854 npix = pmap->numPixelsRed[client];
861 pmap->numPixelsRed[clien
[all...]
/xsrc/external/mit/xorg-server/dist/dix/
H A Dcolormap.c279 pmap->numPixelsRed = (int *) ((char *) pmap->clientPixelsRed +
292 memset((char *) pmap->numPixelsRed, 0, LimitClients * sizeof(int));
310 pmap->numPixelsRed[client] = size;
315 pmap->green = (EntryPtr) ((char *) pmap->numPixelsRed +
587 npix = (pmapSrc->numPixelsRed)[client];
631 (pmapDst->numPixelsRed)[client] = (pmapSrc->numPixelsRed)[client];
632 (pmapSrc->numPixelsRed)[client] = 0;
881 nump = pmap->numPixelsRed;
964 npix = pmap->numPixelsRed[clien
[all...]

Completed in 8 milliseconds