Home
last modified time | relevance | path

Searched refs:OPT_IGNORE_OFFSETS (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/sane-backends/sane-backends-1.0.32/backend/genesys/
H A Dgenesys.h132 OPT_IGNORE_OFFSETS, enumerator
H A Dgenesys.cpp5064 s->opt[OPT_IGNORE_OFFSETS].name = "ignore-internal-offsets"; in init_options()
5065 s->opt[OPT_IGNORE_OFFSETS].title = SANE_I18N("Ignore internal offsets"); in init_options()
5066 s->opt[OPT_IGNORE_OFFSETS].desc = in init_options()
5068 s->opt[OPT_IGNORE_OFFSETS].type = SANE_TYPE_BUTTON; in init_options()
5069 s->opt[OPT_IGNORE_OFFSETS].unit = SANE_UNIT_NONE; in init_options()
5070 s->opt[OPT_IGNORE_OFFSETS].size = 0; in init_options()
5071 s->opt[OPT_IGNORE_OFFSETS].constraint_type = SANE_CONSTRAINT_NONE; in init_options()
5072 s->opt[OPT_IGNORE_OFFSETS].cap = SANE_CAP_SOFT_DETECT | SANE_CAP_SOFT_SELECT | in init_options()
6136 case OPT_IGNORE_OFFSETS: { in set_option_value()