Home
last modified time | relevance | path

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

/third_party/backends/backend/
H A Dagfafocus.c1241 s->opt[OPT_QUALITY].name = SANE_NAME_QUALITY_CAL; in init_options()
1242 s->opt[OPT_QUALITY].title = SANE_TITLE_QUALITY_CAL; in init_options()
1243 s->opt[OPT_QUALITY].desc = "Controls the calibration that will be done in the " in init_options()
1245 s->opt[OPT_QUALITY].type = SANE_TYPE_STRING; in init_options()
1246 s->opt[OPT_QUALITY].size = 32; in init_options()
1248 s->opt[OPT_QUALITY].cap |= SANE_CAP_INACTIVE; in init_options()
1250 s->opt[OPT_QUALITY].cap &= ~SANE_CAP_INACTIVE; in init_options()
1251 s->opt[OPT_QUALITY].constraint_type = SANE_CONSTRAINT_STRING_LIST; in init_options()
1252 s->opt[OPT_QUALITY].constraint.string_list = quality_list; in init_options()
1253 s->val[OPT_QUALITY] in init_options()
[all...]
H A Dagfafocus.h52 OPT_QUALITY, /* quality calibration */ enumerator
H A Dumax.h98 OPT_QUALITY, /* quality calibration */ enumerator
H A Dumax.c5277 scanner->opt[OPT_QUALITY].name = SANE_NAME_QUALITY_CAL; in init_options()
5278 scanner->opt[OPT_QUALITY].title = SANE_TITLE_QUALITY_CAL; in init_options()
5279 scanner->opt[OPT_QUALITY].desc = SANE_DESC_QUALITY_CAL; in init_options()
5280 scanner->opt[OPT_QUALITY].type = SANE_TYPE_BOOL; in init_options()
5281 scanner->val[OPT_QUALITY].w = SANE_FALSE; in init_options()
5285 scanner->opt[OPT_QUALITY].cap |= SANE_CAP_INACTIVE; in init_options()
5289 scanner->val[OPT_QUALITY].w = SANE_TRUE; in init_options()
6492 case OPT_QUALITY: in sane_control_option()
6614 case OPT_QUALITY: in sane_control_option()
7437 scanner->device->quality = scanner->val[OPT_QUALITY] in sane_start()
[all...]

Completed in 12 milliseconds