Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/dix/
H A Dcolormap.c575 CopyFree(int channel, int client, ColormapPtr pmapSrc, ColormapPtr pmapDst) in CopyFree() argument
589 pentDstFirst = pmapDst->red; in CopyFree()
595 pentDstFirst = pmapDst->green; in CopyFree()
601 pentDstFirst = pmapDst->blue; in CopyFree()
628 pmapDst->freeRed -= nalloc; in CopyFree()
629 (pmapDst->clientPixelsRed)[client] = (pmapSrc->clientPixelsRed)[client]; in CopyFree()
631 (pmapDst->numPixelsRed)[client] = (pmapSrc->numPixelsRed)[client]; in CopyFree()
635 pmapDst->freeGreen -= nalloc; in CopyFree()
636 (pmapDst->clientPixelsGreen)[client] = in CopyFree()
639 (pmapDst->numPixelsGreen)[client] = (pmapSrc->numPixelsGreen)[client]; in CopyFree()
[all …]