Home
last modified time | relevance | path

Searched refs:OPT_ZOOM (Results 1 - 2 of 2) sorted by relevance

/third_party/backends/backend/
H A Depson.h127 OPT_AAS, OPT_LIMIT_RESOLUTION, OPT_ZOOM, /* OPT_GAMMA_VECTOR */ enumerator
H A Depson.c3264 s->opt[OPT_ZOOM].name = "zoom"; in init_options()
3265 s->opt[OPT_ZOOM].title = SANE_I18N ("Zoom"); in init_options()
3266 s->opt[OPT_ZOOM].desc = in init_options()
3269 s->opt[OPT_ZOOM].type = SANE_TYPE_INT; in init_options()
3270 s->opt[OPT_ZOOM].unit = SANE_UNIT_NONE; in init_options()
3271 s->opt[OPT_ZOOM].constraint_type = SANE_CONSTRAINT_RANGE; in init_options()
3272 s->opt[OPT_ZOOM].constraint.range = &zoom_range; in init_options()
3273 s->val[OPT_ZOOM].w = 100; in init_options()
3277 s->opt[OPT_ZOOM].cap |= SANE_CAP_INACTIVE; in init_options()
3740 case OPT_ZOOM in getvalue()
[all...]

Completed in 6 milliseconds