Home
last modified time | relevance | path

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

/third_party/elfutils/lib/
H A Dcolor.c45 #define OPT_COLOR 0x100100 macro
50 { "color", OPT_COLOR, "WHEN", OPTION_ARG_OPTIONAL,
93 case OPT_COLOR: in parse_opt()
/third_party/backends/backend/
H A Dv4l.c401 s->opt[OPT_COLOR].name = "color"; in init_options()
402 s->opt[OPT_COLOR].title = "Picture color"; in init_options()
403 s->opt[OPT_COLOR].desc = "Sets the picture's color."; in init_options()
404 s->opt[OPT_COLOR].type = SANE_TYPE_INT; in init_options()
405 s->opt[OPT_COLOR].constraint_type = SANE_CONSTRAINT_RANGE; in init_options()
406 s->opt[OPT_COLOR].constraint.range = &u8_range; in init_options()
407 s->val[OPT_COLOR].w = s->pict.colour / 256; in init_options()
755 case OPT_COLOR: in sane_control_option()
837 case OPT_COLOR: in sane_control_option()
H A Dv4l.h60 OPT_COLOR, enumerator
H A Dnec.c1644 s->opt[OPT_COLOR].name = "color"; in init_options()
1645 s->opt[OPT_COLOR].title = "Color"; in init_options()
1646 s->opt[OPT_COLOR].desc = "Select color"; in init_options()
1647 s->opt[OPT_COLOR].type = SANE_TYPE_INT; in init_options()
1648 s->opt[OPT_COLOR].unit = SANE_UNIT_NONE; in init_options()
1649 s->opt[OPT_COLOR].constraint_type = SANE_CONSTRAINT_RANGE; in init_options()
1650 s->opt[OPT_COLOR].constraint.range = &s->dev->info.color_range; in init_options()
1651 s->val[OPT_COLOR].w = 128; in init_options()
1653 s->opt[OPT_COLOR].cap |= SANE_CAP_INACTIVE; in init_options()
2240 case OPT_COLOR in sane_control_option()
[all...]
H A Dnec.h111 OPT_COLOR, enumerator

Completed in 6 milliseconds