Home
last modified time | relevance | path

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

/third_party/backends/backend/
H A Dcoolscan.h82 OPT_B_CONTRAST, enumerator
H A Dcoolscan.c2988 scanner->opt[OPT_B_CONTRAST].name = "blue-contrast"; in init_options()
2989 scanner->opt[OPT_B_CONTRAST].title = "Blue contrast"; in init_options()
2990 scanner->opt[OPT_B_CONTRAST].desc = SANE_DESC_CONTRAST; in init_options()
2991 scanner->opt[OPT_B_CONTRAST].type = SANE_TYPE_INT; in init_options()
2992 scanner->opt[OPT_B_CONTRAST].unit = SANE_UNIT_NONE; in init_options()
2993 scanner->opt[OPT_B_CONTRAST].constraint_type = SANE_CONSTRAINT_RANGE; in init_options()
2994 scanner->opt[OPT_B_CONTRAST].constraint.range = &contrast_range; in init_options()
2995 scanner->opt[OPT_B_CONTRAST].cap |= SANE_CAP_INACTIVE; in init_options()
3505 case OPT_B_CONTRAST: in sane_control_option()
3717 scanner->opt[OPT_B_CONTRAST] in sane_control_option()
[all...]

Completed in 6 milliseconds