Home
last modified time | relevance | path

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

/third_party/backends/backend/
H A Davision.c3031 (SANE_UNFIX (s->val[OPT_OVERSCAN_TOP].w) + in compute_parameters()
4997 top = (int) (dpi * SANE_UNFIX (s->val[OPT_OVERSCAN_TOP].w) / MM_PER_INCH); in send_tune_scan_length()
7113 s->opt[OPT_OVERSCAN_TOP].name = "overscan-top"; in init_options()
7114 s->opt[OPT_OVERSCAN_TOP].title = "Overscan top"; in init_options()
7115 s->opt[OPT_OVERSCAN_TOP].desc = "The top overscan controls the additional area to scan before the paper is detected."; in init_options()
7116 s->opt[OPT_OVERSCAN_TOP].type = SANE_TYPE_FIXED; in init_options()
7117 s->opt[OPT_OVERSCAN_TOP].unit = SANE_UNIT_MM; in init_options()
7118 s->opt[OPT_OVERSCAN_TOP].constraint_type = SANE_CONSTRAINT_RANGE; in init_options()
7119 s->opt[OPT_OVERSCAN_TOP].constraint.range = &overscan_range; in init_options()
7120 s->val[OPT_OVERSCAN_TOP] in init_options()
[all...]
H A Davision.h309 OPT_OVERSCAN_TOP, /* overscan for auto-crop/deskew, if supported */ enumerator

Completed in 18 milliseconds