Home
last modified time | relevance | path

Searched refs:OPT_GAMMA (Results 1 - 17 of 17) sorted by relevance

/third_party/backends/backend/
H A Dmatsushita.c1296 dev->opt[OPT_GAMMA].name = "gamma"; in matsushita_init_options()
1297 dev->opt[OPT_GAMMA].title = SANE_I18N ("Gamma"); in matsushita_init_options()
1298 dev->opt[OPT_GAMMA].desc = SANE_I18N ("Gamma"); in matsushita_init_options()
1299 dev->opt[OPT_GAMMA].type = SANE_TYPE_STRING; in matsushita_init_options()
1300 dev->opt[OPT_GAMMA].size = max_string_size (gamma_list); in matsushita_init_options()
1301 dev->opt[OPT_GAMMA].constraint_type = SANE_CONSTRAINT_STRING_LIST; in matsushita_init_options()
1302 dev->opt[OPT_GAMMA].constraint.string_list = gamma_list; in matsushita_init_options()
1303 dev->val[OPT_GAMMA].s = strdup (gamma_list[0]); in matsushita_init_options()
1442 i = get_string_list_index (gamma_list, dev->val[OPT_GAMMA].s); in matsushita_set_window()
1917 case OPT_GAMMA in sane_control_option()
[all...]
H A Dkvs1025_opt.c298 "OPT_GAMMA", /* Gamma */
806 dev->opt[OPT_GAMMA].name = "gamma"; in kv_init_options()
807 dev->opt[OPT_GAMMA].title = SANE_I18N ("Gamma"); in kv_init_options()
808 dev->opt[OPT_GAMMA].desc = SANE_I18N ("Gamma"); in kv_init_options()
809 dev->opt[OPT_GAMMA].type = SANE_TYPE_STRING; in kv_init_options()
810 dev->opt[OPT_GAMMA].size = max_string_size (go_gamma_list); in kv_init_options()
811 dev->opt[OPT_GAMMA].constraint_type = SANE_CONSTRAINT_STRING_LIST; in kv_init_options()
812 dev->opt[OPT_GAMMA].constraint.string_list = go_gamma_list; in kv_init_options()
813 dev->val[OPT_GAMMA].s = strdup (go_gamma_list[0]); in kv_init_options()
1015 case OPT_GAMMA in kv_control_option()
[all...]
H A Dhs2p-saneopts.h316 OPT_GAMMA, /* Gamma Correction */ enumerator
H A Dsharp.c1629 s->opt[OPT_GAMMA].cap |= SANE_CAP_INACTIVE; in set_gamma_caps()
1641 s->opt[OPT_GAMMA].cap &= ~SANE_CAP_INACTIVE; in set_gamma_caps()
1646 s->opt[OPT_GAMMA].cap |= SANE_CAP_INACTIVE; in set_gamma_caps()
1659 s->opt[OPT_GAMMA].cap &= ~SANE_CAP_INACTIVE; in set_gamma_caps()
1667 s->opt[OPT_GAMMA].cap |= SANE_CAP_INACTIVE; in set_gamma_caps()
1946 s->opt[OPT_GAMMA].name = "Gamma"; in init_options()
1947 s->opt[OPT_GAMMA].title = "Gamma"; in init_options()
1948 s->opt[OPT_GAMMA].desc = "Gamma"; in init_options()
1949 s->opt[OPT_GAMMA].type = SANE_TYPE_STRING; in init_options()
1950 s->opt[OPT_GAMMA] in init_options()
[all...]
H A Dkvs1025_low.h128 OPT_GAMMA, /* Gamma */ enumerator
H A Dmatsushita.h193 OPT_GAMMA, /* Gamma */ enumerator
H A Dhs2p.c588 s->opt[OPT_GAMMA].name = SANE_NAME_GAMMA; in init_options()
589 s->opt[OPT_GAMMA].title = SANE_TITLE_GAMMA; in init_options()
590 s->opt[OPT_GAMMA].desc = SANE_DESC_GAMMA; in init_options()
591 s->opt[OPT_GAMMA].type = SANE_TYPE_STRING; in init_options()
592 s->opt[OPT_GAMMA].cap = SANE_CAP_SOFT_SELECT | SANE_CAP_SOFT_DETECT; in init_options()
593 s->opt[OPT_GAMMA].size = max_string_size ((SANE_String_Const *) gamma_list); in init_options()
595 s->opt[OPT_GAMMA].type = SANE_TYPE_INT; in init_options()
596 s->opt[OPT_GAMMA].unit = SANE_UNIT_NONE; in init_options()
597 s->opt[OPT_GAMMA].constraint_type = SANE_CONSTRAINT_RANGE; in init_options()
598 s->opt[OPT_GAMMA] in init_options()
[all...]
H A Dartec_eplus48u.c2582 double gamma = SANE_UNFIX (s->val[OPT_GAMMA].w); in calculateGamma()
2822 s->opt[OPT_GAMMA].name = SANE_NAME_ANALOG_GAMMA; in init_options()
2823 s->opt[OPT_GAMMA].title = SANE_TITLE_ANALOG_GAMMA; in init_options()
2824 s->opt[OPT_GAMMA].desc = SANE_DESC_ANALOG_GAMMA; in init_options()
2825 s->opt[OPT_GAMMA].type = SANE_TYPE_FIXED; in init_options()
2826 s->opt[OPT_GAMMA].unit = SANE_UNIT_NONE; in init_options()
2827 s->opt[OPT_GAMMA].constraint_type = SANE_CONSTRAINT_RANGE; in init_options()
2828 s->opt[OPT_GAMMA].constraint.range = &gamma_range; in init_options()
2829 s->val[OPT_GAMMA].w = SANE_FIX (s->dev->gamma_master); in init_options()
2830 s->opt[OPT_GAMMA] in init_options()
[all...]
H A Dartec_eplus48u.h95 OPT_GAMMA, enumerator
H A Depjitsu.h34 OPT_GAMMA, enumerator
H A Dsharp.h79 OPT_GAMMA, enumerator
H A Dnec.h82 OPT_GAMMA, enumerator
H A Dnec.c1269 s->opt[OPT_GAMMA].cap |= SANE_CAP_INACTIVE; in set_gamma_caps()
1281 s->opt[OPT_GAMMA].cap &= ~SANE_CAP_INACTIVE; in set_gamma_caps()
1286 s->opt[OPT_GAMMA].cap |= SANE_CAP_INACTIVE; in set_gamma_caps()
1299 s->opt[OPT_GAMMA].cap &= ~SANE_CAP_INACTIVE; in set_gamma_caps()
1306 s->opt[OPT_GAMMA].cap |= SANE_CAP_INACTIVE; in set_gamma_caps()
1506 init_string_option(s, "Gamma", "Gamma", "Gamma", gamma_list, OPT_GAMMA, 0); in init_options()
2274 case OPT_GAMMA: in sane_control_option()
2409 case OPT_GAMMA: in sane_control_option()
2958 gamma = s->val[OPT_GAMMA].s; in sane_start()
H A Dfujitsu.h34 OPT_GAMMA, enumerator
H A Dhp3500.c147 OPT_GAMMA, enumerator
545 case OPT_GAMMA: in sane_control_option()
663 case OPT_GAMMA: in sane_control_option()
1104 opt = scanner->opt + OPT_GAMMA; in init_options()
H A Depjitsu.c1318 if(option==OPT_GAMMA){ in sane_get_option_descriptor()
1579 case OPT_GAMMA: in sane_control_option()
1765 case OPT_GAMMA: in sane_control_option()
H A Dfujitsu.c3171 if(option==OPT_GAMMA){ in sane_get_option_descriptor()
4799 case OPT_GAMMA: in sane_control_option()
5509 case OPT_GAMMA: in sane_control_option()

Completed in 43 milliseconds