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

/xsrc/external/mit/xorg-server.old/dist/dix/
H A Dcolormap.c104 ColormapPtr /*pmapSrc*/,
614 CopyFree (int channel, int client, ColormapPtr pmapSrc, ColormapPtr pmapDst) argument
626 ppix = (pmapSrc->clientPixelsRed)[client];
627 npix = (pmapSrc->numPixelsRed)[client];
628 pentSrcFirst = pmapSrc->red;
632 ppix = (pmapSrc->clientPixelsGreen)[client];
633 npix = (pmapSrc->numPixelsGreen)[client];
634 pentSrcFirst = pmapSrc->green;
638 ppix = (pmapSrc->clientPixelsBlue)[client];
639 npix = (pmapSrc
[all...]
/xsrc/external/mit/xorg-server/dist/dix/
H A Dcolormap.c98 ColormapPtr /*pmapSrc */ ,
575 CopyFree(int channel, int client, ColormapPtr pmapSrc, ColormapPtr pmapDst) argument
586 ppix = (pmapSrc->clientPixelsRed)[client];
587 npix = (pmapSrc->numPixelsRed)[client];
588 pentSrcFirst = pmapSrc->red;
592 ppix = (pmapSrc->clientPixelsGreen)[client];
593 npix = (pmapSrc->numPixelsGreen)[client];
594 pentSrcFirst = pmapSrc->green;
598 ppix = (pmapSrc->clientPixelsBlue)[client];
599 npix = (pmapSrc
[all...]

Completed in 5 milliseconds