Home
last modified time | relevance | path

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

/third_party/backends/backend/
H A Dcoolscan.h89 OPT_R_SHIFT, enumerator
H A Dcoolscan.c3039 scanner->opt[OPT_R_SHIFT].name = "red-shift"; in init_options()
3040 scanner->opt[OPT_R_SHIFT].title = "Red shift"; in init_options()
3041 scanner->opt[OPT_R_SHIFT].desc = ""; in init_options()
3042 scanner->opt[OPT_R_SHIFT].type = SANE_TYPE_INT; in init_options()
3043 scanner->opt[OPT_R_SHIFT].unit = SANE_UNIT_NONE; in init_options()
3044 scanner->opt[OPT_R_SHIFT].constraint_type = SANE_CONSTRAINT_RANGE; in init_options()
3045 scanner->opt[OPT_R_SHIFT].constraint.range = &shift_range; in init_options()
3047 { scanner->opt[OPT_R_SHIFT].cap |= SANE_CAP_INACTIVE; in init_options()
3541 case OPT_R_SHIFT: in sane_control_option()
3867 case OPT_R_SHIFT in sane_control_option()
[all...]

Completed in 7 milliseconds