Searched refs:pItem (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/xorg-server/dist/dix/
H A Dswapreq.c799 SwapColorItem(xColorItem * pItem) argument
801 swapl(&pItem->pixel);
802 swaps(&pItem->red);
803 swaps(&pItem->green);
804 swaps(&pItem->blue);
811 xColorItem *pItem; local in function:SProcStoreColors
817 pItem = (xColorItem *) &stuff[1];
819 SwapColorItem(pItem++);
/xsrc/external/mit/xorg-server.old/dist/dix/
H A Dswapreq.c863 SwapColorItem(xColorItem *pItem) argument
867 swapl(&pItem->pixel, n);
868 swaps(&pItem->red, n);
869 swaps(&pItem->green, n);
870 swaps(&pItem->blue, n);
878 xColorItem *pItem; local in function:SProcStoreColors
884 pItem = (xColorItem *) &stuff[1];
886 SwapColorItem(pItem++);
/xsrc/external/mit/xorgproto/dist/include/X11/extensions/
H A Dxtrapproto.h164 int SwapColorItem (xColorItem *pItem );

Completed in 4 milliseconds