Home
last modified time | relevance | path

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

/third_party/backends/backend/
H A Dsnapscan-options.c578 po[OPT_BRX].name = SANE_NAME_SCAN_BR_X; in init_options()
579 po[OPT_BRX].title = SANE_TITLE_SCAN_BR_X; in init_options()
580 po[OPT_BRX].desc = SANE_DESC_SCAN_BR_X; in init_options()
581 po[OPT_BRX].type = SANE_TYPE_FIXED; in init_options()
582 po[OPT_BRX].unit = SANE_UNIT_MM; in init_options()
583 po[OPT_BRX].size = sizeof (SANE_Word); in init_options()
584 po[OPT_BRX].cap = SANE_CAP_SOFT_SELECT | SANE_CAP_SOFT_DETECT | SANE_CAP_AUTOMATIC; in init_options()
585 po[OPT_BRX].constraint_type = SANE_CONSTRAINT_RANGE; in init_options()
586 po[OPT_BRX].constraint.range = &(ps->pdev->x_range); in init_options()
1130 case OPT_BRX in sane_control_option()
[all...]
H A Dsnapscan.h284 OPT_BRX, /* bottom right x */ enumerator

Completed in 3 milliseconds