Home
last modified time | relevance | path

Searched refs:OPT_SHARPEN (Results 1 - 7 of 7) sorted by relevance

/third_party/backends/backend/
H A Dagfafocus.c1256 s->opt[OPT_SHARPEN].name = "sharpen"; in init_options()
1257 s->opt[OPT_SHARPEN].title = "Sharpening"; in init_options()
1258 s->opt[OPT_SHARPEN].desc = "Controls the sharpening that will be " in init_options()
1260 s->opt[OPT_SHARPEN].type = SANE_TYPE_INT; in init_options()
1261 s->opt[OPT_SHARPEN].unit = SANE_UNIT_NONE; in init_options()
1262 s->opt[OPT_SHARPEN].constraint_type = SANE_CONSTRAINT_RANGE; in init_options()
1263 s->opt[OPT_SHARPEN].constraint.range = &sharpen_range; in init_options()
1264 s->val[OPT_SHARPEN].w = 1; in init_options()
1448 case OPT_SHARPEN: in sane_control_option()
1489 case OPT_SHARPEN in sane_control_option()
[all...]
H A Dagfafocus.h69 OPT_SHARPEN, /* sharpening */ enumerator
H A Dpieusb_specific.c706 scanner->opt[OPT_SHARPEN].name = "sharpen"; in sanei_pieusb_init_options()
707 scanner->opt[OPT_SHARPEN].title = "Sharpen scan"; in sanei_pieusb_init_options()
708 scanner->opt[OPT_SHARPEN].desc = "Sharpen scan by taking more time to discharge the CCD."; in sanei_pieusb_init_options()
709 scanner->opt[OPT_SHARPEN].type = SANE_TYPE_BOOL; in sanei_pieusb_init_options()
710 scanner->opt[OPT_SHARPEN].unit = SANE_UNIT_NONE; in sanei_pieusb_init_options()
711 scanner->opt[OPT_SHARPEN].constraint_type = SANE_CONSTRAINT_NONE; in sanei_pieusb_init_options()
712 scanner->val[OPT_SHARPEN].b = SANE_FALSE; in sanei_pieusb_init_options()
713 scanner->opt[OPT_SHARPEN].cap |= SANE_CAP_SOFT_SELECT; in sanei_pieusb_init_options()
1508 if (scanner->val[OPT_SHARPEN].b) { in sanei_pieusb_analyse_options()
1509 DBG (DBG_info_sane, "Option %s = %d ignored during preview\n", scanner->opt[OPT_SHARPEN] in sanei_pieusb_analyse_options()
[all...]
H A Dpieusb_specific.h129 OPT_SHARPEN, /* create a sharper scan at the cost of scan time */ enumerator
H A Dpieusb.c587 case OPT_SHARPEN: in sane_control_option()
671 case OPT_SHARPEN: in sane_control_option()
/third_party/backends/backend/escl/
H A Descl.c1072 s->opt[OPT_SHARPEN].name = SANE_NAME_SHARPEN; in init_options()
1073 s->opt[OPT_SHARPEN].title = SANE_TITLE_SHARPEN; in init_options()
1074 s->opt[OPT_SHARPEN].desc = SANE_DESC_SHARPEN; in init_options()
1075 s->opt[OPT_SHARPEN].type = SANE_TYPE_INT; in init_options()
1076 s->opt[OPT_SHARPEN].unit = SANE_UNIT_NONE; in init_options()
1077 s->opt[OPT_SHARPEN].constraint_type = SANE_CONSTRAINT_RANGE; in init_options()
1079 s->opt[OPT_SHARPEN].constraint.range = &s->sharpen_range; in init_options()
1080 s->val[OPT_SHARPEN].w = s->scanner->sharpen->value; in init_options()
1087 s->opt[OPT_SHARPEN].constraint.range = ⦥ in init_options()
1088 s->val[OPT_SHARPEN] in init_options()
[all...]
H A Descl.h214 OPT_SHARPEN, enumerator

Completed in 10 milliseconds