Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/dix/
H A Dcolormap.c662 case PSEUDOMAP: in FreeCell()
784 case PSEUDOMAP: in FindColor()
824 case PSEUDOMAP: in FindColor()
879 case PSEUDOMAP: in FindColor()
901 case PSEUDOMAP: in FindColor()
960 *pPix = pixR = FindBestPixel(pmap->red, entries, &rgb, PSEUDOMAP); in AllocColor()
1024 pPix, PSEUDOMAP, AllComp); in AllocColor()
1026 if (FindColor(pmap, pmap->red, entries, &rgb, pPix, PSEUDOMAP, in AllocColor()
1127 if (FindColor(pmap, pmap->red, entries, &rgb, &temp, PSEUDOMAP, in FakeAllocColor()
1135 item->pixel = FindBestPixel(pmap->red, entries, &rgb, PSEUDOMAP); in FakeAllocColor()
[all …]
/OK3568_Linux_fs/external/xserver/include/
H A Dcolormap.h61 #define PSEUDOMAP 3 macro