Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/dix/
H A Dcolormap.c96 static void CopyFree(int /*channel */ ,
562 CopyFree(REDMAP, client, pSrc, pmap); in CopyColormapAndFree()
564 CopyFree(GREENMAP, client, pSrc, pmap); in CopyColormapAndFree()
565 CopyFree(BLUEMAP, client, pSrc, pmap); in CopyColormapAndFree()
575 CopyFree(int channel, int client, ColormapPtr pmapSrc, ColormapPtr pmapDst) in CopyFree() function