Searched refs:freeRed (Results 1 – 3 of 3) sorted by relevance
96 int freeRed; member
290 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 …]
91 if (needed <= pColormap->freeRed) in miBuildRenderColormap()