Home
last modified time | relevance | path

Searched refs:OPT_GAMMA_B (Results 1 - 6 of 6) sorted by relevance

/third_party/backends/backend/
H A Dsnapscan-options.c733 po[OPT_GAMMA_B].name = SANE_NAME_ANALOG_GAMMA_B; in init_options()
734 po[OPT_GAMMA_B].title = SANE_TITLE_ANALOG_GAMMA_B; in init_options()
735 po[OPT_GAMMA_B].desc = SANE_DESC_ANALOG_GAMMA_B; in init_options()
736 po[OPT_GAMMA_B].type = SANE_TYPE_FIXED; in init_options()
737 po[OPT_GAMMA_B].unit = SANE_UNIT_NONE; in init_options()
738 po[OPT_GAMMA_B].size = sizeof (SANE_Word); in init_options()
739 po[OPT_GAMMA_B].cap = in init_options()
741 po[OPT_GAMMA_B].constraint_type = SANE_CONSTRAINT_RANGE; in init_options()
742 po[OPT_GAMMA_B].constraint.range = &gamma_range; in init_options()
982 pss->options[OPT_GAMMA_B] in control_options()
[all...]
H A Dcanon_pp.h85 #define OPT_GAMMA_B 12
H A Dartec_eplus48u.c2633 double gamma = SANE_UNFIX (s->val[OPT_GAMMA_B].w); in calculateGammaBlue()
2853 s->opt[OPT_GAMMA_B].name = SANE_NAME_ANALOG_GAMMA_B; in init_options()
2854 s->opt[OPT_GAMMA_B].title = SANE_TITLE_ANALOG_GAMMA_B; in init_options()
2855 s->opt[OPT_GAMMA_B].desc = SANE_DESC_ANALOG_GAMMA_B; in init_options()
2856 s->opt[OPT_GAMMA_B].type = SANE_TYPE_FIXED; in init_options()
2857 s->opt[OPT_GAMMA_B].unit = SANE_UNIT_NONE; in init_options()
2858 s->opt[OPT_GAMMA_B].constraint_type = SANE_CONSTRAINT_RANGE; in init_options()
2859 s->opt[OPT_GAMMA_B].constraint.range = &gamma_range; in init_options()
2860 s->val[OPT_GAMMA_B].w = SANE_FIX (s->dev->gamma_b); in init_options()
4004 case OPT_GAMMA_B in sane_control_option()
[all...]
H A Dsnapscan.h297 OPT_GAMMA_B, /* gamma correction (blue) */ enumerator
H A Dartec_eplus48u.h98 OPT_GAMMA_B, enumerator
H A Dcanon_pp.c1691 cs->opt[OPT_GAMMA_B].caps |= SANE_CAP_ADVANCED; in init_device()

Completed in 11 milliseconds