Searched refs:reds (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/external/xserver/hw/xfree86/common/ |
| H A D | xf86cmap.c | 568 int reds, greens, blues, maxValue, index, shift; in CMapRefreshColors() local 576 reds = pVisual->redMask >> pVisual->offsetRed; in CMapRefreshColors() 591 for (i = 0; i <= reds; i++) in CMapRefreshColors() 592 colors[i].red = gamma[i * maxValue / reds].red; in CMapRefreshColors() 600 colors[i].red = gamma[((i >> pVisual->offsetRed) & reds) * in CMapRefreshColors() 601 maxValue / reds].red; in CMapRefreshColors() 635 if (index <= reds) in CMapRefreshColors() 652 offsetRed) & reds].co.local. in CMapRefreshColors()
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/modes/ |
| H A D | xf86RandR12.c | 1954 int reds, greens, blues, index, palette_size; in xf86RandR12LoadPalette() local 1958 reds = (pVisual->redMask >> pVisual->offsetRed) + 1; in xf86RandR12LoadPalette() 1962 reds = greens = blues = pVisual->ColormapEntries; in xf86RandR12LoadPalette() 1965 palette_size = max(reds, max(greens, blues)); in xf86RandR12LoadPalette() 1980 randrp->palette_red_size = reds; in xf86RandR12LoadPalette() 1987 if (index < reds) in xf86RandR12LoadPalette() 2001 xf86RandR12CrtcComputeGamma(crtc, colors, reds, greens, blues, in xf86RandR12LoadPalette() 2007 xf86RandR12CrtcComputeGamma(crtc, colors, reds, greens, blues, in xf86RandR12LoadPalette()
|
| /OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/ |
| H A D | ext-ctrls-camera.rst | 417 color enhancement. Pictures of autumn leaves get saturated reds
|