Home
last modified time | relevance | path

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

/third_party/backends/backend/
H A Depson2.c1337 s->opt[OPT_AUTOFOCUS].name = SANE_NAME_AUTOFOCUS; in init_options()
1338 s->opt[OPT_AUTOFOCUS].title = SANE_TITLE_AUTOFOCUS; in init_options()
1339 s->opt[OPT_AUTOFOCUS].desc = SANE_DESC_AUTOFOCUS; in init_options()
1340 s->opt[OPT_AUTOFOCUS].type = SANE_TYPE_BOOL; in init_options()
1341 s->val[OPT_AUTOFOCUS].w = SANE_FALSE; in init_options()
1342 s->opt[OPT_AUTOFOCUS].cap |= SANE_CAP_ADVANCED; in init_options()
1357 s->opt[OPT_AUTOFOCUS].cap &= ~SANE_CAP_INACTIVE; in init_options()
1360 s->opt[OPT_AUTOFOCUS].cap |= SANE_CAP_INACTIVE; in init_options()
1657 case OPT_AUTOFOCUS: in getvalue()
1988 case OPT_AUTOFOCUS in setvalue()
[all...]
H A Dcoolscan.h95 OPT_AUTOFOCUS, /* autofocus */ enumerator
H A Depson2.h263 OPT_AUTOFOCUS, enumerator
H A Dcoolscan.c3206 scanner->opt[OPT_AUTOFOCUS].name = "Autofocus"; in init_options()
3207 scanner->opt[OPT_AUTOFOCUS].title ="Autofocus"; in init_options()
3208 scanner->opt[OPT_AUTOFOCUS].desc = "When to do autofocussing"; in init_options()
3209 scanner->opt[OPT_AUTOFOCUS].type = SANE_TYPE_STRING; in init_options()
3210 scanner->opt[OPT_AUTOFOCUS].size = max_string_size (autofocus_mode_list); in init_options()
3211 scanner->opt[OPT_AUTOFOCUS].constraint_type = SANE_CONSTRAINT_STRING_LIST; in init_options()
3212 scanner->opt[OPT_AUTOFOCUS].constraint.string_list = autofocus_mode_list; in init_options()
3464 case OPT_AUTOFOCUS: in sane_control_option()
3811 case OPT_AUTOFOCUS: in sane_control_option()

Completed in 8 milliseconds