Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/dix/
H A Dcolormap.c1636 int npix, npixR, npixG, npixB; in AllocDirect() local
1640 npixR = c << r; in AllocDirect()
1644 (npixR > pmap->freeRed) || (npixR < c) || in AllocDirect()
1653 ppixRed = xallocarray(npixR, sizeof(Pixel)); in AllocDirect()
1687 for (ppix = ppixRed, npix = npixR; --npix >= 0; ppix++) in AllocDirect()
1706 for (pDst = pixels, p = ppixRed; p < ppixRed + npixR; p++) { in AllocDirect()
1711 pmap->numPixelsRed[client] += npixR; in AllocDirect()
1712 pmap->freeRed -= npixR; in AllocDirect()