Home
last modified time | relevance | path

Searched refs:FindColor (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/xserver/dix/
H A Dcolormap.c760 FindColor(ColormapPtr pmap, EntryPtr pentFirst, int size, xrgb * prgb, in FindColor() function
1026 if (FindColor(pmap, pmap->red, entries, &rgb, pPix, PSEUDOMAP, in AllocColor()
1055 if (FindColor(pmap, pmap->red, NUMRED(pVisual), &rgb, &pixR, REDMAP, in AllocColor()
1059 if (FindColor(pmap, pmap->green, NUMGREEN(pVisual), &rgb, &pixG, in AllocColor()
1065 if (FindColor(pmap, pmap->blue, NUMBLUE(pVisual), &rgb, &pixB, BLUEMAP, in AllocColor()
1127 if (FindColor(pmap, pmap->red, entries, &rgb, &temp, PSEUDOMAP, in FakeAllocColor()
1143 if (FindColor(pmap, pmap->red, NUMRED(pVisual), &rgb, &pixR, REDMAP, in FakeAllocColor()
1147 if (FindColor(pmap, pmap->green, NUMGREEN(pVisual), &rgb, &pixG, in FakeAllocColor()
1151 if (FindColor(pmap, pmap->blue, NUMBLUE(pVisual), &rgb, &pixB, BLUEMAP, in FakeAllocColor()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog151739 Bug #10464: Set pixel value to 0 before FindColor()