Home
last modified time | relevance | path

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

/third_party/backends/backend/
H A Dcoolscan.h87 OPT_B_EXPOSURE, enumerator
H A Dcoolscan.c3024 scanner->opt[OPT_B_EXPOSURE].name = "blue-exposure"; in init_options()
3025 scanner->opt[OPT_B_EXPOSURE].title = "Blue exposre"; in init_options()
3026 scanner->opt[OPT_B_EXPOSURE].desc = ""; in init_options()
3027 scanner->opt[OPT_B_EXPOSURE].type = SANE_TYPE_INT; in init_options()
3028 scanner->opt[OPT_B_EXPOSURE].unit = SANE_UNIT_PERCENT; in init_options()
3029 scanner->opt[OPT_B_EXPOSURE].constraint_type = SANE_CONSTRAINT_RANGE; in init_options()
3030 scanner->opt[OPT_B_EXPOSURE].constraint.range = &exposure_range; in init_options()
3031 scanner->opt[OPT_B_EXPOSURE].cap |= SANE_CAP_INACTIVE; in init_options()
3035 scanner->opt[OPT_B_EXPOSURE].cap &= ~SANE_CAP_INACTIVE; in init_options()
3537 case OPT_B_EXPOSURE in sane_control_option()
[all...]

Completed in 5 milliseconds