Home
last modified time | relevance | path

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

/third_party/backends/backend/
H A Dmicrotek.c1312 sod[OPT_MIDTONE].name = "midtone"; in init_options()
1313 sod[OPT_MIDTONE].title = "Midtone Level"; in init_options()
1314 sod[OPT_MIDTONE].desc = "Midtone Level"; in init_options()
1315 sod[OPT_MIDTONE].type = SANE_TYPE_INT; in init_options()
1316 sod[OPT_MIDTONE].unit = SANE_UNIT_NONE; in init_options()
1317 sod[OPT_MIDTONE].size = sizeof(SANE_Word); in init_options()
1318 sod[OPT_MIDTONE].constraint_type = SANE_CONSTRAINT_RANGE; in init_options()
1319 sod[OPT_MIDTONE].constraint.range = &u8_range; in init_options()
1320 val[OPT_MIDTONE].w = 128; in init_options()
1322 sod[OPT_MIDTONE] in init_options()
[all...]
H A Dmicrotek.h91 OPT_MIDTONE, /* -m */ enumerator
H A Dmicrotek2.c2279 val[OPT_MIDTONE].w = MD_MIDTONE_DEFAULT; in init_options()
2640 sod[OPT_MIDTONE].name = M_NAME_MIDTONE; in init_options()
2641 sod[OPT_MIDTONE].title = M_TITLE_MIDTONE; in init_options()
2642 sod[OPT_MIDTONE].desc = M_DESC_MIDTONE; in init_options()
2643 sod[OPT_MIDTONE].type = SANE_TYPE_INT; in init_options()
2644 sod[OPT_MIDTONE].size = sizeof(SANE_Int); in init_options()
2645 sod[OPT_MIDTONE].constraint.range = &md->midtone_range; in init_options()
2862 sod[OPT_MIDTONE].cap &= ~SANE_CAP_INACTIVE; in set_option_dependencies()
2889 sod[OPT_MIDTONE].cap &= ~SANE_CAP_INACTIVE; in set_option_dependencies()
2916 sod[OPT_MIDTONE] in set_option_dependencies()
[all...]
H A Dmicrotek2.h559 OPT_MIDTONE, enumerator

Completed in 12 milliseconds