Home
last modified time | relevance | path

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

/third_party/backends/backend/
H A Dcoolscan.h76 OPT_G_BRIGHTNESS, enumerator
H A Dcoolscan.c2939 scanner->opt[OPT_G_BRIGHTNESS].name = "green-brightness"; in init_options()
2940 scanner->opt[OPT_G_BRIGHTNESS].title = "Green brightness"; in init_options()
2941 scanner->opt[OPT_G_BRIGHTNESS].desc = SANE_DESC_BRIGHTNESS; in init_options()
2942 scanner->opt[OPT_G_BRIGHTNESS].type = SANE_TYPE_INT; in init_options()
2943 scanner->opt[OPT_G_BRIGHTNESS].unit = SANE_UNIT_NONE; in init_options()
2944 scanner->opt[OPT_G_BRIGHTNESS].constraint_type = SANE_CONSTRAINT_RANGE; in init_options()
2945 scanner->opt[OPT_G_BRIGHTNESS].constraint.range = &brightness_range; in init_options()
2946 scanner->opt[OPT_G_BRIGHTNESS].cap |= SANE_CAP_INACTIVE; in init_options()
3517 case OPT_G_BRIGHTNESS: in sane_control_option()
3712 scanner->opt[OPT_G_BRIGHTNESS] in sane_control_option()
[all...]

Completed in 5 milliseconds