Home
last modified time | relevance | path

Searched refs:OPT_NEGATIVE (Results 1 - 17 of 17) sorted by relevance

/third_party/backends/backend/
H A Dabaton.c342 invert = s->val[OPT_NEGATIVE].w; in set_window()
356 invert = !s->val[OPT_NEGATIVE].w; in set_window()
826 s->opt[OPT_NEGATIVE].name = SANE_NAME_NEGATIVE; in init_options()
827 s->opt[OPT_NEGATIVE].title = SANE_TITLE_NEGATIVE; in init_options()
828 s->opt[OPT_NEGATIVE].desc = SANE_DESC_NEGATIVE; in init_options()
829 s->opt[OPT_NEGATIVE].type = SANE_TYPE_BOOL; in init_options()
830 s->opt[OPT_NEGATIVE].unit = SANE_UNIT_NONE; in init_options()
831 s->opt[OPT_NEGATIVE].constraint_type = SANE_CONSTRAINT_NONE; in init_options()
832 s->val[OPT_NEGATIVE].w = SANE_FALSE; in init_options()
1062 case OPT_NEGATIVE in sane_control_option()
[all...]
H A Dsnapscan-options.c861 po[OPT_NEGATIVE].name = SANE_NAME_NEGATIVE; in init_options()
862 po[OPT_NEGATIVE].title = SANE_TITLE_NEGATIVE; in init_options()
863 po[OPT_NEGATIVE].desc = SANE_DESC_NEGATIVE; in init_options()
864 po[OPT_NEGATIVE].type = SANE_TYPE_BOOL; in init_options()
865 po[OPT_NEGATIVE].unit = SANE_UNIT_NONE; in init_options()
866 po[OPT_NEGATIVE].size = sizeof (SANE_Bool); in init_options()
867 po[OPT_NEGATIVE].cap = in init_options()
869 po[OPT_NEGATIVE].constraint_type = SANE_CONSTRAINT_NONE; in init_options()
1185 case OPT_NEGATIVE: in sane_control_option()
1268 pss->options[OPT_NEGATIVE] in sane_control_option()
[all...]
H A Dabaton.h78 OPT_NEGATIVE, enumerator
H A Dartec.c1362 data[37] = (s->val[OPT_NEGATIVE].w == SANE_TRUE) ? 0x0 : 0x80; in artec_set_scan_window()
1367 data[37] = (s->val[OPT_NEGATIVE].w == SANE_TRUE) ? 0x0 : 0x80; in artec_set_scan_window()
1372 data[37] = (s->val[OPT_NEGATIVE].w == SANE_TRUE) ? 0x80 : 0x0; in artec_set_scan_window()
1377 data[37] = (s->val[OPT_NEGATIVE].w == SANE_TRUE) ? 0x80 : 0x0; in artec_set_scan_window()
2265 s->opt[OPT_NEGATIVE].name = SANE_NAME_NEGATIVE; in init_options()
2266 s->opt[OPT_NEGATIVE].title = SANE_TITLE_NEGATIVE; in init_options()
2267 s->opt[OPT_NEGATIVE].desc = "Negative Image"; in init_options()
2268 s->opt[OPT_NEGATIVE].type = SANE_TYPE_BOOL; in init_options()
2269 s->val[OPT_NEGATIVE].w = SANE_FALSE; in init_options()
2273 s->opt[OPT_NEGATIVE] in init_options()
[all...]
H A Dcanon.c553 strcmp (filmtype_list[1], s->val[OPT_NEGATIVE].s) in do_gamma()
1191 s->opt[OPT_NEGATIVE].name = "film-type"; in init_options()
1192 s->opt[OPT_NEGATIVE].title = SANE_I18N("Film type"); in init_options()
1193 s->opt[OPT_NEGATIVE].desc = SANE_I18N("Selects the film type, i.e. " in init_options()
1195 s->opt[OPT_NEGATIVE].type = SANE_TYPE_STRING; in init_options()
1196 s->opt[OPT_NEGATIVE].size = max_string_size (filmtype_list); in init_options()
1197 s->opt[OPT_NEGATIVE].constraint_type = SANE_CONSTRAINT_STRING_LIST; in init_options()
1198 s->opt[OPT_NEGATIVE].constraint.string_list = filmtype_list; in init_options()
1199 s->opt[OPT_NEGATIVE].cap |= in init_options()
1201 s->val[OPT_NEGATIVE] in init_options()
[all...]
H A Dartec.h83 OPT_NEGATIVE, enumerator
H A Dhs2p-saneopts.h315 OPT_NEGATIVE, /* Negative (reverse image) */ enumerator
H A Dcanon.h133 OPT_NEGATIVE, /* Reverse image format */ enumerator
325 "OPT_NEGATIVE",
H A Dumax.h83 OPT_NEGATIVE, enumerator
H A Dsnapscan.h302 OPT_NEGATIVE, /* swap black and white */ enumerator
709 * Added OPT_NEGATIVE and the extra sense data bytes.
H A Dmicrotek.h73 OPT_NEGATIVE, /* -n */ enumerator
H A Dhs2p.c692 s->opt[OPT_NEGATIVE].name = SANE_NAME_NEGATIVE; in init_options()
693 s->opt[OPT_NEGATIVE].title = SANE_TITLE_NEGATIVE; in init_options()
694 s->opt[OPT_NEGATIVE].desc = SANE_DESC_NEGATIVE; in init_options()
695 s->opt[OPT_NEGATIVE].type = SANE_TYPE_BOOL; in init_options()
696 s->opt[OPT_NEGATIVE].cap = SANE_CAP_SOFT_SELECT | SANE_CAP_SOFT_DETECT; in init_options()
697 s->opt[OPT_NEGATIVE].constraint_type = SANE_CONSTRAINT_NONE; in init_options()
698 s->val[OPT_NEGATIVE].w = SANE_FALSE; in init_options()
2094 case OPT_NEGATIVE: in sane_control_option()
2334 case OPT_NEGATIVE: in sane_control_option()
2815 if (s->val[OPT_NEGATIVE] in set_window_data()
[all...]
H A Dbh.c1032 if (_OPT_VAL_WORD(s, OPT_NEGATIVE) == SANE_TRUE) { in set_window()
2638 s->opt[OPT_NEGATIVE].name = SANE_NAME_NEGATIVE; in init_options()
2639 s->opt[OPT_NEGATIVE].title = SANE_TITLE_NEGATIVE; in init_options()
2640 s->opt[OPT_NEGATIVE].desc = SANE_DESC_NEGATIVE; in init_options()
2641 s->opt[OPT_NEGATIVE].type = SANE_TYPE_BOOL; in init_options()
2642 s->opt[OPT_NEGATIVE].constraint_type = SANE_CONSTRAINT_NONE; in init_options()
2643 s->val[OPT_NEGATIVE].w = SANE_FALSE; in init_options()
3423 case OPT_NEGATIVE: in sane_control_option()
3537 case OPT_NEGATIVE: in sane_control_option()
H A Dmicrotek.c1134 sod[OPT_NEGATIVE].name = SANE_NAME_NEGATIVE; in init_options()
1135 sod[OPT_NEGATIVE].title = SANE_TITLE_NEGATIVE; in init_options()
1136 sod[OPT_NEGATIVE].desc = SANE_DESC_NEGATIVE; in init_options()
1137 sod[OPT_NEGATIVE].type = SANE_TYPE_BOOL; in init_options()
1138 sod[OPT_NEGATIVE].cap |= in init_options()
1140 val[OPT_NEGATIVE].w = SANE_FALSE; in init_options()
3381 case OPT_NEGATIVE: in sane_control_option()
3444 case OPT_NEGATIVE: in sane_control_option()
3690 s->reversecolors = s->val[OPT_NEGATIVE].w; in sane_get_parameters()
H A Dbh.h159 OPT_NEGATIVE, enumerator
H A Dumax.c5160 scanner->opt[OPT_NEGATIVE].name = SANE_NAME_NEGATIVE; in init_options()
5161 scanner->opt[OPT_NEGATIVE].title = SANE_TITLE_NEGATIVE; in init_options()
5162 scanner->opt[OPT_NEGATIVE].desc = SANE_DESC_NEGATIVE; in init_options()
5163 scanner->opt[OPT_NEGATIVE].type = SANE_TYPE_BOOL; in init_options()
5164 scanner->val[OPT_NEGATIVE].w = SANE_FALSE; in init_options()
5168 scanner->opt[OPT_NEGATIVE].cap |= SANE_CAP_INACTIVE; in init_options()
6487 case OPT_NEGATIVE: in sane_control_option()
6609 case OPT_NEGATIVE: in sane_control_option()
6945 scanner->opt[OPT_NEGATIVE].cap |= SANE_CAP_INACTIVE; in sane_control_option()
6996 scanner->opt[OPT_NEGATIVE] in sane_control_option()
[all...]
H A Dcanon-sane.c365 if ((option >= OPT_NEGATIVE) && (option <= OPT_SHADOW_B)) in sane_control_option()
414 strcmp (filmtype_list[1], s->val[OPT_NEGATIVE].s) in sane_control_option()
436 case OPT_NEGATIVE: in sane_control_option()
770 case OPT_NEGATIVE: in sane_control_option()

Completed in 37 milliseconds