Home
last modified time | relevance | path

Searched refs:OPT_R_EXPOSURE (Results 1 - 2 of 2) sorted by relevance

/third_party/backends/backend/
H A Dcoolscan.h85 OPT_R_EXPOSURE, enumerator
H A Dcoolscan.c3006 scanner->opt[OPT_R_EXPOSURE].name = "red-exposure"; in init_options()
3007 scanner->opt[OPT_R_EXPOSURE].title = "Red exposure"; in init_options()
3008 scanner->opt[OPT_R_EXPOSURE].desc = ""; in init_options()
3009 scanner->opt[OPT_R_EXPOSURE].type = SANE_TYPE_INT; in init_options()
3010 scanner->opt[OPT_R_EXPOSURE].cap |= SANE_CAP_INACTIVE; in init_options()
3011 scanner->opt[OPT_R_EXPOSURE].unit = SANE_UNIT_PERCENT; in init_options()
3012 scanner->opt[OPT_R_EXPOSURE].constraint_type = SANE_CONSTRAINT_RANGE; in init_options()
3013 scanner->opt[OPT_R_EXPOSURE].constraint.range = &exposure_range; in init_options()
3033 { scanner->opt[OPT_R_EXPOSURE].cap &= ~SANE_CAP_INACTIVE; in init_options()
3529 case OPT_R_EXPOSURE in sane_control_option()
[all...]

Completed in 6 milliseconds