Home
last modified time | relevance | path

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

/third_party/backends/backend/
H A Depson2.c1062 s->opt[OPT_GAMMA_CORRECTION].name = SANE_NAME_GAMMA_CORRECTION; in init_options()
1063 s->opt[OPT_GAMMA_CORRECTION].title = SANE_TITLE_GAMMA_CORRECTION; in init_options()
1064 s->opt[OPT_GAMMA_CORRECTION].desc = SANE_DESC_GAMMA_CORRECTION; in init_options()
1066 s->opt[OPT_GAMMA_CORRECTION].type = SANE_TYPE_STRING; in init_options()
1067 s->opt[OPT_GAMMA_CORRECTION].constraint_type = in init_options()
1077 s->opt[OPT_GAMMA_CORRECTION].size = in init_options()
1079 s->opt[OPT_GAMMA_CORRECTION].constraint.string_list = in init_options()
1081 s->val[OPT_GAMMA_CORRECTION].w = 1; /* Default */ in init_options()
1085 s->opt[OPT_GAMMA_CORRECTION].size = in init_options()
1087 s->opt[OPT_GAMMA_CORRECTION] in init_options()
[all...]
H A Depson.c2909 s->opt[OPT_GAMMA_CORRECTION].name = SANE_NAME_GAMMA_CORRECTION; in init_options()
2910 s->opt[OPT_GAMMA_CORRECTION].title = SANE_TITLE_GAMMA_CORRECTION; in init_options()
2911 s->opt[OPT_GAMMA_CORRECTION].desc = SANE_DESC_GAMMA_CORRECTION; in init_options()
2913 s->opt[OPT_GAMMA_CORRECTION].type = SANE_TYPE_STRING; in init_options()
2914 s->opt[OPT_GAMMA_CORRECTION].constraint_type = SANE_CONSTRAINT_STRING_LIST; in init_options()
2923 s->opt[OPT_GAMMA_CORRECTION].size = max_string_size (gamma_list_d); in init_options()
2924 s->opt[OPT_GAMMA_CORRECTION].constraint.string_list = gamma_list_d; in init_options()
2925 s->val[OPT_GAMMA_CORRECTION].w = 1; /* Default */ in init_options()
2931 s->opt[OPT_GAMMA_CORRECTION].size = max_string_size (gamma_list_ab); in init_options()
2932 s->opt[OPT_GAMMA_CORRECTION] in init_options()
[all...]
H A Depson2-ops.c956 if (SANE_OPTION_IS_ACTIVE(s->opt[OPT_GAMMA_CORRECTION].cap)) { in e2_set_extended_scanning_parameters()
962 val = gamma_params[s->val[OPT_GAMMA_CORRECTION].w]; in e2_set_extended_scanning_parameters()
964 val = gamma_params[s->val[OPT_GAMMA_CORRECTION].w]; in e2_set_extended_scanning_parameters()
973 if (s->val[OPT_GAMMA_CORRECTION].w == 0) { in e2_set_extended_scanning_parameters()
1117 && SANE_OPTION_IS_ACTIVE(s->opt[OPT_GAMMA_CORRECTION].cap)) { in e2_set_scanning_parameters()
1124 val = gamma_params[s->val[OPT_GAMMA_CORRECTION].w]; in e2_set_scanning_parameters()
1126 val = gamma_params[s->val[OPT_GAMMA_CORRECTION].w]; in e2_set_scanning_parameters()
1135 /* if( s->val[ OPT_GAMMA_CORRECTION].w <= 1) { */ in e2_set_scanning_parameters()
1136 if (s->val[OPT_GAMMA_CORRECTION].w == 0) { in e2_set_scanning_parameters()
H A Depson.h125 OPT_BRIGHTNESS, OPT_SHARPNESS, OPT_GAMMA_CORRECTION, OPT_COLOR_CORRECTION, enumerator
H A Depson2.h241 OPT_GAMMA_CORRECTION, enumerator

Completed in 10 milliseconds