Home
last modified time | relevance | path

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

/third_party/backends/backend/
H A Dcoolscan.h75 OPT_R_BRIGHTNESS, enumerator
H A Dcoolscan.c2930 scanner->opt[OPT_R_BRIGHTNESS].name = "red-brightness"; in init_options()
2931 scanner->opt[OPT_R_BRIGHTNESS].title = "Red brightness"; in init_options()
2932 scanner->opt[OPT_R_BRIGHTNESS].desc = SANE_DESC_BRIGHTNESS; in init_options()
2933 scanner->opt[OPT_R_BRIGHTNESS].type = SANE_TYPE_INT; in init_options()
2934 scanner->opt[OPT_R_BRIGHTNESS].unit = SANE_UNIT_NONE; in init_options()
2935 scanner->opt[OPT_R_BRIGHTNESS].constraint_type = SANE_CONSTRAINT_RANGE; in init_options()
2936 scanner->opt[OPT_R_BRIGHTNESS].constraint.range = &brightness_range; in init_options()
2937 scanner->opt[OPT_R_BRIGHTNESS].cap |= SANE_CAP_INACTIVE; in init_options()
3513 case OPT_R_BRIGHTNESS: in sane_control_option()
3711 scanner->opt[OPT_R_BRIGHTNESS] in sane_control_option()
[all...]

Completed in 5 milliseconds