Lines Matching refs:value
41 # define SANE_DESC_SHARPEN SANE_I18N("Set sharpen value.")
456 * 'authorize' value is more than SANE_TRUE.
1042 s->val[OPT_BRIGHTNESS].w = s->scanner->brightness->value;
1061 s->val[OPT_CONTRAST].w = s->scanner->contrast->value;
1080 s->val[OPT_SHARPEN].w = s->scanner->sharpen->value;
1100 s->val[OPT_THRESHOLD].w = s->scanner->threshold->value;
1205 * parsed for value to store in configuration structure, other line are
1240 * parsed for value to store in configuration structure, other line are
1390 * --> SANE_ACTION_GET_VALUE: 'v' must be used to provide the value of the option.
1391 * --> SANE_ACTION_SET_VALUE: The option must take the 'v' value.
1392 * --> SANE_ACTION_SET_AUTO: The backend or machine must affect the option with an appropriate value.