Home
last modified time | relevance | path

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

/dports/graphics/sane-backends/sane-backends-1.0.32/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()
771 dev->opt[OPT_GRAY_OFFSET].type = SANE_TYPE_INT; 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()
776 dev->opt[OPT_GRAY_OFFSET].constraint.range = &u4_range; in init_options()
777 dev->val[OPT_GRAY_OFFSET].w = dev->gray_offset; in init_options()
1390 case OPT_GRAY_OFFSET: in sane_control_option()
1459 case OPT_GRAY_OFFSET: in sane_control_option()
1633 dev->opt[OPT_GRAY_OFFSET].cap |= SANE_CAP_INACTIVE; in sane_control_option()
[all …]
H A Dumax_pp.h85 OPT_GRAY_OFFSET, enumerator