Home
last modified time | relevance | path

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

/third_party/backends/backend/
H A Dcoolscan.h86 OPT_G_EXPOSURE, enumerator
H A Dcoolscan.c3015 scanner->opt[OPT_G_EXPOSURE].name = "green-exposure"; in init_options()
3016 scanner->opt[OPT_G_EXPOSURE].title = "Green exposure"; in init_options()
3017 scanner->opt[OPT_G_EXPOSURE].desc = ""; in init_options()
3018 scanner->opt[OPT_G_EXPOSURE].type = SANE_TYPE_INT; in init_options()
3019 scanner->opt[OPT_G_EXPOSURE].unit = SANE_UNIT_PERCENT; in init_options()
3020 scanner->opt[OPT_G_EXPOSURE].constraint_type = SANE_CONSTRAINT_RANGE; in init_options()
3021 scanner->opt[OPT_G_EXPOSURE].constraint.range = &exposure_range; in init_options()
3022 scanner->opt[OPT_G_EXPOSURE].cap |= SANE_CAP_INACTIVE; in init_options()
3034 scanner->opt[OPT_G_EXPOSURE].cap &= ~SANE_CAP_INACTIVE; in init_options()
3533 case OPT_G_EXPOSURE in sane_control_option()
[all...]

Completed in 5 milliseconds