Home
last modified time | relevance | path

Searched refs:GAMMA_ZERO (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86Config.c1935 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()
H A Dxf86Helper.c791 (g).red > GAMMA_ZERO || (g).green > GAMMA_ZERO || (g).blue > GAMMA_ZERO
794 (g) > GAMMA_ZERO ? (g) : 1.0
817 else if (DDC && DDC->features.gamma > GAMMA_ZERO) { in xf86SetGamma()
H A Dxf86str.h123 #define GAMMA_ZERO (GAMMA_MIN / 100.0) macro