Searched refs:colorbalance_adjust (Results 1 - 2 of 2) sorted by relevance
/third_party/backends/backend/ |
H A D | microtek2.h | 724 char *colorbalance_adjust; /* color balance can be modified */ member 1093 uint8_t colorbalance_adjust; member
|
H A D | microtek2.c | 1107 co->colorbalance_adjust = "on"; in check_option() 1112 co->colorbalance_adjust = "off"; in check_option() 1115 co->colorbalance_adjust = "off"; in check_option() 1120 co->colorbalance_adjust = "off"; in check_option() 2802 if ( strncmp(md->opts.colorbalance_adjust, "off", 3) == 0 ) in init_options() 2811 if ( strncmp(md->opts.colorbalance_adjust, "off", 3) == 0 ) in init_options() 2820 if ( strncmp(md->opts.colorbalance_adjust, "off", 3) == 0 ) in init_options() 2830 if ( strncmp(md->opts.colorbalance_adjust, "off", 3) == 0 ) in init_options() 2872 if ( ! ( strncmp(md->opts.colorbalance_adjust, "off", 3) == 0 ) ) in set_option_dependencies()
|
Completed in 13 milliseconds