Home
last modified time | relevance | path

Searched refs:OPT_GRAY_OFFSET (Results 1 - 2 of 2) sorted by relevance

/third_party/backends/backend/
H A Dumax_pp.c768 dev->opt[OPT_GRAY_OFFSET].name = "gray-offset"; in init_options()
769 dev->opt[OPT_GRAY_OFFSET].title = SANE_I18N ("Gray offset"); in init_options()
770 dev->opt[OPT_GRAY_OFFSET].desc = SANE_I18N ("Sets gray channel offset"); in init_options()
771 dev->opt[OPT_GRAY_OFFSET].type = SANE_TYPE_INT; in init_options()
772 dev->opt[OPT_GRAY_OFFSET].cap |= SANE_CAP_INACTIVE | SANE_CAP_ADVANCED; in init_options()
773 dev->opt[OPT_GRAY_OFFSET].unit = SANE_UNIT_NONE; in init_options()
774 dev->opt[OPT_GRAY_OFFSET].size = sizeof (SANE_Int); in init_options()
775 dev->opt[OPT_GRAY_OFFSET].constraint_type = SANE_CONSTRAINT_RANGE; in init_options()
776 dev->opt[OPT_GRAY_OFFSET].constraint.range = &u4_range; in init_options()
777 dev->val[OPT_GRAY_OFFSET] in init_options()
[all...]
H A Dumax_pp.h85 OPT_GRAY_OFFSET, enumerator

Completed in 2 milliseconds