Home
last modified time | relevance | path

Searched refs:OPT_QUALITY_CAL (Results 1 - 10 of 10) sorted by relevance

/third_party/backends/backend/
H A Dsnapscan-options.c659 po[OPT_QUALITY_CAL].name = SANE_NAME_QUALITY_CAL; in init_options()
660 po[OPT_QUALITY_CAL].title = SANE_TITLE_QUALITY_CAL; in init_options()
661 po[OPT_QUALITY_CAL].desc = SANE_DESC_QUALITY_CAL; in init_options()
662 po[OPT_QUALITY_CAL].type = SANE_TYPE_BOOL; in init_options()
663 po[OPT_QUALITY_CAL].unit = SANE_UNIT_NONE; in init_options()
664 po[OPT_QUALITY_CAL].size = sizeof (SANE_Bool); in init_options()
665 po[OPT_QUALITY_CAL].constraint_type = SANE_CONSTRAINT_NONE; in init_options()
666 po[OPT_QUALITY_CAL].cap = SANE_CAP_SOFT_SELECT | SANE_CAP_SOFT_DETECT; in init_options()
667 ps->val[OPT_QUALITY_CAL].b = DEFAULT_QUALITY; in init_options()
676 po[OPT_QUALITY_CAL] in init_options()
[all...]
H A Dgt68xx.c626 s->opt[OPT_QUALITY_CAL].name = SANE_NAME_QUALITY_CAL; in init_options()
627 s->opt[OPT_QUALITY_CAL].title = SANE_TITLE_QUALITY_CAL; in init_options()
628 s->opt[OPT_QUALITY_CAL].desc = SANE_TITLE_QUALITY_CAL; in init_options()
629 s->opt[OPT_QUALITY_CAL].type = SANE_TYPE_BOOL; in init_options()
630 s->opt[OPT_QUALITY_CAL].unit = SANE_UNIT_NONE; in init_options()
631 s->opt[OPT_QUALITY_CAL].constraint_type = SANE_CONSTRAINT_NONE; in init_options()
632 s->val[OPT_QUALITY_CAL].w = SANE_TRUE; in init_options()
634 DISABLE (OPT_QUALITY_CAL); in init_options()
639 s->val[OPT_QUALITY_CAL].w = SANE_FALSE; in init_options()
640 DISABLE (OPT_QUALITY_CAL); in init_options()
[all...]
H A Dartec.h110 OPT_QUALITY_CAL, enumerator
H A Dgt68xx_high.h217 OPT_QUALITY_CAL, enumerator
H A Dmustek.h196 OPT_QUALITY_CAL, enumerator
H A Dsnapscan.h289 OPT_QUALITY_CAL, /* quality calibration */ enumerator
H A Dartec.c2506 s->opt[OPT_QUALITY_CAL].name = SANE_NAME_QUALITY_CAL; in init_options()
2507 s->opt[OPT_QUALITY_CAL].title = "Hardware Calibrate Every Scan"; in init_options()
2508 s->opt[OPT_QUALITY_CAL].desc = "Perform hardware calibration on every scan"; in init_options()
2509 s->opt[OPT_QUALITY_CAL].type = SANE_TYPE_BOOL; in init_options()
2510 s->val[OPT_QUALITY_CAL].w = SANE_FALSE; in init_options()
2514 s->opt[OPT_QUALITY_CAL].cap |= SANE_CAP_INACTIVE; in init_options()
2898 case OPT_QUALITY_CAL: in sane_control_option()
2951 case OPT_QUALITY_CAL: in sane_control_option()
3374 (s->val[OPT_QUALITY_CAL].w == SANE_TRUE)) in sane_start()
H A Dmustek.c2248 if (s->val[OPT_QUALITY_CAL].w) in calibration_pro()
2393 if (!s->val[OPT_QUALITY_CAL].w || s->val[OPT_PREVIEW].w in calibration_se()
4573 s->opt[OPT_QUALITY_CAL].name = SANE_NAME_QUALITY_CAL; in init_options()
4574 s->opt[OPT_QUALITY_CAL].title = SANE_TITLE_QUALITY_CAL; in init_options()
4575 s->opt[OPT_QUALITY_CAL].desc = SANE_DESC_QUALITY_CAL; in init_options()
4576 s->opt[OPT_QUALITY_CAL].type = SANE_TYPE_BOOL; in init_options()
4578 s->val[OPT_QUALITY_CAL].w = SANE_TRUE; in init_options()
4580 s->val[OPT_QUALITY_CAL].w = SANE_FALSE; in init_options()
4581 s->opt[OPT_QUALITY_CAL].cap |= SANE_CAP_INACTIVE; in init_options()
4586 s->opt[OPT_QUALITY_CAL] in init_options()
[all...]
H A Dsnapscan.c1703 if (pss->val[OPT_QUALITY_CAL].b && (pss->usb_vendor == USB_VENDOR_EPSON)) in sane_start()
1734 if (pss->val[OPT_QUALITY_CAL].b && (pss->usb_vendor != USB_VENDOR_EPSON)) in sane_start()
H A Dgt68xx_high.c2536 scanner->val[OPT_QUALITY_CAL].w = SANE_FALSE; in gt68xx_clear_calibration()
2742 scanner->val[OPT_QUALITY_CAL].w = SANE_TRUE; in gt68xx_read_calibration()

Completed in 22 milliseconds