Home
last modified time | relevance | path

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

/third_party/backends/backend/
H A Dcoolscan.h81 OPT_G_CONTRAST, enumerator
H A Dcoolscan.c2979 scanner->opt[OPT_G_CONTRAST].name = "green-contrast"; in init_options()
2980 scanner->opt[OPT_G_CONTRAST].title = "Green contrast"; in init_options()
2981 scanner->opt[OPT_G_CONTRAST].desc = SANE_DESC_CONTRAST; in init_options()
2982 scanner->opt[OPT_G_CONTRAST].type = SANE_TYPE_INT; in init_options()
2983 scanner->opt[OPT_G_CONTRAST].unit = SANE_UNIT_NONE; in init_options()
2984 scanner->opt[OPT_G_CONTRAST].constraint_type = SANE_CONSTRAINT_RANGE; in init_options()
2985 scanner->opt[OPT_G_CONTRAST].constraint.range = &contrast_range; in init_options()
2986 scanner->opt[OPT_G_CONTRAST].cap |= SANE_CAP_INACTIVE; in init_options()
3501 case OPT_G_CONTRAST: in sane_control_option()
3716 scanner->opt[OPT_G_CONTRAST] in sane_control_option()
[all...]

Completed in 5 milliseconds