Searched refs:OPT_NEGATIVE (Results 1 - 17 of 17) sorted by relevance
/third_party/backends/backend/ |
H A D | abaton.c | 342 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 D | snapscan-options.c | 861 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 D | abaton.h | 78 OPT_NEGATIVE, enumerator
|
H A D | artec.c | 1362 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 D | canon.c | 553 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 D | artec.h | 83 OPT_NEGATIVE, enumerator
|
H A D | hs2p-saneopts.h | 315 OPT_NEGATIVE, /* Negative (reverse image) */ enumerator
|
H A D | canon.h | 133 OPT_NEGATIVE, /* Reverse image format */ enumerator 325 "OPT_NEGATIVE",
|
H A D | umax.h | 83 OPT_NEGATIVE, enumerator
|
H A D | snapscan.h | 302 OPT_NEGATIVE, /* swap black and white */ enumerator 709 * Added OPT_NEGATIVE and the extra sense data bytes.
|
H A D | microtek.h | 73 OPT_NEGATIVE, /* -n */ enumerator
|
H A D | hs2p.c | 692 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 D | bh.c | 1032 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 D | microtek.c | 1134 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 D | bh.h | 159 OPT_NEGATIVE, enumerator
|
H A D | umax.c | 5160 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 D | canon-sane.c | 365 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