Home
last modified time | relevance | path

Searched refs:OPT_BLUE_OFFSET (Results 1 - 4 of 4) sorted by relevance

/third_party/backends/backend/
H A Dumax_pp.c804 dev->opt[OPT_BLUE_OFFSET].name = "blue-offset"; in init_options()
805 dev->opt[OPT_BLUE_OFFSET].title = SANE_I18N ("Blue offset"); in init_options()
806 dev->opt[OPT_BLUE_OFFSET].desc = SANE_I18N ("Sets blue channel offset"); in init_options()
807 dev->opt[OPT_BLUE_OFFSET].type = SANE_TYPE_INT; in init_options()
808 dev->opt[OPT_BLUE_OFFSET].cap |= SANE_CAP_INACTIVE | SANE_CAP_ADVANCED; in init_options()
809 dev->opt[OPT_BLUE_OFFSET].unit = SANE_UNIT_NONE; in init_options()
810 dev->opt[OPT_BLUE_OFFSET].size = sizeof (SANE_Int); in init_options()
811 dev->opt[OPT_BLUE_OFFSET].constraint_type = SANE_CONSTRAINT_RANGE; in init_options()
812 dev->opt[OPT_BLUE_OFFSET].constraint.range = &u4_range; in init_options()
813 dev->val[OPT_BLUE_OFFSET] in init_options()
[all...]
H A Dumax_pp.h88 OPT_BLUE_OFFSET, enumerator
H A Dfujitsu.h85 OPT_BLUE_OFFSET, enumerator
H A Dfujitsu.c4036 if(option==OPT_BLUE_OFFSET){ in sane_get_option_descriptor()
5116 case OPT_BLUE_OFFSET: in sane_control_option()
5780 case OPT_BLUE_OFFSET: in sane_control_option()

Completed in 16 milliseconds