Home
last modified time | relevance | path

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

/third_party/backends/backend/
H A Dcoolscan.h90 OPT_G_SHIFT, enumerator
H A Dcoolscan.c3051 scanner->opt[OPT_G_SHIFT].name = "green-shift"; in init_options()
3052 scanner->opt[OPT_G_SHIFT].title = "Green shift"; in init_options()
3053 scanner->opt[OPT_G_SHIFT].desc = ""; in init_options()
3054 scanner->opt[OPT_G_SHIFT].type = SANE_TYPE_INT; in init_options()
3055 scanner->opt[OPT_G_SHIFT].unit = SANE_UNIT_NONE; in init_options()
3056 scanner->opt[OPT_G_SHIFT].constraint_type = SANE_CONSTRAINT_RANGE; in init_options()
3057 scanner->opt[OPT_G_SHIFT].constraint.range = &shift_range; in init_options()
3059 { scanner->opt[OPT_G_SHIFT].cap |= SANE_CAP_INACTIVE; in init_options()
3545 case OPT_G_SHIFT: in sane_control_option()
3870 case OPT_G_SHIFT in sane_control_option()
[all...]

Completed in 7 milliseconds