Searched refs:ppixRed (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/dix/
H A Dcolormap.c1741 Pixel *ppixRed, *ppixGreen, *ppixBlue; local in function:AllocDirect
1760 ppixRed = malloc(npixR * sizeof(Pixel));
1763 if (!ppixRed || !ppixGreen || !ppixBlue)
1767 free(ppixRed);
1771 okR = AllocCP(pmap, pmap->red, c, r, contig, ppixRed, prmask);
1797 for(ppix = ppixRed, npix = npixR; --npix >= 0; ppix++)
1807 free(ppixRed);
1816 for (pDst = pixels, p = ppixRed; p < ppixRed + npixR; p++)
1819 if(p < ppixRed
[all...]
/xsrc/external/mit/xorg-server/dist/dix/
H A Dcolormap.c1635 Pixel *ppixRed, *ppixGreen, *ppixBlue; local in function:AllocDirect
1654 ppixRed = xallocarray(npixR, sizeof(Pixel));
1657 if (!ppixRed || !ppixGreen || !ppixBlue) {
1660 free(ppixRed);
1664 okR = AllocCP(pmap, pmap->red, c, r, contig, ppixRed, prmask);
1688 for (ppix = ppixRed, npix = npixR; --npix >= 0; ppix++)
1698 free(ppixRed);
1707 for (pDst = pixels, p = ppixRed; p < ppixRed + npixR; p++) {
1709 if (p < ppixRed
[all...]

Completed in 6 milliseconds