Lines Matching full:blue
586 colors[i].blue = gamma[index].blue; 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()
620 colors[index].blue = in CMapRefreshColors()
621 gamma[entry->co.shco.blue->color >> shift].blue; in CMapRefreshColors()
627 colors[index].blue = gamma[entry->co.local.blue >> shift].blue; in CMapRefreshColors()
642 colors[index].blue = in CMapRefreshColors()
643 gamma[pmap->blue[index].co.local.blue >> shift].blue; in CMapRefreshColors()
657 colors[index].blue = in CMapRefreshColors()
658 gamma[pmap->blue[(index >> pVisual->offsetBlue) & blues].co. in CMapRefreshColors()
659 local.blue >> shift].blue; in CMapRefreshColors()
678 color1->red, color1->green, color1->blue, in CMapCompareColors()
679 color2->red, color2->green, color2->blue, in CMapCompareColors()
680 color1->red + color1->green + color1->blue, in CMapCompareColors()
681 color2->red + color2->green + color2->blue); in CMapCompareColors()
683 return (color1->red + color1->green + color1->blue < in CMapCompareColors()
684 color2->red + color2->green + color2->blue); in CMapCompareColors()
759 colors[i].blue == 0) { in CMapSetOverscan()
784 colors[overscan].blue != 0) { in CMapSetOverscan()
791 colors[index].blue == 0) { in CMapSetOverscan()
865 pScrn->gamma.blue < GAMMA_MIN || pScrn->gamma.blue > GAMMA_MAX) { in ComputeGamma()
875 pScrn->gamma.blue = 1.0; in ComputeGamma()
881 BlueGamma = 1.0 / (double) pScrn->gamma.blue; in ComputeGamma()
899 priv->gamma[i].blue = i; in ComputeGamma()
901 priv->gamma[i].blue = (CARD16) (pow((double) i / (double) elements, in ComputeGamma()
927 gamma.blue < GAMMA_MIN || gamma.blue > GAMMA_MAX) in CMapChangeGamma()
932 pScrn->gamma.blue = gamma.blue; in CMapChangeGamma()
987 unsigned short *green, unsigned short *blue) in ComputeGammaRamp() argument
996 entry->blue = *(blue++) >> shift; in ComputeGammaRamp()
1005 unsigned short *green, unsigned short *blue) in xf86ChangeGammaRamp() argument
1023 ComputeGammaRamp(pScreenPriv, red, green, blue); in xf86ChangeGammaRamp()
1088 unsigned short *green, unsigned short *blue) in xf86GetGammaRamp() argument
1111 *blue = entry->blue << (16 - sigbits); in xf86GetGammaRamp()
1116 *blue |= *blue >> shift; in xf86GetGammaRamp()
1121 blue++; in xf86GetGammaRamp()