Searched refs:FindColor (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/include/
H A Dcolormap.h124 extern _X_EXPORT int FindColor(
/xsrc/external/mit/xorg-server.old/dist/dix/
H A Dcolormap.c916 if (FindColor(pmap, pmap->red, entries, &rgb, pPix, PSEUDOMAP,
945 if (FindColor(pmap, pmap->red, NUMRED(pVisual), &rgb, &pixR, REDMAP,
949 if (FindColor(pmap, pmap->green, NUMGREEN(pVisual), &rgb, &pixG,
956 if (FindColor(pmap, pmap->blue, NUMBLUE(pVisual), &rgb, &pixB, BLUEMAP,
1022 if (FindColor(pmap, pmap->red, entries, &rgb, &temp, PSEUDOMAP,
1038 if (FindColor(pmap, pmap->red, NUMRED(pVisual), &rgb, &pixR, REDMAP,
1042 if (FindColor(pmap, pmap->green, NUMGREEN(pVisual), &rgb, &pixG,
1046 if (FindColor(pmap, pmap->blue, NUMBLUE(pVisual), &rgb, &pixB, BLUEMAP,
1218 FindColor (ColormapPtr pmap, EntryPtr pentFirst, int size, xrgb *prgb, function in typeref:typename:int
1390 /* Comparison functions -- passed to FindColor t
[all...]
/xsrc/external/mit/xorg-server/dist/dix/
H A Dcolormap.c760 FindColor(ColormapPtr pmap, EntryPtr pentFirst, int size, xrgb * prgb, function in typeref:typename:int
1026 if (FindColor(pmap, pmap->red, entries, &rgb, pPix, PSEUDOMAP,
1055 if (FindColor(pmap, pmap->red, NUMRED(pVisual), &rgb, &pixR, REDMAP,
1059 if (FindColor(pmap, pmap->green, NUMGREEN(pVisual), &rgb, &pixG,
1065 if (FindColor(pmap, pmap->blue, NUMBLUE(pVisual), &rgb, &pixB, BLUEMAP,
1127 if (FindColor(pmap, pmap->red, entries, &rgb, &temp, PSEUDOMAP,
1143 if (FindColor(pmap, pmap->red, NUMRED(pVisual), &rgb, &pixR, REDMAP,
1147 if (FindColor(pmap, pmap->green, NUMGREEN(pVisual), &rgb, &pixG,
1151 if (FindColor(pmap, pmap->blue, NUMBLUE(pVisual), &rgb, &pixB, BLUEMAP,
1311 /* Comparison functions -- passed to FindColor t
[all...]

Completed in 78 milliseconds