Searched refs:npixR (Results 1 – 1 of 1) sorted by relevance
1636 int npix, npixR, npixG, npixB; in AllocDirect() local1640 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()