Home
last modified time | relevance | path

Searched refs:OPT_SHARPNESS (Results 1 - 5 of 5) sorted by relevance

/third_party/backends/backend/
H A Depson2.c1048 s->opt[OPT_SHARPNESS].name = "sharpness"; in init_options()
1049 s->opt[OPT_SHARPNESS].title = SANE_I18N("Sharpness"); in init_options()
1050 s->opt[OPT_SHARPNESS].desc = ""; in init_options()
1052 s->opt[OPT_SHARPNESS].type = SANE_TYPE_INT; in init_options()
1053 s->opt[OPT_SHARPNESS].unit = SANE_UNIT_NONE; in init_options()
1054 s->opt[OPT_SHARPNESS].constraint_type = SANE_CONSTRAINT_RANGE; in init_options()
1055 s->opt[OPT_SHARPNESS].constraint.range = &outline_emphasis_range; in init_options()
1056 s->val[OPT_SHARPNESS].w = 0; /* Normal */ in init_options()
1059 s->opt[OPT_SHARPNESS].cap |= SANE_CAP_INACTIVE; in init_options()
1652 case OPT_SHARPNESS in getvalue()
[all...]
H A Depson.h125 OPT_BRIGHTNESS, OPT_SHARPNESS, OPT_GAMMA_CORRECTION, OPT_COLOR_CORRECTION, enumerator
H A Depson.c2892 s->opt[OPT_SHARPNESS].name = "sharpness"; in init_options()
2893 s->opt[OPT_SHARPNESS].title = SANE_I18N ("Sharpness"); in init_options()
2894 s->opt[OPT_SHARPNESS].desc = ""; in init_options()
2896 s->opt[OPT_SHARPNESS].type = SANE_TYPE_INT; in init_options()
2897 s->opt[OPT_SHARPNESS].unit = SANE_UNIT_NONE; in init_options()
2898 s->opt[OPT_SHARPNESS].constraint_type = SANE_CONSTRAINT_RANGE; in init_options()
2899 s->opt[OPT_SHARPNESS].constraint.range = &outline_emphasis_range; in init_options()
2900 s->val[OPT_SHARPNESS].w = 0; /* Normal */ in init_options()
2904 s->opt[OPT_SHARPNESS].cap |= SANE_CAP_INACTIVE; in init_options()
3728 case OPT_SHARPNESS in getvalue()
[all...]
H A Depson2.h240 OPT_SHARPNESS, enumerator
H A Depson2-ops.c994 if (SANE_OPTION_IS_ACTIVE(s->opt[OPT_SHARPNESS].cap)) in e2_set_extended_scanning_parameters()
995 buf[35] = s->val[OPT_SHARPNESS].w; in e2_set_extended_scanning_parameters()
1166 if (SANE_OPTION_IS_ACTIVE(s->opt[OPT_SHARPNESS].cap)) { in e2_set_scanning_parameters()
1168 status = esci_set_sharpness(s, s->val[OPT_SHARPNESS].w); in e2_set_scanning_parameters()

Completed in 13 milliseconds