Home
last modified time | relevance | path

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

/third_party/backends/backend/
H A Davision.c6359 if (s->val[OPT_PAPERLEN].w != SANE_FALSE) { in set_window()
7362 s->opt[OPT_PAPERLEN].cap = SANE_CAP_SOFT_SELECT | SANE_CAP_SOFT_DETECT | SANE_CAP_ADVANCED; in init_options()
7364 s->opt[OPT_PAPERLEN].cap |= SANE_CAP_INACTIVE; in init_options()
7365 s->opt[OPT_PAPERLEN].name = "paper-length"; in init_options()
7366 s->opt[OPT_PAPERLEN].title = "Use paper length"; in init_options()
7367 s->opt[OPT_PAPERLEN].desc = "Newer scanners can utilize this paper length to detect double feeds. However some others (DM152) can get confused during media flush if it is set."; in init_options()
7368 s->opt[OPT_PAPERLEN].type = SANE_TYPE_BOOL; in init_options()
7369 s->opt[OPT_PAPERLEN].unit = SANE_UNIT_NONE; in init_options()
7370 s->opt[OPT_PAPERLEN].size = sizeof(SANE_Word); in init_options()
7371 s->opt[OPT_PAPERLEN] in init_options()
[all...]
H A Davision.h336 OPT_PAPERLEN, /* Use paper_length field to detect double feeds */ enumerator

Completed in 11 milliseconds