Home
last modified time | relevance | path

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

/third_party/backends/backend/
H A Dsnapscan-options.c589 po[OPT_BRY].name = SANE_NAME_SCAN_BR_Y; in init_options()
590 po[OPT_BRY].title = SANE_TITLE_SCAN_BR_Y; in init_options()
591 po[OPT_BRY].desc = SANE_DESC_SCAN_BR_Y; in init_options()
592 po[OPT_BRY].type = SANE_TYPE_FIXED; in init_options()
593 po[OPT_BRY].unit = SANE_UNIT_MM; in init_options()
594 po[OPT_BRY].size = sizeof (SANE_Word); in init_options()
595 po[OPT_BRY].cap = SANE_CAP_SOFT_SELECT | SANE_CAP_SOFT_DETECT | SANE_CAP_AUTOMATIC; in init_options()
596 po[OPT_BRY].constraint_type = SANE_CONSTRAINT_RANGE; in init_options()
597 po[OPT_BRY].constraint.range = &(ps->pdev->y_range); in init_options()
1133 case OPT_BRY in sane_control_option()
[all...]
H A Dsnapscan.h285 OPT_BRY, /* bottom right y */ enumerator

Completed in 4 milliseconds