Searched refs:FindBestPixel (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/xorg-server.old/dist/dix/ |
| H A D | colormap.c | 69 static Pixel FindBestPixel( 850 *pPix = pixR = FindBestPixel(pmap->red, entries, &rgb, PSEUDOMAP); 866 pixR = FindBestPixel(pmap->red, NUMRED(pVisual), &rgb, REDMAP); 867 pixG = FindBestPixel(pmap->green, NUMGREEN(pVisual), &rgb, GREENMAP); 868 pixB = FindBestPixel(pmap->blue, NUMBLUE(pVisual), &rgb, BLUEMAP); 1030 item->pixel = FindBestPixel(pmap->red, entries, &rgb, PSEUDOMAP); 1040 pixR = FindBestPixel(pmap->red, NUMRED(pVisual), &rgb, REDMAP) 1044 pixG = FindBestPixel(pmap->green, NUMGREEN(pVisual), &rgb, 1048 pixB = FindBestPixel(pmap->blue, NUMBLUE(pVisual), &rgb, BLUEMAP) 1055 pixR = FindBestPixel(pma 1132 FindBestPixel(EntryPtr pentFirst, int size, xrgb *prgb, int channel) function in typeref:typename:Pixel [all...] |
| /xsrc/external/mit/xorg-server/dist/dix/ |
| H A D | colormap.c | 70 static Pixel FindBestPixel(EntryPtr /*pentFirst */ , 960 *pPix = pixR = FindBestPixel(pmap->red, entries, &rgb, PSEUDOMAP); 976 pixR = FindBestPixel(pmap->red, NUMRED(pVisual), &rgb, REDMAP); 977 pixG = FindBestPixel(pmap->green, NUMGREEN(pVisual), &rgb, GREENMAP); 978 pixB = FindBestPixel(pmap->blue, NUMBLUE(pVisual), &rgb, BLUEMAP); 1135 item->pixel = FindBestPixel(pmap->red, entries, &rgb, PSEUDOMAP); 1145 pixR = FindBestPixel(pmap->red, NUMRED(pVisual), &rgb, REDMAP) 1149 pixG = FindBestPixel(pmap->green, NUMGREEN(pVisual), &rgb, 1153 pixB = FindBestPixel(pmap->blue, NUMBLUE(pVisual), &rgb, BLUEMAP) 1160 pixR = FindBestPixel(pma 1236 FindBestPixel(EntryPtr pentFirst, int size, xrgb * prgb, int channel) function in typeref:typename:Pixel [all...] |
Completed in 6 milliseconds