Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/dix/
H A Dcolormap.c278 pmap->clientPixelsRed = (Pixel **) ((char *) pmap->red + sizebytes); in CreateColormap()
279 pmap->numPixelsRed = (int *) ((char *) pmap->clientPixelsRed + in CreateColormap()
293 for (pptr = &pmap->clientPixelsRed[LimitClients]; in CreateColormap()
294 --pptr >= pmap->clientPixelsRed;) in CreateColormap()
307 pmap->clientPixelsRed[client] = ppix; in CreateColormap()
331 (char *) pmap->clientPixelsRed, LimitClients * sizeof(Pixel *)); in CreateColormap()
333 (char *) pmap->clientPixelsRed, LimitClients * sizeof(Pixel *)); in CreateColormap()
345 free(pmap->clientPixelsRed[client]); in CreateColormap()
361 free(pmap->clientPixelsRed[client]); in CreateColormap()
418 if (pmap->clientPixelsRed) { in FreeColormap()
[all …]
/OK3568_Linux_fs/external/xserver/include/
H A Dcolormapst.h102 Pixel **clientPixelsRed; member