Home
last modified time | relevance | path

Searched refs:OPT_MIRROR (Results 1 - 12 of 12) sorted by relevance

/third_party/backends/backend/
H A Dabaton.c385 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 Dabaton.h79 OPT_MIRROR, enumerator
H A Dkvs1025_opt.c301 "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 Depson.h126 OPT_RESOLUTION, OPT_THRESHOLD, OPT_ADVANCED_GROUP, OPT_MIRROR, OPT_SPEED, enumerator
H A Dcanon.h148 OPT_MIRROR, enumerator
340 "OPT_MIRROR",
H A Depson2.c1244 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 Dkvs1025_low.h131 OPT_MIRROR, /* Mirror image */ enumerator
H A Dcanon.c1546 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 Depson2.h246 OPT_MIRROR, enumerator
H A Depson.c3202 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 Depson2-ops.c998 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 Dcanon-sane.c349 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