Searched refs:OPT_GAMMA (Results 1 - 17 of 17) sorted by relevance
/third_party/backends/backend/ |
H A D | matsushita.c | 1296 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 D | kvs1025_opt.c | 298 "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 D | hs2p-saneopts.h | 316 OPT_GAMMA, /* Gamma Correction */ enumerator
|
H A D | sharp.c | 1629 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 D | kvs1025_low.h | 128 OPT_GAMMA, /* Gamma */ enumerator
|
H A D | matsushita.h | 193 OPT_GAMMA, /* Gamma */ enumerator
|
H A D | hs2p.c | 588 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 D | artec_eplus48u.c | 2582 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 D | artec_eplus48u.h | 95 OPT_GAMMA, enumerator
|
H A D | epjitsu.h | 34 OPT_GAMMA, enumerator
|
H A D | sharp.h | 79 OPT_GAMMA, enumerator
|
H A D | nec.h | 82 OPT_GAMMA, enumerator
|
H A D | nec.c | 1269 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 D | fujitsu.h | 34 OPT_GAMMA, enumerator
|
H A D | hp3500.c | 147 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 D | epjitsu.c | 1318 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 D | fujitsu.c | 3171 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 40 milliseconds