Searched refs:AllocCP (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/xorg-server.old/dist/dix/ |
| H A D | colormap.c | 143 static Bool AllocCP( 1771 okR = AllocCP(pmap, pmap->red, c, r, contig, ppixRed, prmask); 1772 okG = AllocCP(pmap, pmap->green, c, g, contig, ppixGreen, pgmask); 1773 okB = AllocCP(pmap, pmap->blue, c, b, contig, ppixBlue, pbmask); 1869 ok = AllocCP(pmap, pmap->red, c, r, contig, ppixTemp, pmask); 1913 AllocCP (ColormapPtr pmap, EntryPtr pentFirst, int count, int planes, function in typeref:typename:Bool
|
| /xsrc/external/mit/xorg-server/dist/dix/ |
| H A D | colormap.c | 133 static Bool AllocCP(ColormapPtr /*pmap */ , 1664 okR = AllocCP(pmap, pmap->red, c, r, contig, ppixRed, prmask); 1665 okG = AllocCP(pmap, pmap->green, c, g, contig, ppixGreen, pgmask); 1666 okB = AllocCP(pmap, pmap->blue, c, b, contig, ppixBlue, pbmask); 1756 ok = AllocCP(pmap, pmap->red, c, r, contig, ppixTemp, pmask); 1797 AllocCP(ColormapPtr pmap, EntryPtr pentFirst, int count, int planes, function in typeref:typename:Bool
|
Completed in 8 milliseconds