Home
last modified time | relevance | path

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

/third_party/backends/backend/
H A Dbh.c1002 set_window_cmd.window.autoborder = _OPT_VAL_WORD(s, OPT_AUTOBORDER); in set_window()
1133 autoborder = _OPT_VAL_WORD(s, OPT_AUTOBORDER) == 1; in get_window()
2414 s->opt[OPT_AUTOBORDER].name = SANE_NAME_AUTOBORDER; in init_options()
2415 s->opt[OPT_AUTOBORDER].title = SANE_TITLE_AUTOBORDER; in init_options()
2416 s->opt[OPT_AUTOBORDER].desc = SANE_DESC_AUTOBORDER; in init_options()
2417 s->opt[OPT_AUTOBORDER].type = SANE_TYPE_BOOL; in init_options()
2418 s->opt[OPT_AUTOBORDER].constraint_type = SANE_CONSTRAINT_NONE; in init_options()
2419 s->val[OPT_AUTOBORDER].w = s->hw->info.autoborder_default; in init_options()
2491 s->opt[OPT_AUTOBORDER].cap |= SANE_CAP_INACTIVE; in init_options()
3417 case OPT_AUTOBORDER in sane_control_option()
[all...]
H A Dbh.h115 OPT_AUTOBORDER, enumerator

Completed in 6 milliseconds