Home
last modified time | relevance | path

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

/third_party/backends/backend/
H A Dcoolscan.h70 OPT_ANALOG_GAMMA, enumerator
H A Dmicrotek.c906 double gamma = SANE_UNFIX(ms->val[OPT_ANALOG_GAMMA].w); in download_gamma()
1361 sod[OPT_ANALOG_GAMMA].name = SANE_NAME_ANALOG_GAMMA; in init_options()
1362 sod[OPT_ANALOG_GAMMA].title = SANE_TITLE_ANALOG_GAMMA; in init_options()
1363 sod[OPT_ANALOG_GAMMA].desc = SANE_DESC_ANALOG_GAMMA; in init_options()
1364 sod[OPT_ANALOG_GAMMA].type = SANE_TYPE_FIXED; in init_options()
1365 sod[OPT_ANALOG_GAMMA].unit = SANE_UNIT_NONE; in init_options()
1366 sod[OPT_ANALOG_GAMMA].size = sizeof(SANE_Word); in init_options()
1367 sod[OPT_ANALOG_GAMMA].cap |= SANE_CAP_INACTIVE; in init_options()
1368 sod[OPT_ANALOG_GAMMA].constraint_type = SANE_CONSTRAINT_RANGE; in init_options()
1369 sod[OPT_ANALOG_GAMMA] in init_options()
[all...]
H A Dumax.h117 OPT_ANALOG_GAMMA, /* analog gamma */ enumerator
H A Dmicrotek.h95 OPT_ANALOG_GAMMA, enumerator
H A Dumax.c1089 scanner->opt[OPT_ANALOG_GAMMA].cap |= SANE_CAP_INACTIVE; in umax_set_rgb_bind()
1113 scanner->opt[OPT_ANALOG_GAMMA].cap &= ~SANE_CAP_INACTIVE; in umax_set_rgb_bind()
5437 scanner->opt[OPT_ANALOG_GAMMA].name = SANE_NAME_ANALOG_GAMMA; in init_options()
5438 scanner->opt[OPT_ANALOG_GAMMA].title = SANE_TITLE_ANALOG_GAMMA; in init_options()
5439 scanner->opt[OPT_ANALOG_GAMMA].desc = SANE_DESC_ANALOG_GAMMA; in init_options()
5440 scanner->opt[OPT_ANALOG_GAMMA].type = SANE_TYPE_FIXED; in init_options()
5441 scanner->opt[OPT_ANALOG_GAMMA].unit = SANE_UNIT_NONE; in init_options()
5442 scanner->opt[OPT_ANALOG_GAMMA].constraint_type = SANE_CONSTRAINT_RANGE; in init_options()
5443 scanner->opt[OPT_ANALOG_GAMMA].constraint.range = &(scanner->device->analog_gamma_range); in init_options()
5444 scanner->val[OPT_ANALOG_GAMMA] in init_options()
[all...]
H A Dcoolscan.c2888 scanner->opt[OPT_ANALOG_GAMMA].name = "analog_gamma"; in init_options()
2889 scanner->opt[OPT_ANALOG_GAMMA].title = "Analog Gamma"; in init_options()
2890 scanner->opt[OPT_ANALOG_GAMMA].desc = "Analog Gamma"; in init_options()
2891 scanner->opt[OPT_ANALOG_GAMMA].type = SANE_TYPE_BOOL; in init_options()
2892 scanner->opt[OPT_ANALOG_GAMMA].unit = SANE_UNIT_NONE; in init_options()
2895 scanner->opt[OPT_ANALOG_GAMMA].cap = SANE_CAP_INACTIVE; in init_options()
3598 case OPT_ANALOG_GAMMA: in sane_control_option()
3679 case OPT_ANALOG_GAMMA: in sane_control_option()

Completed in 16 milliseconds