Home
last modified time | relevance | path

Searched refs:blues (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86cmap.c568 int reds, greens, blues, maxValue, index, shift; in CMapRefreshColors() local
578 blues = pVisual->blueMask >> pVisual->offsetBlue; in CMapRefreshColors()
595 for (i = 0; i <= blues; i++) in CMapRefreshColors()
596 colors[i].blue = gamma[i * maxValue / blues].blue; in CMapRefreshColors()
604 colors[i].blue = gamma[((i >> pVisual->offsetBlue) & blues) * in CMapRefreshColors()
605 maxValue / blues].blue; in CMapRefreshColors()
641 if (index <= blues) in CMapRefreshColors()
658 gamma[pmap->blue[(index >> pVisual->offsetBlue) & blues].co. in CMapRefreshColors()
/OK3568_Linux_fs/external/xserver/hw/xfree86/modes/
H A Dxf86RandR12.c1954 int reds, greens, blues, index, palette_size; in xf86RandR12LoadPalette() local
1960 blues = (pVisual->blueMask >> pVisual->offsetBlue) + 1; in xf86RandR12LoadPalette()
1962 reds = greens = blues = pVisual->ColormapEntries; in xf86RandR12LoadPalette()
1965 palette_size = max(reds, max(greens, blues)); in xf86RandR12LoadPalette()
1982 randrp->palette_blue_size = blues; in xf86RandR12LoadPalette()
1991 if (index < blues) in xf86RandR12LoadPalette()
2001 xf86RandR12CrtcComputeGamma(crtc, colors, reds, greens, blues, in xf86RandR12LoadPalette()
2007 xf86RandR12CrtcComputeGamma(crtc, colors, reds, greens, blues, in xf86RandR12LoadPalette()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog168974 Author: Matthieu Herrb <matthieu@blues.laas.fr>