Home
last modified time | relevance | path

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

/third_party/backends/backend/
H A Dsharp.c2134 s->opt[OPT_LIGHTCOLOR].name = "LightColor"; in init_options()
2135 s->opt[OPT_LIGHTCOLOR].title = "Light Color"; in init_options()
2136 s->opt[OPT_LIGHTCOLOR].desc = "Light Color"; in init_options()
2137 s->opt[OPT_LIGHTCOLOR].type = SANE_TYPE_STRING; in init_options()
2138 s->opt[OPT_LIGHTCOLOR].size = max_string_size (light_color_list); in init_options()
2139 s->opt[OPT_LIGHTCOLOR].constraint_type = SANE_CONSTRAINT_STRING_LIST; in init_options()
2140 s->opt[OPT_LIGHTCOLOR].constraint.string_list = light_color_list; in init_options()
2141 s->val[OPT_LIGHTCOLOR].s = strdup (light_color_list[3]); in init_options()
2142 s->opt[OPT_LIGHTCOLOR].cap |= SANE_CAP_INACTIVE; in init_options()
2145 light_color_list, OPT_LIGHTCOLOR, in init_options()
[all...]
H A Dsharp.h108 OPT_LIGHTCOLOR, enumerator
H A Dnec.h109 OPT_LIGHTCOLOR, enumerator
H A Dnec.c1705 light_color_list, OPT_LIGHTCOLOR, 3); in init_options()
1706 s->opt[OPT_LIGHTCOLOR].cap |= SANE_CAP_INACTIVE; in init_options()
2279 case OPT_LIGHTCOLOR: in sane_control_option()
2338 s->opt[OPT_LIGHTCOLOR].cap &= ~SANE_CAP_INACTIVE; in sane_control_option()
2352 s->opt[OPT_LIGHTCOLOR].cap |= SANE_CAP_INACTIVE; in sane_control_option()
2366 s->opt[OPT_LIGHTCOLOR].cap &= ~SANE_CAP_INACTIVE; in sane_control_option()
2379 s->opt[OPT_LIGHTCOLOR].cap |= SANE_CAP_INACTIVE; in sane_control_option()
2394 s->opt[OPT_LIGHTCOLOR].cap &= ~SANE_CAP_INACTIVE; in sane_control_option()
2398 s->opt[OPT_LIGHTCOLOR].cap |= SANE_CAP_INACTIVE; in sane_control_option()
2412 case OPT_LIGHTCOLOR in sane_control_option()
[all...]

Completed in 8 milliseconds