Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/include/
H A Dcolormapst.h96 int freeRed; member
/OK3568_Linux_fs/external/xserver/dix/
H A Dcolormap.c290 pmap->freeRed = size; in CreateColormap()
301 pmap->freeRed = 0; in CreateColormap()
628 pmapDst->freeRed -= nalloc; in CopyFree()
665 pCount = &pmap->freeRed; in FreeCell()
833 pmap->freeRed--; in FindColor()
844 pmap->freeRed--; in FindColor()
903 pmap->freeRed++; in FindColor()
1644 (npixR > pmap->freeRed) || (npixR < c) || in AllocDirect()
1712 pmap->freeRed -= npixR; in AllocDirect()
1751 if ((r >= 32) || (npix > pmap->freeRed) || (npix < c)) in AllocPseudo()
[all …]
/OK3568_Linux_fs/external/xserver/render/
H A Dmiindex.c91 if (needed <= pColormap->freeRed) in miBuildRenderColormap()