Searched refs:npixR (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/xorg-server.old/dist/dix/ |
| H A D | colormap.c | 1743 int npix, npixR, npixG, npixB; local in function:AllocDirect 1747 npixR = c << r; 1751 (npixR > pmap->freeRed) || (npixR < c) || 1760 ppixRed = malloc(npixR * sizeof(Pixel)); 1797 for(ppix = ppixRed, npix = npixR; --npix >= 0; ppix++) 1816 for (pDst = pixels, p = ppixRed; p < ppixRed + npixR; p++) 1822 pmap->numPixelsRed[client] += npixR; 1823 pmap->freeRed -= npixR;
|
| /xsrc/external/mit/xorg-server/dist/dix/ |
| H A D | colormap.c | 1637 int npix, npixR, npixG, npixB; local in function:AllocDirect 1641 npixR = c << r; 1645 (npixR > pmap->freeRed) || (npixR < c) || 1654 ppixRed = xallocarray(npixR, sizeof(Pixel)); 1688 for (ppix = ppixRed, npix = npixR; --npix >= 0; ppix++) 1707 for (pDst = pixels, p = ppixRed; p < ppixRed + npixR; p++) { 1712 pmap->numPixelsRed[client] += npixR; 1713 pmap->freeRed -= npixR;
|
Completed in 11 milliseconds