Home
last modified time | relevance | path

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

/third_party/backends/backend/
H A Davision.c3032 SANE_UNFIX (s->val[OPT_OVERSCAN_BOTTOM].w)) + (MM_PER_INCH - 1) in compute_parameters()
5034 bottom = (int) (dpi * SANE_UNFIX (s->val[OPT_OVERSCAN_BOTTOM].w) / MM_PER_INCH); in send_tune_scan_length()
7123 s->opt[OPT_OVERSCAN_BOTTOM].name = "overscan-bottom"; in init_options()
7124 s->opt[OPT_OVERSCAN_BOTTOM].title = "Overscan bottom"; in init_options()
7125 s->opt[OPT_OVERSCAN_BOTTOM].desc = "The bottom overscan controls the additional area to scan after the paper end is detected."; in init_options()
7126 s->opt[OPT_OVERSCAN_BOTTOM].type = SANE_TYPE_FIXED; in init_options()
7127 s->opt[OPT_OVERSCAN_BOTTOM].unit = SANE_UNIT_MM; in init_options()
7128 s->opt[OPT_OVERSCAN_BOTTOM].constraint_type = SANE_CONSTRAINT_RANGE; in init_options()
7129 s->opt[OPT_OVERSCAN_BOTTOM].constraint.range = &overscan_range; in init_options()
7130 s->val[OPT_OVERSCAN_BOTTOM] in init_options()
[all...]
H A Davision.h310 OPT_OVERSCAN_BOTTOM, enumerator

Completed in 11 milliseconds