Searched refs:GAMMA_ZERO (Results 1 – 3 of 3) sorted by relevance
1935 if (conf_monitor->mon_gamma_red > GAMMA_ZERO) in configMonitor()1937 if (conf_monitor->mon_gamma_green > GAMMA_ZERO) in configMonitor()1939 if (conf_monitor->mon_gamma_blue > GAMMA_ZERO) in configMonitor()1943 if (monitorp->gamma.red > GAMMA_ZERO && in configMonitor()1947 else if (monitorp->gamma.green > GAMMA_ZERO && in configMonitor()1952 else if (monitorp->gamma.blue > GAMMA_ZERO && in configMonitor()1957 if (badgamma > GAMMA_ZERO) { in configMonitor()
791 (g).red > GAMMA_ZERO || (g).green > GAMMA_ZERO || (g).blue > GAMMA_ZERO794 (g) > GAMMA_ZERO ? (g) : 1.0817 else if (DDC && DDC->features.gamma > GAMMA_ZERO) { in xf86SetGamma()
123 #define GAMMA_ZERO (GAMMA_MIN / 100.0) macro