Home
last modified time | relevance | path

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

/third_party/backends/backend/
H A Dcanon.c1449 s->opt[OPT_SHADOW_R].name = SANE_NAME_SHADOW_R; in init_options()
1450 s->opt[OPT_SHADOW_R].title = SANE_TITLE_SHADOW_R; in init_options()
1451 s->opt[OPT_SHADOW_R].desc = SANE_DESC_SHADOW_R; in init_options()
1452 s->opt[OPT_SHADOW_R].type = SANE_TYPE_INT; in init_options()
1453 s->opt[OPT_SHADOW_R].unit = SANE_UNIT_NONE; in init_options()
1454 s->opt[OPT_SHADOW_R].constraint_type = SANE_CONSTRAINT_RANGE; in init_options()
1455 s->opt[OPT_SHADOW_R].constraint.range = &s->hw->info.ShadowR_range; in init_options()
1456 s->opt[OPT_SHADOW_R].cap |= SANE_CAP_INACTIVE; in init_options()
1457 s->val[OPT_SHADOW_R].w = 0; in init_options()
H A Dcanon.h185 OPT_SHADOW_R, /* shadow point for red */ enumerator
376 "OPT_SHADOW_R",
H A Dumax.h113 OPT_SHADOW_R, enumerator
H A Dmicrotek2.c2276 val[OPT_SHADOW_R].w = MD_SHADOW_DEFAULT; in init_options()
2619 sod[OPT_SHADOW_R].name = SANE_NAME_SHADOW_R; in init_options()
2620 sod[OPT_SHADOW_R].title = SANE_TITLE_SHADOW_R; in init_options()
2621 sod[OPT_SHADOW_R].desc = SANE_DESC_SHADOW_R; in init_options()
2622 sod[OPT_SHADOW_R].type = SANE_TYPE_INT; in init_options()
2623 sod[OPT_SHADOW_R].size = sizeof(SANE_Int); in init_options()
2624 sod[OPT_SHADOW_R].constraint.range = &md->shadow_range; in init_options()
2982 sod[OPT_SHADOW_R].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()
3069 case OPT_SHADOW_R in sane_control_option()
[all...]
H A Dcanon-sane.c354 case OPT_SHADOW_R: in sane_control_option()
484 case OPT_SHADOW_R: in sane_control_option()
587 s->opt[OPT_SHADOW_R].cap &= ~SANE_CAP_INACTIVE; in sane_control_option()
602 s->opt[OPT_SHADOW_R].cap |= SANE_CAP_INACTIVE; in sane_control_option()
1275 s->ShadowR = s->val[OPT_SHADOW_R].w; in sane_start()
H A Dumax.c1104 scanner->opt[OPT_SHADOW_R].cap &= ~SANE_CAP_INACTIVE; in umax_set_rgb_bind()
1128 scanner->opt[OPT_SHADOW_R].cap |= SANE_CAP_INACTIVE; in umax_set_rgb_bind()
5407 scanner->opt[OPT_SHADOW_R].name = SANE_NAME_SHADOW_R; in init_options()
5408 scanner->opt[OPT_SHADOW_R].title = SANE_TITLE_SHADOW_R; in init_options()
5409 scanner->opt[OPT_SHADOW_R].desc = SANE_DESC_SHADOW_R; in init_options()
5410 scanner->opt[OPT_SHADOW_R].type = SANE_TYPE_FIXED; in init_options()
5411 scanner->opt[OPT_SHADOW_R].unit = SANE_UNIT_PERCENT; in init_options()
5412 scanner->opt[OPT_SHADOW_R].constraint_type = SANE_CONSTRAINT_RANGE; in init_options()
5413 scanner->opt[OPT_SHADOW_R].constraint.range = &percentage_range_100; in init_options()
5414 scanner->val[OPT_SHADOW_R] in init_options()
[all...]
H A Dmicrotek2.h561 OPT_SHADOW_R, enumerator

Completed in 20 milliseconds