Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/include/
H A Dcolormap.h140 extern _X_EXPORT int FreeColors(ColormapPtr /*pmap */ ,
/OK3568_Linux_fs/external/xserver/dix/
H A Dcolormap.c1085 (void) FreeColors(pmap, client, 1, pPix, (Pixel) 0); in AllocColor()
1608 (void) FreeColors(pmap, client, colors, pixels, mask); in AllocColorPlanes()
2064 FreeColors(ColormapPtr pmap, int client, int count, Pixel * pixels, Pixel mask) in FreeColors() function
H A Dprotocol.txt517 R088 X11:FreeColors
H A Ddispatch.c2756 return FreeColors(pcmp, client->index, count, in ProcFreeColors()