Home
last modified time | relevance | path

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

/third_party/backends/backend/
H A Dlexmark.c322 dev->opt[OPT_BLUE_GAIN].name = "blue-gain"; in init_options()
323 dev->opt[OPT_BLUE_GAIN].title = SANE_I18N ("Blue gain"); in init_options()
324 dev->opt[OPT_BLUE_GAIN].desc = SANE_I18N ("Sets blue channel gain"); in init_options()
325 dev->opt[OPT_BLUE_GAIN].type = SANE_TYPE_INT; in init_options()
326 dev->opt[OPT_BLUE_GAIN].cap = in init_options()
329 dev->opt[OPT_BLUE_GAIN].unit = SANE_UNIT_NONE; in init_options()
330 dev->opt[OPT_BLUE_GAIN].size = sizeof (SANE_Int); in init_options()
331 dev->opt[OPT_BLUE_GAIN].constraint_type = SANE_CONSTRAINT_RANGE; in init_options()
332 dev->opt[OPT_BLUE_GAIN].constraint.range = &gain_range; in init_options()
333 dev->val[OPT_BLUE_GAIN] in init_options()
[all...]
H A Dumax_pp.c747 dev->opt[OPT_BLUE_GAIN].name = "blue-gain"; in init_options()
748 dev->opt[OPT_BLUE_GAIN].title = SANE_I18N ("Blue gain"); in init_options()
749 dev->opt[OPT_BLUE_GAIN].desc = SANE_I18N ("Sets blue channel gain"); in init_options()
750 dev->opt[OPT_BLUE_GAIN].type = SANE_TYPE_INT; in init_options()
751 dev->opt[OPT_BLUE_GAIN].cap |= SANE_CAP_INACTIVE | SANE_CAP_ADVANCED; in init_options()
752 dev->opt[OPT_BLUE_GAIN].unit = SANE_UNIT_NONE; in init_options()
753 dev->opt[OPT_BLUE_GAIN].size = sizeof (SANE_Int); in init_options()
754 dev->opt[OPT_BLUE_GAIN].constraint_type = SANE_CONSTRAINT_RANGE; in init_options()
755 dev->opt[OPT_BLUE_GAIN].constraint.range = &u4_range; in init_options()
756 dev->val[OPT_BLUE_GAIN] in init_options()
[all...]
H A Dumax_pp.h82 OPT_BLUE_GAIN, enumerator
H A Dlexmark.h91 OPT_BLUE_GAIN, enumerator
H A Dlexmark_low.c5992 dev->gain.blue = dev->val[OPT_BLUE_GAIN].w; in sanei_lexmark_low_calibration()

Completed in 9 milliseconds