Searched refs:mon_gamma_red (Results 1 - 6 of 6) sorted by relevance

/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/fbc/
H A Dfbc_Monitor.c117 if (xf86_entry_mods->mon_gamma_red != FBC_NO_Gamma) {
118 monitor_sectn_ptr->mon_gamma_red =
119 xf86_entry_mods->mon_gamma_red;
128 if (monitor_sectn_ptr->mon_gamma_red > 0.) {
H A Dfbc_propt.c452 (fbvar->active.monitor_sectn->mon_gamma_red > 0.0)) {
455 fbvar->active.monitor_sectn->mon_gamma_red);
H A Dfbc_xorg.h215 float mon_gamma_red; /* Red gamma, else FBC_NO_Gamma */ member in struct:__anon44
H A Dfbc_getargs.c936 fbvar->xf86_entry_mods.mon_gamma_red = strtof(argv[*arg+1], &end_ptr);
939 !FBC_VALID_Gamma(fbvar->xf86_entry_mods.mon_gamma_red)) {
946 fbvar->xf86_entry_mods.mon_gamma_red;
948 fbvar->xf86_entry_mods.mon_gamma_red;
1034 fbvar->xf86_entry_mods.mon_gamma_red = 0.;
1357 fbvar->xf86_entry_mods.mon_gamma_red = FBC_NO_Gamma;
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/xf86/
H A DMonitor.c676 ptr->mon_gamma_red = val.realnum;
679 ptr->mon_gamma_green = ptr->mon_gamma_red;
680 ptr->mon_gamma_blue = ptr->mon_gamma_red;
903 if (ptr->mon_gamma_red == ptr->mon_gamma_green
904 && ptr->mon_gamma_red == ptr->mon_gamma_blue) {
905 fprintf(cf, "%.4g\n", ptr->mon_gamma_red);
908 ptr->mon_gamma_red,
1218 if (ptr->mon_gamma_red) {
H A Dxf86Parser.h248 float mon_gamma_red; member in struct:__anon69

Completed in 26 milliseconds