Home
last modified time | relevance | path

Searched refs:mon_gamma_blue (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xfree86/parser/
H A DMonitor.c532 ptr->mon_gamma_blue = xf86_lex_val.realnum; in xf86parseMonitorSection()
536 ptr->mon_gamma_blue = xf86_lex_val.realnum; in xf86parseMonitorSection()
673 && ptr->mon_gamma_red == ptr->mon_gamma_blue) { in xf86printMonitorSection()
679 ptr->mon_gamma_green, ptr->mon_gamma_blue); in xf86printMonitorSection()
H A Dxf86Parser.h193 float mon_gamma_blue; member
/OK3568_Linux_fs/external/xserver/hw/xfree86/modes/
H A Dxf86RandR12.c1454 if (mon->mon_gamma_blue >= GAMMA_MIN && mon->mon_gamma_blue <= GAMMA_MAX) in xf86RandR12OutputInitGamma()
1455 gamma_blue = mon->mon_gamma_blue; in xf86RandR12OutputInitGamma()
/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86Config.c1939 if (conf_monitor->mon_gamma_blue > GAMMA_ZERO) in configMonitor()
1940 monitorp->gamma.blue = conf_monitor->mon_gamma_blue; in configMonitor()