HomeSort by: relevance | last modified time | path
    Searched refs:GAMMA_ZERO (Results 1 - 6 of 6) sorted by relevancy

  /xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
xf86Helper.c 785 (g).red > GAMMA_ZERO || (g).green > GAMMA_ZERO || (g).blue > GAMMA_ZERO
788 (g) > GAMMA_ZERO ? (g) : 1.0
811 else if (DDC && DDC->features.gamma > GAMMA_ZERO) {
xf86Config.c 1988 if (conf_monitor->mon_gamma_red > GAMMA_ZERO)
1990 if (conf_monitor->mon_gamma_green > GAMMA_ZERO)
1992 if (conf_monitor->mon_gamma_blue > GAMMA_ZERO)
1996 if (monitorp->gamma.red > GAMMA_ZERO &&
2000 else if (monitorp->gamma.green > GAMMA_ZERO &&
2005 else if (monitorp->gamma.blue > GAMMA_ZERO &&
2010 if (badgamma > GAMMA_ZERO) {
xf86str.h 123 #define GAMMA_ZERO (GAMMA_MIN / 100.0)
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/
xf86Helper.c 812 (g).red > GAMMA_ZERO || (g).green > GAMMA_ZERO || (g).blue > GAMMA_ZERO
815 (g) > GAMMA_ZERO ? (g) : 1.0
835 } else if ( DDC && DDC->features.gamma > GAMMA_ZERO ) {
xf86Config.c 2049 if (conf_monitor->mon_gamma_red > GAMMA_ZERO)
2051 if (conf_monitor->mon_gamma_green > GAMMA_ZERO)
2053 if (conf_monitor->mon_gamma_blue > GAMMA_ZERO)
2057 if (monitorp->gamma.red > GAMMA_ZERO &&
2061 } else if (monitorp->gamma.green > GAMMA_ZERO &&
2065 } else if (monitorp->gamma.blue > GAMMA_ZERO &&
2070 if (badgamma > GAMMA_ZERO) {
xf86str.h 210 #define GAMMA_ZERO (GAMMA_MIN / 100.0)

Completed in 12 milliseconds