/third_party/backends/backend/ |
H A D | as6e.c | 360 s->as6e_params.startline = as6e_unit_convert (s->value[OPT_TL_Y].w); in sane_get_parameters() 434 case OPT_TL_Y: in sane_control_option() 463 case OPT_TL_Y: in sane_control_option() 748 s->options_list[OPT_TL_Y].name = SANE_NAME_SCAN_TL_Y; in initialize_options_list() 749 s->options_list[OPT_TL_Y].title = SANE_TITLE_SCAN_TL_Y; in initialize_options_list() 750 s->options_list[OPT_TL_Y].desc = SANE_DESC_SCAN_TL_Y; in initialize_options_list() 751 s->options_list[OPT_TL_Y].type = SANE_TYPE_FIXED; in initialize_options_list() 752 s->options_list[OPT_TL_Y].unit = SANE_UNIT_MM; in initialize_options_list() 753 s->options_list[OPT_TL_Y].constraint_type = SANE_CONSTRAINT_RANGE; in initialize_options_list() 754 s->options_list[OPT_TL_Y] in initialize_options_list() [all...] |
H A D | sm3840.c | 355 s->sm3840_params.top = sm3840_unit_convert (s->value[OPT_TL_Y].w); in sane_get_parameters() 417 case OPT_TL_Y: in sane_control_option() 449 case OPT_TL_Y: in sane_control_option() 715 s->options_list[OPT_TL_Y].name = SANE_NAME_SCAN_TL_Y; in initialize_options_list() 716 s->options_list[OPT_TL_Y].title = SANE_TITLE_SCAN_TL_Y; in initialize_options_list() 717 s->options_list[OPT_TL_Y].desc = SANE_DESC_SCAN_TL_Y; in initialize_options_list() 718 s->options_list[OPT_TL_Y].type = SANE_TYPE_FIXED; in initialize_options_list() 719 s->options_list[OPT_TL_Y].unit = SANE_UNIT_MM; in initialize_options_list() 720 s->options_list[OPT_TL_Y].constraint_type = SANE_CONSTRAINT_RANGE; in initialize_options_list() 721 s->options_list[OPT_TL_Y] in initialize_options_list() [all...] |
H A D | pint.c | 478 s->opt[OPT_TL_Y].name = SANE_NAME_SCAN_TL_Y; in init_options() 479 s->opt[OPT_TL_Y].title = SANE_TITLE_SCAN_TL_Y; in init_options() 480 s->opt[OPT_TL_Y].desc = SANE_DESC_SCAN_TL_Y; in init_options() 481 s->opt[OPT_TL_Y].type = SANE_TYPE_FIXED; in init_options() 482 s->opt[OPT_TL_Y].unit = SANE_UNIT_MM; in init_options() 483 s->opt[OPT_TL_Y].constraint_type = SANE_CONSTRAINT_RANGE; in init_options() 484 s->opt[OPT_TL_Y].constraint.range = &s->hw->y_range; in init_options() 485 s->val[OPT_TL_Y].w = y0; in init_options() 750 case OPT_TL_Y: in sane_control_option() 779 case OPT_TL_Y in sane_control_option() [all...] |
H A D | ibm.c | 452 s->opt[OPT_TL_Y].name = SANE_NAME_SCAN_TL_Y; in init_options() 453 s->opt[OPT_TL_Y].title = SANE_TITLE_SCAN_TL_Y; in init_options() 454 s->opt[OPT_TL_Y].desc = SANE_DESC_SCAN_TL_Y; in init_options() 455 s->opt[OPT_TL_Y].type = SANE_TYPE_INT; in init_options() 456 s->opt[OPT_TL_Y].unit = SANE_UNIT_PIXEL; in init_options() 457 s->opt[OPT_TL_Y].constraint_type = SANE_CONSTRAINT_RANGE; in init_options() 458 s->opt[OPT_TL_Y].constraint.range = &default_y_range; in init_options() 459 s->val[OPT_TL_Y].w = 0; in init_options() 730 case OPT_TL_Y: in sane_control_option() 773 case OPT_TL_Y in sane_control_option() [all...] |
H A D | st400.c | 839 dev->val[OPT_TL_Y] = SANE_FIX(0.0); in st400_reset_options() 919 dev->opt[OPT_TL_Y].name = SANE_NAME_SCAN_TL_Y; in st400_init_options() 920 dev->opt[OPT_TL_Y].title = SANE_TITLE_SCAN_TL_Y; in st400_init_options() 921 dev->opt[OPT_TL_Y].desc = SANE_DESC_SCAN_TL_Y; in st400_init_options() 922 dev->opt[OPT_TL_Y].type = SANE_TYPE_FIXED; in st400_init_options() 923 dev->opt[OPT_TL_Y].unit = SANE_UNIT_MM; in st400_init_options() 924 dev->opt[OPT_TL_Y].size = sizeof(SANE_Word); in st400_init_options() 925 dev->opt[OPT_TL_Y].cap = SANE_CAP_SOFT_SELECT|SANE_CAP_SOFT_DETECT; in st400_init_options() 926 dev->opt[OPT_TL_Y].constraint_type = SANE_CONSTRAINT_RANGE; in st400_init_options() 927 dev->opt[OPT_TL_Y] in st400_init_options() [all...] |
H A D | s9036.c | 377 SANE_UNFIX (s->val[OPT_TL_Y]) * pixels_per_mm + 0.5); in set_window() 380 set_size (cmd.wd.wlength, 2, SANE_UNFIX (s->val[OPT_BR_Y] - s->val[OPT_TL_Y]) in set_window() 733 s->opt[OPT_TL_Y].name = SANE_NAME_SCAN_TL_Y; in init_options() 734 s->opt[OPT_TL_Y].title = SANE_TITLE_SCAN_TL_Y; in init_options() 735 s->opt[OPT_TL_Y].desc = SANE_DESC_SCAN_TL_Y; in init_options() 736 s->opt[OPT_TL_Y].type = SANE_TYPE_FIXED; in init_options() 737 s->opt[OPT_TL_Y].unit = SANE_UNIT_MM; in init_options() 738 s->opt[OPT_TL_Y].constraint_type = SANE_CONSTRAINT_RANGE; in init_options() 739 s->opt[OPT_TL_Y].constraint.range = &y_range; in init_options() 740 s->val[OPT_TL_Y] in init_options() [all...] |
H A D | ricoh.c | 397 s->opt[OPT_TL_Y].name = SANE_NAME_SCAN_TL_Y; in init_options() 398 s->opt[OPT_TL_Y].title = SANE_TITLE_SCAN_TL_Y; in init_options() 399 s->opt[OPT_TL_Y].desc = SANE_DESC_SCAN_TL_Y; in init_options() 400 s->opt[OPT_TL_Y].type = SANE_TYPE_INT; in init_options() 401 s->opt[OPT_TL_Y].unit = SANE_UNIT_PIXEL; in init_options() 402 s->opt[OPT_TL_Y].constraint_type = SANE_CONSTRAINT_RANGE; in init_options() 403 s->opt[OPT_TL_Y].constraint.range = &default_y_range; in init_options() 404 s->val[OPT_TL_Y].w = 0; in init_options() 680 case OPT_TL_Y: in sane_control_option() 710 case OPT_TL_Y in sane_control_option() [all...] |
H A D | ma1509.c | 567 s->opt[OPT_TL_Y].name = SANE_NAME_SCAN_TL_Y; in init_options() 568 s->opt[OPT_TL_Y].title = SANE_TITLE_SCAN_TL_Y; in init_options() 569 s->opt[OPT_TL_Y].desc = SANE_DESC_SCAN_TL_Y; in init_options() 570 s->opt[OPT_TL_Y].type = SANE_TYPE_FIXED; in init_options() 571 s->opt[OPT_TL_Y].unit = SANE_UNIT_MM; in init_options() 572 s->opt[OPT_TL_Y].constraint_type = SANE_CONSTRAINT_RANGE; in init_options() 573 s->opt[OPT_TL_Y].constraint.range = &s->hw->y_range; in init_options() 574 s->val[OPT_TL_Y].w = s->hw->y_range.min; in init_options() 728 tly = SANE_UNFIX (s->val[OPT_TL_Y].w) * pixels_per_mm + 0.5; in set_window() 732 height = (SANE_UNFIX (s->val[OPT_BR_Y].w) - SANE_UNFIX (s->val[OPT_TL_Y] in set_window() [all...] |
H A D | plustek_pp.c | 761 s->opt[OPT_TL_Y].name = SANE_NAME_SCAN_TL_Y; in init_options() 762 s->opt[OPT_TL_Y].title = SANE_TITLE_SCAN_TL_Y; in init_options() 763 s->opt[OPT_TL_Y].desc = SANE_DESC_SCAN_TL_Y; in init_options() 764 s->opt[OPT_TL_Y].type = SANE_TYPE_FIXED; in init_options() 765 s->opt[OPT_TL_Y].unit = SANE_UNIT_MM; in init_options() 766 s->opt[OPT_TL_Y].constraint_type = SANE_CONSTRAINT_RANGE; in init_options() 767 s->opt[OPT_TL_Y].constraint.range = &s->hw->y_range; in init_options() 768 s->val[OPT_TL_Y].w = SANE_FIX(_DEFAULT_TLY); in init_options() 1445 case OPT_TL_Y: in sane_control_option() 1525 case OPT_TL_Y in sane_control_option() [all...] |
H A D | u12.c | 560 s->opt[OPT_TL_Y].name = SANE_NAME_SCAN_TL_Y; in init_options() 561 s->opt[OPT_TL_Y].title = SANE_TITLE_SCAN_TL_Y; in init_options() 562 s->opt[OPT_TL_Y].desc = SANE_DESC_SCAN_TL_Y; in init_options() 563 s->opt[OPT_TL_Y].type = SANE_TYPE_FIXED; in init_options() 564 s->opt[OPT_TL_Y].unit = SANE_UNIT_MM; in init_options() 565 s->opt[OPT_TL_Y].constraint_type = SANE_CONSTRAINT_RANGE; in init_options() 566 s->opt[OPT_TL_Y].constraint.range = &s->hw->y_range; in init_options() 567 s->val[OPT_TL_Y].w = SANE_FIX(_DEFAULT_TLY); in init_options() 1220 case OPT_TL_Y: in sane_control_option() 1300 case OPT_TL_Y in sane_control_option() [all...] |
H A D | p5.c | 518 case OPT_TL_Y: in set_automatic_value() 519 s->options[OPT_TL_Y].value.w = y_range.min; in set_automatic_value() 576 case OPT_TL_Y: in set_option_value() 581 if (s->options[OPT_BR_Y].value.w < s->options[OPT_TL_Y].value.w) in set_option_value() 584 s->options[OPT_BR_Y].value.w = s->options[OPT_TL_Y].value.w; in set_option_value() 585 s->options[OPT_TL_Y].value.w = tmpw; in set_option_value() 642 case OPT_TL_Y: in get_option_value() 926 tl_y = SANE_UNFIX (session->options[OPT_TL_Y].value.w); in compute_parameters() 1866 session->options[OPT_TL_Y].descriptor.name = SANE_NAME_SCAN_TL_Y; in init_options() 1867 session->options[OPT_TL_Y] in init_options() [all...] |
H A D | canon_pp.c | 660 cs->opt[OPT_TL_Y].constraint.range = tmp_range; in sane_open() 845 case OPT_TL_Y: in sane_control_option() 950 params->lines = ((cs->vals[OPT_BR_Y] - cs->vals[OPT_TL_Y]) * res) in sane_get_parameters() 1005 cs->vals[OPT_TL_Y], MM_PER_IN); in sane_get_parameters() 1044 cs->scan.height = ((cs->vals[OPT_BR_Y] - cs->vals[OPT_TL_Y]) * res) in sane_start() 1048 cs->scan.yoffset = (cs->vals[OPT_TL_Y] * res) / MM_PER_IN; in sane_start() 1099 if (((cs->vals[OPT_BR_Y] - cs->vals[OPT_TL_Y]) <= 0) || in sane_start() 1464 if(dev->opt[OPT_TL_Y].constraint.range) in sane_exit() 1465 free((void *)(dev->opt[OPT_TL_Y].constraint.range)); in sane_exit() 1661 cs->opt[OPT_TL_Y] in init_device() [all...] |
H A D | abaton.c | 538 uly = (double) s->val[OPT_TL_Y].w / MM_PER_INCH; in calc_parameters() 756 s->opt[OPT_TL_Y].name = SANE_NAME_SCAN_TL_Y; in init_options() 757 s->opt[OPT_TL_Y].title = SANE_TITLE_SCAN_TL_Y; in init_options() 758 s->opt[OPT_TL_Y].desc = SANE_DESC_SCAN_TL_Y; in init_options() 759 s->opt[OPT_TL_Y].type = SANE_TYPE_INT; in init_options() 760 s->opt[OPT_TL_Y].unit = SANE_UNIT_MM; in init_options() 761 s->opt[OPT_TL_Y].constraint_type = SANE_CONSTRAINT_RANGE; in init_options() 762 s->opt[OPT_TL_Y].constraint.range = &y_range; in init_options() 763 s->val[OPT_TL_Y].w = 0; in init_options() 1056 case OPT_TL_Y in sane_control_option() [all...] |
H A D | v4l.c | 339 s->opt[OPT_TL_Y].name = SANE_NAME_SCAN_TL_Y; in init_options() 340 s->opt[OPT_TL_Y].title = SANE_TITLE_SCAN_TL_Y; in init_options() 341 s->opt[OPT_TL_Y].desc = SANE_DESC_SCAN_TL_Y; in init_options() 342 s->opt[OPT_TL_Y].type = SANE_TYPE_INT; in init_options() 343 s->opt[OPT_TL_Y].unit = SANE_UNIT_PIXEL; in init_options() 344 s->opt[OPT_TL_Y].cap |= SANE_CAP_INACTIVE; in init_options() 345 s->opt[OPT_TL_Y].constraint_type = SANE_CONSTRAINT_RANGE; in init_options() 346 s->opt[OPT_TL_Y].constraint.range = &y_range; in init_options() 347 s->val[OPT_TL_Y].w = 0; in init_options() 750 case OPT_TL_Y in sane_control_option() [all...] |
H A D | kvs1025_opt.c | 285 "OPT_TL_Y", /* upper left Y */ 435 int y_tl = mmToIlu (SANE_UNFIX (dev->val[OPT_TL_Y].w)); in kv_calc_paper_size() 676 dev->opt[OPT_TL_Y].name = SANE_NAME_SCAN_TL_Y; in kv_init_options() 677 dev->opt[OPT_TL_Y].title = SANE_TITLE_SCAN_TL_Y; in kv_init_options() 678 dev->opt[OPT_TL_Y].desc = SANE_DESC_SCAN_TL_Y; in kv_init_options() 679 dev->opt[OPT_TL_Y].type = SANE_TYPE_FIXED; in kv_init_options() 680 dev->opt[OPT_TL_Y].unit = SANE_UNIT_MM; in kv_init_options() 681 dev->opt[OPT_TL_Y].constraint_type = SANE_CONSTRAINT_RANGE; in kv_init_options() 682 dev->opt[OPT_TL_Y].constraint.range = &(dev->y_range); in kv_init_options() 980 case OPT_TL_Y in kv_control_option() [all...] |
H A D | umax_pp.c | 587 dev->opt[OPT_TL_Y].name = SANE_NAME_SCAN_TL_Y; in init_options() 588 dev->opt[OPT_TL_Y].title = SANE_TITLE_SCAN_TL_Y; in init_options() 589 dev->opt[OPT_TL_Y].desc = SANE_DESC_SCAN_TL_Y; in init_options() 590 dev->opt[OPT_TL_Y].type = SANE_TYPE_INT; in init_options() 591 dev->opt[OPT_TL_Y].unit = SANE_UNIT_PIXEL; in init_options() 592 dev->opt[OPT_TL_Y].constraint_type = SANE_CONSTRAINT_RANGE; in init_options() 593 dev->opt[OPT_TL_Y].constraint.range = &dev->y_range; in init_options() 594 dev->val[OPT_TL_Y].w = 0; in init_options() 1379 case OPT_TL_Y: in sane_control_option() 1448 case OPT_TL_Y in sane_control_option() [all...] |
H A D | dmc.c | 426 c->opt[OPT_TL_Y].name = SANE_NAME_SCAN_TL_Y; in DMCInitOptions() 427 c->opt[OPT_TL_Y].title = SANE_TITLE_SCAN_TL_Y; in DMCInitOptions() 428 c->opt[OPT_TL_Y].desc = SANE_DESC_SCAN_TL_Y; in DMCInitOptions() 429 c->opt[OPT_TL_Y].type = SANE_TYPE_INT; in DMCInitOptions() 430 c->opt[OPT_TL_Y].unit = SANE_UNIT_PIXEL; in DMCInitOptions() 431 c->opt[OPT_TL_Y].constraint_type = SANE_CONSTRAINT_RANGE; in DMCInitOptions() 432 c->opt[OPT_TL_Y].constraint.range = &c->tl_y_range; in DMCInitOptions() 433 c->val[OPT_TL_Y].w = c->tl_y_range.min; in DMCInitOptions() 573 c->val[OPT_TL_Y].w = c->tl_y_range.min; in DMCSetMode() 1140 height = c->val[OPT_BR_Y].w - c->val[OPT_TL_Y] in sane_get_parameters() [all...] |
H A D | sp15c.c | 380 dev->opt[OPT_TL_Y].constraint.range = &y_range_adf; in sane_open() 521 case OPT_TL_Y: in sane_control_option() 586 scanner->opt[OPT_TL_Y].constraint.range = &y_range_adf; in sane_control_option() 588 apply_constraints (scanner, OPT_TL_Y, &scanner->tl_y, info); in sane_control_option() 596 scanner->opt[OPT_TL_Y].constraint.range = &y_range_fb; in sane_control_option() 598 apply_constraints (scanner, OPT_TL_Y, &scanner->tl_y, info); in sane_control_option() 710 case OPT_TL_Y: in sane_control_option() 1495 scanner->opt[OPT_TL_Y].name = SANE_NAME_SCAN_TL_Y; in init_options() 1496 scanner->opt[OPT_TL_Y].title = SANE_TITLE_SCAN_TL_Y; in init_options() 1497 scanner->opt[OPT_TL_Y] in init_options() [all...] |
H A D | qcam.c | 1313 s->opt[OPT_TL_Y].name = SANE_NAME_SCAN_TL_Y; in init_options() 1314 s->opt[OPT_TL_Y].title = SANE_TITLE_SCAN_TL_Y; in init_options() 1315 s->opt[OPT_TL_Y].desc = SANE_DESC_SCAN_TL_Y; in init_options() 1316 s->opt[OPT_TL_Y].type = SANE_TYPE_INT; in init_options() 1317 s->opt[OPT_TL_Y].unit = SANE_UNIT_PIXEL; in init_options() 1318 s->opt[OPT_TL_Y].constraint_type = SANE_CONSTRAINT_RANGE; in init_options() 1319 s->opt[OPT_TL_Y].constraint.range = &y_range[QC_RES_LOW]; in init_options() 1320 s->val[OPT_TL_Y].w = 0; in init_options() 1592 s->opt[OPT_TL_Y].constraint.range = &bw_y_range; in sane_open() 1593 s->val[OPT_TL_Y] in sane_open() [all...] |
H A D | lexmark.c | 218 od = &(dev->opt[OPT_TL_Y]); in init_options() 228 dev->val[OPT_TL_Y].w = 0; in init_options() 865 case OPT_TL_Y: in sane_control_option() 881 if (lexmark_device->val[OPT_TL_Y].w > in sane_control_option() 884 w = lexmark_device->val[OPT_TL_Y].w; in sane_control_option() 885 lexmark_device->val[OPT_TL_Y].w = in sane_control_option() 958 case OPT_TL_Y: in sane_control_option() 1032 lexmark_device->val[OPT_BR_Y].w - lexmark_device->val[OPT_TL_Y].w; in sane_get_parameters() 1034 lexmark_device->val[OPT_TL_X].w, lexmark_device->val[OPT_TL_Y].w, in sane_get_parameters()
|
H A D | agfafocus.c | 541 SANE_UNFIX (s->val[OPT_TL_Y].w) * pixels_per_mm + 0.5); in set_window() 549 set_size (cmd.wd.wlength, 2, SANE_UNFIX (s->val[OPT_BR_Y].w - s->val[OPT_TL_Y].w) in set_window() 1099 s->opt[OPT_TL_Y].name = SANE_NAME_SCAN_TL_Y; in init_options() 1100 s->opt[OPT_TL_Y].title = SANE_TITLE_SCAN_TL_Y; in init_options() 1101 s->opt[OPT_TL_Y].desc = SANE_DESC_SCAN_TL_Y; in init_options() 1102 s->opt[OPT_TL_Y].type = SANE_TYPE_FIXED; in init_options() 1103 s->opt[OPT_TL_Y].unit = SANE_UNIT_MM; in init_options() 1104 s->opt[OPT_TL_Y].constraint_type = SANE_CONSTRAINT_RANGE; in init_options() 1105 s->opt[OPT_TL_Y].constraint.range = &y_range; in init_options() 1106 s->val[OPT_TL_Y] in init_options() [all...] |
H A D | tamarack.c | 345 set_quad (dwp.wdb.uly, (int) (47.2 * SANE_UNFIX (s->val[OPT_TL_Y].w))); in scan_area_and_windows() 349 (int) (47.2 * SANE_UNFIX (s->val[OPT_BR_Y].w - s->val[OPT_TL_Y].w))); in scan_area_and_windows() 668 s->opt[OPT_TL_Y].name = SANE_NAME_SCAN_TL_Y; in init_options() 669 s->opt[OPT_TL_Y].title = SANE_TITLE_SCAN_TL_Y; in init_options() 670 s->opt[OPT_TL_Y].desc = SANE_DESC_SCAN_TL_Y; in init_options() 671 s->opt[OPT_TL_Y].type = SANE_TYPE_FIXED; in init_options() 672 s->opt[OPT_TL_Y].unit = SANE_UNIT_MM; in init_options() 673 s->opt[OPT_TL_Y].constraint_type = SANE_CONSTRAINT_RANGE; in init_options() 674 s->opt[OPT_TL_Y].constraint.range = &s->hw->y_range; in init_options() 675 s->val[OPT_TL_Y] in init_options() [all...] |
H A D | magicolor.c | 1424 s->top = ((SANE_UNFIX(s->val[OPT_TL_Y].w) / MM_PER_INCH) * optres) + 0.5; in mc_init_parameters() 1432 s->val[OPT_TL_Y].w) / MM_PER_INCH) * optres) + 0.5; in mc_init_parameters() 1443 SANE_UNFIX(s->val[OPT_TL_X].w), SANE_UNFIX(s->val[OPT_TL_Y].w), in mc_init_parameters() 2484 s->opt[OPT_TL_Y].name = SANE_NAME_SCAN_TL_Y; in init_options() 2485 s->opt[OPT_TL_Y].title = SANE_TITLE_SCAN_TL_Y; in init_options() 2486 s->opt[OPT_TL_Y].desc = SANE_DESC_SCAN_TL_Y; in init_options() 2487 s->opt[OPT_TL_Y].type = SANE_TYPE_FIXED; in init_options() 2488 s->opt[OPT_TL_Y].unit = SANE_UNIT_MM; in init_options() 2489 s->opt[OPT_TL_Y].constraint_type = SANE_CONSTRAINT_RANGE; in init_options() 2490 s->opt[OPT_TL_Y] in init_options() [all...] |
H A D | mustek_usb2.c | 263 (unsigned short) ((SANE_UNFIX (s->val[OPT_TL_Y].w) * 300.0) / MM_PER_INCH + 0.5); in calc_parameters() 485 s->opt[OPT_TL_Y].name = SANE_NAME_SCAN_TL_Y; in init_options() 486 s->opt[OPT_TL_Y].title = SANE_TITLE_SCAN_TL_Y; in init_options() 487 s->opt[OPT_TL_Y].desc = SANE_DESC_SCAN_TL_Y; in init_options() 488 s->opt[OPT_TL_Y].type = SANE_TYPE_FIXED; in init_options() 489 s->opt[OPT_TL_Y].unit = SANE_UNIT_MM; in init_options() 490 s->opt[OPT_TL_Y].constraint_type = SANE_CONSTRAINT_RANGE; in init_options() 491 s->opt[OPT_TL_Y].constraint.range = &y_range; in init_options() 492 s->val[OPT_TL_Y].w = 0; in init_options() 2211 case OPT_TL_Y in sane_control_option() [all...] |
H A D | mustek_usb.c | 164 s->tl_y = SANE_UNFIX (s->val[OPT_TL_Y].w) / MM_PER_INCH; in calc_parameters() 204 s->val[OPT_TL_Y].w = SANE_FIX (s->tl_y * MM_PER_INCH); in calc_parameters() 317 s->opt[OPT_TL_Y].name = SANE_NAME_SCAN_TL_Y; in init_options() 318 s->opt[OPT_TL_Y].title = SANE_TITLE_SCAN_TL_Y; in init_options() 319 s->opt[OPT_TL_Y].desc = SANE_DESC_SCAN_TL_Y; in init_options() 320 s->opt[OPT_TL_Y].type = SANE_TYPE_FIXED; in init_options() 321 s->opt[OPT_TL_Y].unit = SANE_UNIT_MM; in init_options() 322 s->opt[OPT_TL_Y].constraint_type = SANE_CONSTRAINT_RANGE; in init_options() 323 s->opt[OPT_TL_Y].constraint.range = &s->hw->y_range; in init_options() 324 s->val[OPT_TL_Y] in init_options() [all...] |