Home
last modified time | relevance | path

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

/third_party/backends/backend/
H A Dbh.c1073 rotation = get_rotation_id(_OPT_VAL_STRING(s, OPT_ROTATION)); in set_window()
2432 s->opt[OPT_ROTATION].name = SANE_NAME_ROTATION; in init_options()
2433 s->opt[OPT_ROTATION].title = SANE_TITLE_ROTATION; in init_options()
2434 s->opt[OPT_ROTATION].desc = SANE_DESC_ROTATION; in init_options()
2435 s->opt[OPT_ROTATION].type = SANE_TYPE_STRING; in init_options()
2436 s->opt[OPT_ROTATION].size = max_string_size (rotation_list); in init_options()
2437 s->opt[OPT_ROTATION].constraint_type = SANE_CONSTRAINT_STRING_LIST; in init_options()
2438 s->opt[OPT_ROTATION].constraint.string_list = rotation_list; in init_options()
2439 s->val[OPT_ROTATION].s = strdup (rotation_list[0]); in init_options()
3408 case OPT_ROTATION in sane_control_option()
[all...]
H A Dbh.h117 OPT_ROTATION, enumerator

Completed in 6 milliseconds