Searched refs:mon_gamma_red (Results 1 – 4 of 4) sorted by relevance
531 ptr->mon_gamma_red = ptr->mon_gamma_green = in xf86parseMonitorSection()671 if (ptr->mon_gamma_red) { in xf86printMonitorSection()672 if (ptr->mon_gamma_red == ptr->mon_gamma_green in xf86printMonitorSection()673 && ptr->mon_gamma_red == ptr->mon_gamma_blue) { in xf86printMonitorSection()674 fprintf(cf, "\tGamma %.4g\n", ptr->mon_gamma_red); in xf86printMonitorSection()678 ptr->mon_gamma_red, in xf86printMonitorSection()
191 float mon_gamma_red; member
1448 if (mon->mon_gamma_red >= GAMMA_MIN && mon->mon_gamma_red <= GAMMA_MAX) in xf86RandR12OutputInitGamma()1449 gamma_red = mon->mon_gamma_red; in xf86RandR12OutputInitGamma()
1935 if (conf_monitor->mon_gamma_red > GAMMA_ZERO) in configMonitor()1936 monitorp->gamma.red = conf_monitor->mon_gamma_red; in configMonitor()