Home
last modified time | relevance | path

Searched refs:OPT_HIGHLIGHT (Results 1 - 6 of 6) sorted by relevance

/third_party/backends/backend/
H A Dmicrotek.c1284 sod[OPT_HIGHLIGHT].name = SANE_NAME_WHITE_LEVEL; in init_options()
1285 sod[OPT_HIGHLIGHT].title = SANE_TITLE_WHITE_LEVEL; in init_options()
1286 sod[OPT_HIGHLIGHT].desc = SANE_DESC_WHITE_LEVEL; in init_options()
1287 sod[OPT_HIGHLIGHT].type = SANE_TYPE_INT; in init_options()
1288 sod[OPT_HIGHLIGHT].unit = SANE_UNIT_NONE; in init_options()
1289 sod[OPT_HIGHLIGHT].size = sizeof(SANE_Word); in init_options()
1290 sod[OPT_HIGHLIGHT].constraint_type = SANE_CONSTRAINT_RANGE; in init_options()
1291 sod[OPT_HIGHLIGHT].constraint.range = &u8_range; in init_options()
1292 val[OPT_HIGHLIGHT].w = 255; in init_options()
1305 sod[OPT_HIGHLIGHT] in init_options()
[all...]
H A Dumax.h107 OPT_HIGHLIGHT, /* highlight */ enumerator
H A Dmicrotek.h89 OPT_HIGHLIGHT, /* -l */ enumerator
H A Dmicrotek2.c2283 val[OPT_HIGHLIGHT].w = MD_HIGHLIGHT_DEFAULT; in init_options()
2668 sod[OPT_HIGHLIGHT].name = SANE_NAME_HIGHLIGHT; in init_options()
2669 sod[OPT_HIGHLIGHT].title = SANE_TITLE_HIGHLIGHT; in init_options()
2670 sod[OPT_HIGHLIGHT].desc = SANE_DESC_HIGHLIGHT; in init_options()
2671 sod[OPT_HIGHLIGHT].type = SANE_TYPE_INT; in init_options()
2672 sod[OPT_HIGHLIGHT].size = sizeof(SANE_Int); in init_options()
2673 sod[OPT_HIGHLIGHT].constraint.range = &md->highlight_range; in init_options()
2863 sod[OPT_HIGHLIGHT].cap &= ~SANE_CAP_INACTIVE; in set_option_dependencies()
2890 sod[OPT_HIGHLIGHT].cap &= ~SANE_CAP_INACTIVE; in set_option_dependencies()
2917 sod[OPT_HIGHLIGHT] in set_option_dependencies()
[all...]
H A Dumax.c1096 scanner->opt[OPT_HIGHLIGHT].cap |= SANE_CAP_INACTIVE; in umax_set_rgb_bind()
1120 scanner->opt[OPT_HIGHLIGHT].cap &= ~SANE_CAP_INACTIVE; in umax_set_rgb_bind()
5360 scanner->opt[OPT_HIGHLIGHT].name = SANE_NAME_HIGHLIGHT; in init_options()
5361 scanner->opt[OPT_HIGHLIGHT].title = SANE_TITLE_HIGHLIGHT; in init_options()
5362 scanner->opt[OPT_HIGHLIGHT].desc = SANE_DESC_HIGHLIGHT; in init_options()
5363 scanner->opt[OPT_HIGHLIGHT].type = SANE_TYPE_FIXED; in init_options()
5364 scanner->opt[OPT_HIGHLIGHT].unit = SANE_UNIT_PERCENT; in init_options()
5365 scanner->opt[OPT_HIGHLIGHT].constraint_type = SANE_CONSTRAINT_RANGE; in init_options()
5366 scanner->opt[OPT_HIGHLIGHT].constraint.range = &percentage_range_100; in init_options()
5367 scanner->val[OPT_HIGHLIGHT] in init_options()
[all...]
H A Dmicrotek2.h560 OPT_HIGHLIGHT, enumerator

Completed in 19 milliseconds