Home
last modified time | relevance | path

Searched refs:OPT_THRESHOLD_R (Results 1 - 4 of 4) sorted by relevance

/third_party/backends/backend/
H A Dnec.c1667 s->opt[OPT_THRESHOLD_R].name = SANE_NAME_THRESHOLD "-red"; in init_options()
1672 s->opt[OPT_THRESHOLD_R].title = SANE_TITLE_THRESHOLD " (red)"; in init_options()
1673 s->opt[OPT_THRESHOLD_R].desc = SANE_DESC_THRESHOLD " (red)"; in init_options()
1674 s->opt[OPT_THRESHOLD_R].type = SANE_TYPE_INT; in init_options()
1675 s->opt[OPT_THRESHOLD_R].unit = SANE_UNIT_NONE; in init_options()
1676 s->opt[OPT_THRESHOLD_R].constraint_type = SANE_CONSTRAINT_RANGE; in init_options()
1677 s->opt[OPT_THRESHOLD_R].constraint.range = &s->dev->info.threshold_range; in init_options()
1678 s->val[OPT_THRESHOLD_R].w = 128; in init_options()
1679 s->opt[OPT_THRESHOLD_R].cap |= SANE_CAP_INACTIVE; in init_options()
2242 case OPT_THRESHOLD_R in sane_control_option()
[all...]
H A Dsharp.c2096 s->opt[OPT_THRESHOLD_R].name = SANE_NAME_THRESHOLD "-red"; in init_options()
2101 s->opt[OPT_THRESHOLD_R].title = SANE_TITLE_THRESHOLD " (red)"; in init_options()
2102 s->opt[OPT_THRESHOLD_R].desc = SANE_DESC_THRESHOLD " (red)"; in init_options()
2103 s->opt[OPT_THRESHOLD_R].type = SANE_TYPE_INT; in init_options()
2104 s->opt[OPT_THRESHOLD_R].unit = SANE_UNIT_NONE; in init_options()
2105 s->opt[OPT_THRESHOLD_R].constraint_type = SANE_CONSTRAINT_RANGE; in init_options()
2106 s->opt[OPT_THRESHOLD_R].constraint.range = &s->dev->info.threshold_range; in init_options()
2107 s->val[OPT_THRESHOLD_R].w = 128; in init_options()
2108 s->opt[OPT_THRESHOLD_R].cap |= SANE_CAP_INACTIVE; in init_options()
2757 case OPT_THRESHOLD_R in sane_control_option()
[all...]
H A Dsharp.h104 OPT_THRESHOLD_R, enumerator
H A Dnec.h105 OPT_THRESHOLD_R, enumerator

Completed in 9 milliseconds