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

/xsrc/external/mit/xorg-server.old/dist/dix/
H A Dcolormap.c70 EntryPtr /*pentFirst*/,
145 EntryPtr /*pentFirst*/,
182 EntryPtr /* pentFirst */,
1132 FindBestPixel(EntryPtr pentFirst, int size, xrgb *prgb, int channel) argument
1143 for (pent = pentFirst, pixel = 0; pixel < size; pent++, pixel++)
1179 FindColorInRootCmap (ColormapPtr pmap, EntryPtr pentFirst, int size, argument
1189 for (pent = pentFirst + pixel, count = size; --count >= 0; pent++, pixel++)
1214 * Starts looking at pentFirst + *pPixel, so if you want a specific pixel,
1218 FindColor (ColormapPtr pmap, EntryPtr pentFirst, int size, xrgb *prgb, argument
1234 for (pent = pentFirst
1913 AllocCP(ColormapPtr pmap,EntryPtr pentFirst,int count,int planes,Bool contig,Pixel * pixels,Pixel * pMask) argument
[all...]
/xsrc/external/mit/xorg-server/dist/dix/
H A Dcolormap.c70 static Pixel FindBestPixel(EntryPtr /*pentFirst */ ,
134 EntryPtr /*pentFirst */ ,
167 EntryPtr /* pentFirst */ ,
756 * Starts looking at pentFirst + *pPixel, so if you want a specific pixel,
760 FindColor(ColormapPtr pmap, EntryPtr pentFirst, int size, xrgb * prgb, argument
775 for (pent = pentFirst + pixel, count = size; --count >= 0;) {
807 pent = pentFirst;
819 pent = pentFirst + Free;
1236 FindBestPixel(EntryPtr pentFirst, int size, xrgb * prgb, int channel) argument
1247 for (pent = pentFirst, pixe
1281 FindColorInRootCmap(ColormapPtr pmap,EntryPtr pentFirst,int size,xrgb * prgb,Pixel * pPixel,int channel,ColorCompareProcPtr comp) argument
1797 AllocCP(ColormapPtr pmap,EntryPtr pentFirst,int count,int planes,Bool contig,Pixel * pixels,Pixel * pMask) argument
[all...]

Completed in 9 milliseconds