Searched refs:OPT_MIRROR (Results 1 - 12 of 12) sorted by relevance
/third_party/backends/backend/ |
H A D | abaton.c | 385 STORE16 (window + 22, (s->val[OPT_MIRROR].w != 0)); in set_window() 835 s->opt[OPT_MIRROR].name = "mirror"; in init_options() 836 s->opt[OPT_MIRROR].title = "Mirror Image"; in init_options() 837 s->opt[OPT_MIRROR].desc = "Scan in mirror-image"; in init_options() 838 s->opt[OPT_MIRROR].type = SANE_TYPE_BOOL; in init_options() 839 s->opt[OPT_MIRROR].unit = SANE_UNIT_NONE; in init_options() 840 s->opt[OPT_MIRROR].constraint_type = SANE_CONSTRAINT_NONE; in init_options() 841 s->val[OPT_MIRROR].w = SANE_FALSE; in init_options() 1063 case OPT_MIRROR: in sane_control_option() 1164 case OPT_MIRROR in sane_control_option() [all...] |
H A D | abaton.h | 79 OPT_MIRROR, enumerator
|
H A D | kvs1025_opt.c | 301 "OPT_MIRROR", /* Mirror image */ 837 dev->opt[OPT_MIRROR].name = SANE_NAME_MIRROR; in kv_init_options() 838 dev->opt[OPT_MIRROR].title = SANE_TITLE_MIRROR; in kv_init_options() 839 dev->opt[OPT_MIRROR].desc = SANE_I18N ("Mirror image (left/right flip)"); in kv_init_options() 840 dev->opt[OPT_MIRROR].type = SANE_TYPE_BOOL; in kv_init_options() 841 dev->opt[OPT_MIRROR].unit = SANE_UNIT_NONE; in kv_init_options() 842 dev->val[OPT_MIRROR].w = SANE_FALSE; in kv_init_options() 990 case OPT_MIRROR: in kv_control_option() 1161 case OPT_MIRROR: in kv_control_option() 1529 if (GET_OPT_VAL_W (dev, OPT_MIRROR)) in kv_set_window_data() [all...] |
H A D | epson.h | 126 OPT_RESOLUTION, OPT_THRESHOLD, OPT_ADVANCED_GROUP, OPT_MIRROR, OPT_SPEED, enumerator
|
H A D | canon.h | 148 OPT_MIRROR, enumerator 340 "OPT_MIRROR",
|
H A D | epson2.c | 1244 s->opt[OPT_MIRROR].name = "mirror"; in init_options() 1245 s->opt[OPT_MIRROR].title = SANE_I18N("Mirror image"); in init_options() 1246 s->opt[OPT_MIRROR].desc = SANE_I18N("Mirror the image."); in init_options() 1248 s->opt[OPT_MIRROR].type = SANE_TYPE_BOOL; in init_options() 1249 s->val[OPT_MIRROR].w = SANE_FALSE; in init_options() 1252 s->opt[OPT_MIRROR].cap |= SANE_CAP_INACTIVE; in init_options() 1648 case OPT_MIRROR: in getvalue() 1993 case OPT_MIRROR: in setvalue()
|
H A D | kvs1025_low.h | 131 OPT_MIRROR, /* Mirror image */ enumerator
|
H A D | canon.c | 1546 s->opt[OPT_MIRROR].name = "mirror"; in init_options() 1547 s->opt[OPT_MIRROR].title = SANE_I18N("Mirror image"); in init_options() 1548 s->opt[OPT_MIRROR].desc = SANE_I18N("Mirror the image horizontally"); in init_options() 1549 s->opt[OPT_MIRROR].type = SANE_TYPE_BOOL; in init_options() 1550 s->opt[OPT_MIRROR].cap |= (s->hw->info.can_mirror) ? 0: SANE_CAP_INACTIVE; in init_options() 1551 s->val[OPT_MIRROR].w = SANE_FALSE; in init_options()
|
H A D | epson2.h | 246 OPT_MIRROR, enumerator
|
H A D | epson.c | 3202 s->opt[OPT_MIRROR].name = "mirror"; in init_options() 3203 s->opt[OPT_MIRROR].title = SANE_I18N ("Mirror image"); in init_options() 3204 s->opt[OPT_MIRROR].desc = SANE_I18N ("Mirror the image."); in init_options() 3206 s->opt[OPT_MIRROR].type = SANE_TYPE_BOOL; in init_options() 3207 s->val[OPT_MIRROR].w = SANE_FALSE; in init_options() 3211 s->opt[OPT_MIRROR].cap |= SANE_CAP_INACTIVE; in init_options() 3722 case OPT_MIRROR: in getvalue() 4132 case OPT_MIRROR: in setvalue() 4550 if (SANE_OPTION_IS_ACTIVE (s->opt[OPT_MIRROR].cap)) in sane_start() 4552 status = mirror_image (s, mirror_params[s->val[OPT_MIRROR] in sane_start() [all...] |
H A D | epson2-ops.c | 998 if (SANE_OPTION_IS_ACTIVE(s->opt[OPT_MIRROR].cap)) in e2_set_extended_scanning_parameters() 999 buf[36] = s->val[OPT_MIRROR].w; in e2_set_extended_scanning_parameters() 1183 if (SANE_OPTION_IS_ACTIVE(s->opt[OPT_MIRROR].cap)) { in e2_set_scanning_parameters() 1184 status = esci_mirror_image(s, s->val[OPT_MIRROR].w); in e2_set_scanning_parameters()
|
H A D | canon-sane.c | 349 case OPT_MIRROR: in sane_control_option() 480 case OPT_MIRROR: in sane_control_option() 1260 s->Mirror = s->val[OPT_MIRROR].w; in sane_start()
|
Completed in 19 milliseconds