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

/xsrc/external/mit/xorg-server.old/dist/dix/
H A Dcolormap.c108 static void FreeCell(
665 FreeCell(pmapSrc, *ppix, channel);
669 /* Note that FreeCell has already fixed pmapSrc->free{Color} */
701 FreeCell (ColormapPtr pmap, Pixel i, int channel) function in typeref:typename:void
1528 FreeCell(pmap, *ppix, REDMAP);
1541 FreeCell(pmap, *ppix++, GREENMAP);
1549 FreeCell(pmap, *ppix++, BLUEMAP);
2349 FreeCell(pmap, pixTest, color);
/xsrc/external/mit/xorg-server/dist/dix/
H A Dcolormap.c102 static void FreeCell(ColormapPtr /*pmap */ ,
621 FreeCell(pmapSrc, *ppix, channel);
625 /* Note that FreeCell has already fixed pmapSrc->free{Color} */
655 FreeCell(ColormapPtr pmap, Pixel i, int channel) function in typeref:typename:void
1436 FreeCell(pmap, *ppix, REDMAP);
1448 FreeCell(pmap, *ppix++, GREENMAP);
1456 FreeCell(pmap, *ppix++, BLUEMAP);
2182 FreeCell(pmap, pixTest, color);

Completed in 7 milliseconds