Home
last modified time | relevance | path

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

/third_party/backends/backend/
H A Dnec.c1632 s->opt[OPT_TINT].name = "tint"; in init_options()
1633 s->opt[OPT_TINT].title = "Tint"; in init_options()
1634 s->opt[OPT_TINT].desc = "Select tint"; in init_options()
1635 s->opt[OPT_TINT].type = SANE_TYPE_INT; in init_options()
1636 s->opt[OPT_TINT].unit = SANE_UNIT_NONE; in init_options()
1637 s->opt[OPT_TINT].constraint_type = SANE_CONSTRAINT_RANGE; in init_options()
1638 s->opt[OPT_TINT].constraint.range = &s->dev->info.tint_range; in init_options()
1639 s->val[OPT_TINT].w = 128; in init_options()
1641 s->opt[OPT_TINT].cap |= SANE_CAP_INACTIVE; in init_options()
2239 case OPT_TINT in sane_control_option()
[all...]
H A Dnec.h110 OPT_TINT, enumerator

Completed in 5 milliseconds