Home
last modified time | relevance | path

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

/dports/graphics/sane-backends/sane-backends-1.0.32/backend/
H A Dartec.h106 OPT_TRANSPARENCY, enumerator
H A Dartec.c674 data[2] = 0x02 | ((s->val[OPT_TRANSPARENCY].w == SANE_TRUE) ? 0x04 : 0x00) | in abort_scan()
686 data[2] = ((s->val[OPT_TRANSPARENCY].w == SANE_TRUE) ? 0x04 : 0x00) | in abort_scan()
721 data[2] = ((s->val[OPT_TRANSPARENCY].w == SANE_TRUE) ? 0x04 : 0x00) | in artec_mode_select()
2485 s->opt[OPT_TRANSPARENCY].name = "transparency"; in init_options()
2486 s->opt[OPT_TRANSPARENCY].title = "Transparency"; in init_options()
2487 s->opt[OPT_TRANSPARENCY].desc = "Use transparency adaptor"; in init_options()
2488 s->opt[OPT_TRANSPARENCY].type = SANE_TYPE_BOOL; in init_options()
2489 s->val[OPT_TRANSPARENCY].w = SANE_FALSE; in init_options()
2891 case OPT_TRANSPARENCY: in sane_control_option()
2955 case OPT_TRANSPARENCY: in sane_control_option()