Lines Matching refs:blue
575 scrp->confScreen->displays[i].blackColour.blue = -1; in xf86SetDepthBpp()
578 scrp->confScreen->displays[i].whiteColour.blue = -1; in xf86SetDepthBpp()
654 scrp->weight.blue = 0; in xf86SetWeight()
656 if (xf86Weight.red > 0 && xf86Weight.green > 0 && xf86Weight.blue > 0) { in xf86SetWeight()
661 && scrp->display->weight.blue > 0) { in xf86SetWeight()
665 else if (weight.red > 0 && weight.green > 0 && weight.blue > 0) { in xf86SetWeight()
674 scrp->weight.blue = scrp->rgbBits; in xf86SetWeight()
677 scrp->weight.red = scrp->weight.green = scrp->weight.blue = 5; in xf86SetWeight()
680 scrp->weight.red = scrp->weight.blue = 5; in xf86SetWeight()
684 scrp->weight.red = scrp->weight.green = scrp->weight.blue = 6; in xf86SetWeight()
687 scrp->weight.red = scrp->weight.green = scrp->weight.blue = 8; in xf86SetWeight()
690 scrp->weight.red = scrp->weight.green = scrp->weight.blue = 10; in xf86SetWeight()
698 (int) scrp->weight.blue); in xf86SetWeight()
702 scrp->weight.blue)) { in xf86SetWeight()
707 (int) scrp->weight.blue, scrp->depth); in xf86SetWeight()
719 if (scrp->weight.blue > scrp->rgbBits) in xf86SetWeight()
720 scrp->rgbBits = scrp->weight.blue; in xf86SetWeight()
724 if (mask.red == 0 || mask.green == 0 || mask.blue == 0) { in xf86SetWeight()
726 scrp->offset.red = scrp->weight.green + scrp->weight.blue; in xf86SetWeight()
727 scrp->offset.green = scrp->weight.blue; in xf86SetWeight()
728 scrp->offset.blue = 0; in xf86SetWeight()
732 scrp->mask.blue = (1 << scrp->weight.blue) - 1; in xf86SetWeight()
738 scrp->mask.blue = mask.blue; in xf86SetWeight()
741 scrp->offset.blue = ffs(mask.blue); in xf86SetWeight()
791 (g).red > GAMMA_ZERO || (g).green > GAMMA_ZERO || (g).blue > GAMMA_ZERO
808 scrp->gamma.blue = SET_GAMMA(xf86Gamma.blue); in xf86SetGamma()
814 scrp->gamma.blue = SET_GAMMA(scrp->monitor->gamma.blue); in xf86SetGamma()
821 scrp->gamma.blue = SET_GAMMA(DDC->features.gamma); in xf86SetGamma()
829 scrp->gamma.blue = SET_GAMMA(gamma.blue); in xf86SetGamma()
834 scrp->gamma.blue = 1.0; in xf86SetGamma()
839 scrp->gamma.red, scrp->gamma.green, scrp->gamma.blue); in xf86SetGamma()