Searched refs:ppixGreen (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/external/xserver/dix/ |
| H A D | colormap.c | 1634 Pixel *ppixRed, *ppixGreen, *ppixBlue; in AllocDirect() local 1654 ppixGreen = xallocarray(npixG, sizeof(Pixel)); in AllocDirect() 1656 if (!ppixRed || !ppixGreen || !ppixBlue) { in AllocDirect() 1658 free(ppixGreen); in AllocDirect() 1664 okG = AllocCP(pmap, pmap->green, c, g, contig, ppixGreen, pgmask); in AllocDirect() 1690 for (ppix = ppixGreen, npix = npixG; --npix >= 0; ppix++) in AllocDirect() 1696 free(ppixGreen); in AllocDirect() 1715 for (pDst = pixels, p = ppixGreen; p < ppixGreen + npixG; p++) { in AllocDirect() 1717 if (p < ppixGreen + c) in AllocDirect() 1736 free(ppixGreen); in AllocDirect()
|