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

/xsrc/external/mit/xorg-server.old/dist/dix/
H A Dcolormap.c618 EntryPtr pentSrc, pentDst; local in function:CopyFree
651 pentDst = pentDstFirst + *ppix;
652 if (pentDst->refcnt > 0)
654 pentDst->refcnt++;
658 *pentDst = *pentSrc;
661 pentDst->refcnt = 1;
/xsrc/external/mit/xorg-server/dist/dix/
H A Dcolormap.c579 EntryPtr pentSrc, pentDst; local in function:CopyFree
609 pentDst = pentDstFirst + *ppix;
610 if (pentDst->refcnt > 0) {
611 pentDst->refcnt++;
614 *pentDst = *pentSrc;
617 pentDst->refcnt = 1;

Completed in 8 milliseconds