Home
last modified time | relevance | path

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

/third_party/backends/backend/
H A Ds9036.c283 SANE_Bool auto_bright = !(s->opt[OPT_BRIGHT_ADJUST].cap & SANE_CAP_INACTIVE); in set_window()
294 int bright_adjust = auto_bright ? 20 - s->val[OPT_BRIGHT_ADJUST] : 0; in set_window()
792 s->opt[OPT_BRIGHT_ADJUST].name = "adjust-bright"; in init_options()
793 s->opt[OPT_BRIGHT_ADJUST].title = "Automatic brightness adjust"; in init_options()
794 s->opt[OPT_BRIGHT_ADJUST].desc = "Controls the automatic brightness of the " in init_options()
796 s->opt[OPT_BRIGHT_ADJUST].type = SANE_TYPE_INT; in init_options()
797 s->opt[OPT_BRIGHT_ADJUST].cap |= SANE_CAP_INACTIVE; in init_options()
798 s->opt[OPT_BRIGHT_ADJUST].unit = SANE_UNIT_NONE; in init_options()
799 s->opt[OPT_BRIGHT_ADJUST].constraint_type = SANE_CONSTRAINT_RANGE; in init_options()
800 s->opt[OPT_BRIGHT_ADJUST] in init_options()
[all...]
H A Ds9036.h40 OPT_BRIGHT_ADJUST, enumerator

Completed in 2 milliseconds