Home
last modified time | relevance | path

Searched refs:OPT_SHADOW_B (Results 1 - 7 of 7) sorted by relevance

/third_party/backends/backend/
H A Dcanon.c1495 s->opt[OPT_SHADOW_B].name = SANE_NAME_SHADOW_B; in init_options()
1496 s->opt[OPT_SHADOW_B].title = SANE_TITLE_SHADOW_B; in init_options()
1497 s->opt[OPT_SHADOW_B].desc = SANE_DESC_SHADOW_B; in init_options()
1498 s->opt[OPT_SHADOW_B].type = SANE_TYPE_INT; in init_options()
1499 s->opt[OPT_SHADOW_B].unit = SANE_UNIT_NONE; in init_options()
1500 s->opt[OPT_SHADOW_B].constraint_type = SANE_CONSTRAINT_RANGE; in init_options()
1501 s->opt[OPT_SHADOW_B].constraint.range = &s->hw->info.ShadowB_range; in init_options()
1502 s->opt[OPT_SHADOW_B].cap |= SANE_CAP_INACTIVE; in init_options()
1503 s->val[OPT_SHADOW_B].w = 0; in init_options()
H A Dcanon.h189 OPT_SHADOW_B, /* shadow point for blue */ enumerator
380 "OPT_SHADOW_B",
H A Dumax.h115 OPT_SHADOW_B, enumerator
H A Dcanon-sane.c358 case OPT_SHADOW_B: in sane_control_option()
365 if ((option >= OPT_NEGATIVE) && (option <= OPT_SHADOW_B)) in sane_control_option()
488 case OPT_SHADOW_B: in sane_control_option()
589 s->opt[OPT_SHADOW_B].cap &= ~SANE_CAP_INACTIVE; in sane_control_option()
604 s->opt[OPT_SHADOW_B].cap |= SANE_CAP_INACTIVE; in sane_control_option()
1277 s->ShadowB = s->val[OPT_SHADOW_B].w; in sane_start()
H A Dmicrotek2.c2278 val[OPT_SHADOW_B].w = MD_SHADOW_DEFAULT; in init_options()
2633 sod[OPT_SHADOW_B].name = SANE_NAME_SHADOW_B; in init_options()
2634 sod[OPT_SHADOW_B].title = SANE_TITLE_SHADOW_B; in init_options()
2635 sod[OPT_SHADOW_B].desc = SANE_DESC_SHADOW_B; in init_options()
2636 sod[OPT_SHADOW_B].type = SANE_TYPE_INT; in init_options()
2637 sod[OPT_SHADOW_B].size = sizeof(SANE_Int); in init_options()
2638 sod[OPT_SHADOW_B].constraint.range = &md->shadow_range; in init_options()
2984 sod[OPT_SHADOW_B].cap |= SANE_CAP_INACTIVE; in set_option_dependencies()
2996 val[OPT_SHADOW_R].w = val[OPT_SHADOW_G].w = val[OPT_SHADOW_B].w in set_option_dependencies()
3071 case OPT_SHADOW_B in sane_control_option()
[all...]
H A Dumax.c1106 scanner->opt[OPT_SHADOW_B].cap &= ~SANE_CAP_INACTIVE; in umax_set_rgb_bind()
1130 scanner->opt[OPT_SHADOW_B].cap |= SANE_CAP_INACTIVE; in umax_set_rgb_bind()
5425 scanner->opt[OPT_SHADOW_B].name = SANE_NAME_SHADOW_B; in init_options()
5426 scanner->opt[OPT_SHADOW_B].title = SANE_TITLE_SHADOW_B; in init_options()
5427 scanner->opt[OPT_SHADOW_B].desc = SANE_DESC_SHADOW_B; in init_options()
5428 scanner->opt[OPT_SHADOW_B].type = SANE_TYPE_FIXED; in init_options()
5429 scanner->opt[OPT_SHADOW_B].unit = SANE_UNIT_PERCENT; in init_options()
5430 scanner->opt[OPT_SHADOW_B].constraint_type = SANE_CONSTRAINT_RANGE; in init_options()
5431 scanner->opt[OPT_SHADOW_B].constraint.range = &percentage_range_100; in init_options()
5432 scanner->val[OPT_SHADOW_B] in init_options()
[all...]
H A Dmicrotek2.h567 OPT_SHADOW_B, enumerator

Completed in 23 milliseconds