Home
last modified time | relevance | path

Searched refs:OPT_GAMMA_VECTOR_R (Results 1 - 25 of 60) sorted by relevance

123

/third_party/backends/backend/
H A Dplustek_pp.c811 s->opt[OPT_GAMMA_VECTOR_R].name = SANE_NAME_GAMMA_VECTOR_R; in init_options()
812 s->opt[OPT_GAMMA_VECTOR_R].title = SANE_TITLE_GAMMA_VECTOR_R; in init_options()
813 s->opt[OPT_GAMMA_VECTOR_R].desc = SANE_DESC_GAMMA_VECTOR_R; in init_options()
814 s->opt[OPT_GAMMA_VECTOR_R].type = SANE_TYPE_INT; in init_options()
815 s->opt[OPT_GAMMA_VECTOR_R].unit = SANE_UNIT_NONE; in init_options()
816 s->opt[OPT_GAMMA_VECTOR_R].constraint_type = SANE_CONSTRAINT_RANGE; in init_options()
817 s->val[OPT_GAMMA_VECTOR_R].wa = &(s->gamma_table[1][0]); in init_options()
818 s->opt[OPT_GAMMA_VECTOR_R].constraint.range = &(s->gamma_range); in init_options()
819 s->opt[OPT_GAMMA_VECTOR_R].size = s->gamma_length * sizeof(SANE_Word); in init_options()
845 s->opt[OPT_GAMMA_VECTOR_R] in init_options()
[all...]
H A Du12.c610 s->opt[OPT_GAMMA_VECTOR_R].name = SANE_NAME_GAMMA_VECTOR_R; in init_options()
611 s->opt[OPT_GAMMA_VECTOR_R].title = SANE_TITLE_GAMMA_VECTOR_R; in init_options()
612 s->opt[OPT_GAMMA_VECTOR_R].desc = SANE_DESC_GAMMA_VECTOR_R; in init_options()
613 s->opt[OPT_GAMMA_VECTOR_R].type = SANE_TYPE_INT; in init_options()
614 s->opt[OPT_GAMMA_VECTOR_R].unit = SANE_UNIT_NONE; in init_options()
615 s->opt[OPT_GAMMA_VECTOR_R].constraint_type = SANE_CONSTRAINT_RANGE; in init_options()
616 s->val[OPT_GAMMA_VECTOR_R].wa = &(s->hw->gamma_table[1][0]); in init_options()
617 s->opt[OPT_GAMMA_VECTOR_R].constraint.range = &(s->hw->gamma_range); in init_options()
618 s->opt[OPT_GAMMA_VECTOR_R].size = s->hw->gamma_length * sizeof(SANE_Word); in init_options()
644 s->opt[OPT_GAMMA_VECTOR_R] in init_options()
[all...]
H A Dleo.c884 dev->opt[OPT_GAMMA_VECTOR_R].name = SANE_NAME_GAMMA_VECTOR_R; in leo_init_options()
885 dev->opt[OPT_GAMMA_VECTOR_R].title = SANE_TITLE_GAMMA_VECTOR_R; in leo_init_options()
886 dev->opt[OPT_GAMMA_VECTOR_R].desc = SANE_DESC_GAMMA_VECTOR_R; in leo_init_options()
887 dev->opt[OPT_GAMMA_VECTOR_R].type = SANE_TYPE_INT; in leo_init_options()
888 dev->opt[OPT_GAMMA_VECTOR_R].cap |= SANE_CAP_INACTIVE; in leo_init_options()
889 dev->opt[OPT_GAMMA_VECTOR_R].unit = SANE_UNIT_NONE; in leo_init_options()
890 dev->opt[OPT_GAMMA_VECTOR_R].size = GAMMA_LENGTH * sizeof (SANE_Word); in leo_init_options()
891 dev->opt[OPT_GAMMA_VECTOR_R].constraint_type = SANE_CONSTRAINT_RANGE; in leo_init_options()
892 dev->opt[OPT_GAMMA_VECTOR_R].constraint.range = &gamma_range; in leo_init_options()
893 dev->val[OPT_GAMMA_VECTOR_R] in leo_init_options()
[all...]
H A Dsceptre.c763 dev->opt[OPT_GAMMA_VECTOR_R].name = SANE_NAME_GAMMA_VECTOR_R; in sceptre_init_options()
764 dev->opt[OPT_GAMMA_VECTOR_R].title = SANE_TITLE_GAMMA_VECTOR_R; in sceptre_init_options()
765 dev->opt[OPT_GAMMA_VECTOR_R].desc = SANE_DESC_GAMMA_VECTOR_R; in sceptre_init_options()
766 dev->opt[OPT_GAMMA_VECTOR_R].type = SANE_TYPE_INT; in sceptre_init_options()
767 dev->opt[OPT_GAMMA_VECTOR_R].cap |= SANE_CAP_INACTIVE; in sceptre_init_options()
768 dev->opt[OPT_GAMMA_VECTOR_R].unit = SANE_UNIT_NONE; in sceptre_init_options()
769 dev->opt[OPT_GAMMA_VECTOR_R].size = GAMMA_LENGTH * sizeof (SANE_Word); in sceptre_init_options()
770 dev->opt[OPT_GAMMA_VECTOR_R].constraint_type = SANE_CONSTRAINT_RANGE; in sceptre_init_options()
771 dev->opt[OPT_GAMMA_VECTOR_R].constraint.range = &gamma_range; in sceptre_init_options()
772 dev->val[OPT_GAMMA_VECTOR_R] in sceptre_init_options()
[all...]
H A Dma1509.c623 s->opt[OPT_GAMMA_VECTOR_R].name = SANE_NAME_GAMMA_VECTOR_R; in init_options()
624 s->opt[OPT_GAMMA_VECTOR_R].title = SANE_TITLE_GAMMA_VECTOR_R; in init_options()
625 s->opt[OPT_GAMMA_VECTOR_R].desc = SANE_DESC_GAMMA_VECTOR_R; in init_options()
626 s->opt[OPT_GAMMA_VECTOR_R].type = SANE_TYPE_INT; in init_options()
627 s->opt[OPT_GAMMA_VECTOR_R].unit = SANE_UNIT_NONE; in init_options()
628 s->opt[OPT_GAMMA_VECTOR_R].size = MA1509_GAMMA_SIZE * sizeof (SANE_Word); in init_options()
629 s->val[OPT_GAMMA_VECTOR_R].wa = &s->red_gamma_table[0]; in init_options()
630 s->opt[OPT_GAMMA_VECTOR_R].constraint_type = SANE_CONSTRAINT_RANGE; in init_options()
631 s->opt[OPT_GAMMA_VECTOR_R].constraint.range = &u8_range; in init_options()
632 s->opt[OPT_GAMMA_VECTOR_R] in init_options()
[all...]
H A Dteco1.c1167 dev->opt[OPT_GAMMA_VECTOR_R].name = SANE_NAME_GAMMA_VECTOR_R; in teco_init_options()
1168 dev->opt[OPT_GAMMA_VECTOR_R].title = SANE_TITLE_GAMMA_VECTOR_R; in teco_init_options()
1169 dev->opt[OPT_GAMMA_VECTOR_R].desc = SANE_DESC_GAMMA_VECTOR_R; in teco_init_options()
1170 dev->opt[OPT_GAMMA_VECTOR_R].type = SANE_TYPE_INT; in teco_init_options()
1171 dev->opt[OPT_GAMMA_VECTOR_R].cap |= SANE_CAP_INACTIVE; in teco_init_options()
1172 dev->opt[OPT_GAMMA_VECTOR_R].unit = SANE_UNIT_NONE; in teco_init_options()
1173 dev->opt[OPT_GAMMA_VECTOR_R].size = GAMMA_LENGTH * sizeof (SANE_Word); in teco_init_options()
1174 dev->opt[OPT_GAMMA_VECTOR_R].constraint_type = SANE_CONSTRAINT_RANGE; in teco_init_options()
1175 dev->opt[OPT_GAMMA_VECTOR_R].constraint.range = &gamma_range; in teco_init_options()
1176 dev->val[OPT_GAMMA_VECTOR_R] in teco_init_options()
[all...]
H A Dtamarack.c770 s->opt[OPT_GAMMA_VECTOR_R].name = SANE_NAME_GAMMA_VECTOR_R; in init_options()
771 s->opt[OPT_GAMMA_VECTOR_R].title = SANE_TITLE_GAMMA_VECTOR_R; in init_options()
772 s->opt[OPT_GAMMA_VECTOR_R].desc = SANE_DESC_GAMMA_VECTOR_R; in init_options()
773 s->opt[OPT_GAMMA_VECTOR_R].type = SANE_TYPE_INT; in init_options()
774 s->opt[OPT_GAMMA_VECTOR_R].cap |= SANE_CAP_INACTIVE; in init_options()
775 s->opt[OPT_GAMMA_VECTOR_R].unit = SANE_UNIT_NONE; in init_options()
776 s->opt[OPT_GAMMA_VECTOR_R].size = 256 * sizeof (SANE_Word); in init_options()
777 s->opt[OPT_GAMMA_VECTOR_R].constraint_type = SANE_CONSTRAINT_RANGE; in init_options()
778 s->opt[OPT_GAMMA_VECTOR_R].constraint.range = &u8_range; in init_options()
779 s->val[OPT_GAMMA_VECTOR_R] in init_options()
[all...]
H A Dmustek_usb.c385 s->opt[OPT_GAMMA_VECTOR_R].name = SANE_NAME_GAMMA_VECTOR_R; in init_options()
386 s->opt[OPT_GAMMA_VECTOR_R].title = SANE_TITLE_GAMMA_VECTOR_R; in init_options()
387 s->opt[OPT_GAMMA_VECTOR_R].desc = SANE_DESC_GAMMA_VECTOR_R; in init_options()
388 s->opt[OPT_GAMMA_VECTOR_R].type = SANE_TYPE_INT; in init_options()
389 s->opt[OPT_GAMMA_VECTOR_R].cap |= SANE_CAP_INACTIVE; in init_options()
390 s->opt[OPT_GAMMA_VECTOR_R].unit = SANE_UNIT_NONE; in init_options()
391 s->opt[OPT_GAMMA_VECTOR_R].size = 256 * sizeof (SANE_Word); in init_options()
392 s->opt[OPT_GAMMA_VECTOR_R].constraint_type = SANE_CONSTRAINT_RANGE; in init_options()
393 s->opt[OPT_GAMMA_VECTOR_R].constraint.range = &u8_range; in init_options()
394 s->val[OPT_GAMMA_VECTOR_R] in init_options()
[all...]
H A Dmustek_pp.c560 hndl->opt[OPT_GAMMA_VECTOR_R].name = SANE_NAME_GAMMA_VECTOR_R; in init_options()
561 hndl->opt[OPT_GAMMA_VECTOR_R].title = SANE_TITLE_GAMMA_VECTOR_R; in init_options()
562 hndl->opt[OPT_GAMMA_VECTOR_R].desc = SANE_DESC_GAMMA_VECTOR_R; in init_options()
563 hndl->opt[OPT_GAMMA_VECTOR_R].type = SANE_TYPE_INT; in init_options()
564 hndl->opt[OPT_GAMMA_VECTOR_R].cap |= SANE_CAP_INACTIVE; in init_options()
565 hndl->opt[OPT_GAMMA_VECTOR_R].unit = SANE_UNIT_NONE; in init_options()
566 hndl->opt[OPT_GAMMA_VECTOR_R].size = 256 * sizeof (SANE_Word); in init_options()
567 hndl->opt[OPT_GAMMA_VECTOR_R].constraint_type = SANE_CONSTRAINT_RANGE; in init_options()
568 hndl->opt[OPT_GAMMA_VECTOR_R].constraint.range = &hndl->gamma_range; in init_options()
569 hndl->val[OPT_GAMMA_VECTOR_R] in init_options()
[all...]
H A Dteco3.c992 dev->opt[OPT_GAMMA_VECTOR_R].name = SANE_NAME_GAMMA_VECTOR_R; in teco_init_options()
993 dev->opt[OPT_GAMMA_VECTOR_R].title = SANE_TITLE_GAMMA_VECTOR_R; in teco_init_options()
994 dev->opt[OPT_GAMMA_VECTOR_R].desc = SANE_DESC_GAMMA_VECTOR_R; in teco_init_options()
995 dev->opt[OPT_GAMMA_VECTOR_R].type = SANE_TYPE_INT; in teco_init_options()
996 dev->opt[OPT_GAMMA_VECTOR_R].cap |= SANE_CAP_INACTIVE; in teco_init_options()
997 dev->opt[OPT_GAMMA_VECTOR_R].unit = SANE_UNIT_NONE; in teco_init_options()
998 dev->opt[OPT_GAMMA_VECTOR_R].size = GAMMA_LENGTH * sizeof (SANE_Word); in teco_init_options()
999 dev->opt[OPT_GAMMA_VECTOR_R].constraint_type = SANE_CONSTRAINT_RANGE; in teco_init_options()
1000 dev->opt[OPT_GAMMA_VECTOR_R].constraint.range = &gamma_range; in teco_init_options()
1001 dev->val[OPT_GAMMA_VECTOR_R] in teco_init_options()
[all...]
H A Dapple.c1076 ENABLE (OPT_GAMMA_VECTOR_R); in gamma_update()
1082 ENABLE (OPT_GAMMA_VECTOR_R); in gamma_update()
1088 DISABLE (OPT_GAMMA_VECTOR_R); in gamma_update()
1094 DISABLE (OPT_GAMMA_VECTOR_R); in gamma_update()
1110 ENABLE (OPT_GAMMA_VECTOR_R); in gamma_update()
1129 DISABLE (OPT_GAMMA_VECTOR_R); in gamma_update()
1795 s->opt[OPT_GAMMA_VECTOR_R].name = SANE_NAME_GAMMA_VECTOR_R; in init_options()
1796 s->opt[OPT_GAMMA_VECTOR_R].title = SANE_TITLE_GAMMA_VECTOR_R; in init_options()
1797 s->opt[OPT_GAMMA_VECTOR_R].desc = SANE_DESC_GAMMA_VECTOR_R; in init_options()
1798 s->opt[OPT_GAMMA_VECTOR_R] in init_options()
[all...]
H A Dumax_pp.c667 dev->opt[OPT_GAMMA_VECTOR_R].name = SANE_NAME_GAMMA_VECTOR_R; in init_options()
668 dev->opt[OPT_GAMMA_VECTOR_R].title = SANE_TITLE_GAMMA_VECTOR_R; in init_options()
669 dev->opt[OPT_GAMMA_VECTOR_R].desc = SANE_DESC_GAMMA_VECTOR_R; in init_options()
670 dev->opt[OPT_GAMMA_VECTOR_R].type = SANE_TYPE_INT; in init_options()
671 dev->opt[OPT_GAMMA_VECTOR_R].cap |= SANE_CAP_INACTIVE; in init_options()
672 dev->opt[OPT_GAMMA_VECTOR_R].unit = SANE_UNIT_NONE; in init_options()
673 dev->opt[OPT_GAMMA_VECTOR_R].size = 256 * sizeof (SANE_Word); in init_options()
674 dev->opt[OPT_GAMMA_VECTOR_R].constraint_type = SANE_CONSTRAINT_RANGE; in init_options()
675 dev->opt[OPT_GAMMA_VECTOR_R].constraint.range = &u8_range; in init_options()
676 dev->val[OPT_GAMMA_VECTOR_R] in init_options()
[all...]
H A Dsnapscan-options.c766 po[OPT_GAMMA_VECTOR_R].name = SANE_NAME_GAMMA_VECTOR_R; in init_options()
767 po[OPT_GAMMA_VECTOR_R].title = SANE_TITLE_GAMMA_VECTOR_R; in init_options()
768 po[OPT_GAMMA_VECTOR_R].desc = SANE_DESC_GAMMA_VECTOR_R; in init_options()
769 po[OPT_GAMMA_VECTOR_R].type = SANE_TYPE_INT; in init_options()
770 po[OPT_GAMMA_VECTOR_R].unit = SANE_UNIT_NONE; in init_options()
771 po[OPT_GAMMA_VECTOR_R].size = ps->gamma_length * sizeof (SANE_Word); in init_options()
772 po[OPT_GAMMA_VECTOR_R].cap = in init_options()
774 po[OPT_GAMMA_VECTOR_R].constraint_type = SANE_CONSTRAINT_RANGE; in init_options()
775 po[OPT_GAMMA_VECTOR_R].constraint.range = &gamma_vrange; in init_options()
776 ps->val[OPT_GAMMA_VECTOR_R] in init_options()
[all...]
H A Depson2.c1098 s->opt[OPT_GAMMA_VECTOR_R].name = SANE_NAME_GAMMA_VECTOR_R; in init_options()
1099 s->opt[OPT_GAMMA_VECTOR_R].title = SANE_TITLE_GAMMA_VECTOR_R; in init_options()
1100 s->opt[OPT_GAMMA_VECTOR_R].desc = SANE_DESC_GAMMA_VECTOR_R; in init_options()
1102 s->opt[OPT_GAMMA_VECTOR_R].type = SANE_TYPE_INT; in init_options()
1103 s->opt[OPT_GAMMA_VECTOR_R].unit = SANE_UNIT_NONE; in init_options()
1104 s->opt[OPT_GAMMA_VECTOR_R].size = 256 * sizeof(SANE_Word); in init_options()
1105 s->opt[OPT_GAMMA_VECTOR_R].constraint_type = SANE_CONSTRAINT_RANGE; in init_options()
1106 s->opt[OPT_GAMMA_VECTOR_R].constraint.range = &u8_range; in init_options()
1107 s->val[OPT_GAMMA_VECTOR_R].wa = &s->gamma_table[0][0]; in init_options()
1138 s->opt[OPT_GAMMA_VECTOR_R] in init_options()
[all...]
H A Drts8891.h82 OPT_GAMMA_VECTOR_R, enumerator
H A Dteco2.c1982 dev->opt[OPT_GAMMA_VECTOR_R].name = SANE_NAME_GAMMA_VECTOR_R; in teco_init_options()
1983 dev->opt[OPT_GAMMA_VECTOR_R].title = SANE_TITLE_GAMMA_VECTOR_R; in teco_init_options()
1984 dev->opt[OPT_GAMMA_VECTOR_R].desc = SANE_DESC_GAMMA_VECTOR_R; in teco_init_options()
1985 dev->opt[OPT_GAMMA_VECTOR_R].type = SANE_TYPE_INT; in teco_init_options()
1986 dev->opt[OPT_GAMMA_VECTOR_R].cap |= SANE_CAP_INACTIVE; in teco_init_options()
1987 dev->opt[OPT_GAMMA_VECTOR_R].unit = SANE_UNIT_NONE; in teco_init_options()
1988 dev->opt[OPT_GAMMA_VECTOR_R].size = GAMMA_LENGTH * sizeof (SANE_Word); in teco_init_options()
1989 dev->opt[OPT_GAMMA_VECTOR_R].constraint_type = SANE_CONSTRAINT_RANGE; in teco_init_options()
1990 dev->opt[OPT_GAMMA_VECTOR_R].constraint.range = &gamma_range; in teco_init_options()
1991 dev->val[OPT_GAMMA_VECTOR_R] in teco_init_options()
[all...]
H A Dhp4200.c2562 s->opt[OPT_GAMMA_VECTOR_R].name = SANE_NAME_GAMMA_VECTOR_R; in init_options()
2563 s->opt[OPT_GAMMA_VECTOR_R].title = SANE_TITLE_GAMMA_VECTOR_R; in init_options()
2564 s->opt[OPT_GAMMA_VECTOR_R].desc = SANE_DESC_GAMMA_VECTOR_R; in init_options()
2565 s->opt[OPT_GAMMA_VECTOR_R].cap = in init_options()
2567 s->opt[OPT_GAMMA_VECTOR_R].type = SANE_TYPE_INT; in init_options()
2568 s->opt[OPT_GAMMA_VECTOR_R].size = 1024 * sizeof (SANE_Word); in init_options()
2569 s->opt[OPT_GAMMA_VECTOR_R].unit = SANE_UNIT_NONE; in init_options()
2570 s->opt[OPT_GAMMA_VECTOR_R].constraint_type = SANE_CONSTRAINT_RANGE; in init_options()
2571 s->opt[OPT_GAMMA_VECTOR_R].constraint.range = &u8_range; in init_options()
2572 s->val[OPT_GAMMA_VECTOR_R] in init_options()
[all...]
H A Dartec.c2436 s->opt[OPT_GAMMA_VECTOR_R].name = SANE_NAME_GAMMA_VECTOR_R; in init_options()
2437 s->opt[OPT_GAMMA_VECTOR_R].title = SANE_TITLE_GAMMA_VECTOR_R; in init_options()
2438 s->opt[OPT_GAMMA_VECTOR_R].desc = SANE_DESC_GAMMA_VECTOR_R; in init_options()
2439 s->opt[OPT_GAMMA_VECTOR_R].type = SANE_TYPE_INT; in init_options()
2440 s->opt[OPT_GAMMA_VECTOR_R].unit = SANE_UNIT_NONE; in init_options()
2441 s->opt[OPT_GAMMA_VECTOR_R].constraint_type = SANE_CONSTRAINT_RANGE; in init_options()
2442 s->val[OPT_GAMMA_VECTOR_R].wa = &(s->gamma_table[1][0]); in init_options()
2443 s->opt[OPT_GAMMA_VECTOR_R].constraint.range = &(s->gamma_range); in init_options()
2444 s->opt[OPT_GAMMA_VECTOR_R].size = s->gamma_length * sizeof (SANE_Word); in init_options()
2470 s->opt[OPT_GAMMA_VECTOR_R] in init_options()
[all...]
H A Dplustek.c871 s->opt[OPT_GAMMA_VECTOR_R].name = SANE_NAME_GAMMA_VECTOR_R; in init_options()
872 s->opt[OPT_GAMMA_VECTOR_R].title = SANE_TITLE_GAMMA_VECTOR_R; in init_options()
873 s->opt[OPT_GAMMA_VECTOR_R].desc = SANE_DESC_GAMMA_VECTOR_R; in init_options()
874 s->opt[OPT_GAMMA_VECTOR_R].type = SANE_TYPE_INT; in init_options()
875 s->opt[OPT_GAMMA_VECTOR_R].constraint_type = SANE_CONSTRAINT_RANGE; in init_options()
876 s->val[OPT_GAMMA_VECTOR_R].wa = &(s->gamma_table[1][0]); in init_options()
877 s->opt[OPT_GAMMA_VECTOR_R].constraint.range = &(s->gamma_range); in init_options()
878 s->opt[OPT_GAMMA_VECTOR_R].size = s->gamma_length * sizeof(SANE_Word); in init_options()
902 _DISABLE(OPT_GAMMA_VECTOR_R); in init_options()
1946 case OPT_GAMMA_VECTOR_R in sane_control_option()
[all...]
H A Dapple.h184 OPT_GAMMA_VECTOR_R, enumerator
H A Dma1509.h120 OPT_GAMMA_VECTOR_R, enumerator
H A Dumax_pp.h74 OPT_GAMMA_VECTOR_R, enumerator
H A Dcanon-sane.c377 case OPT_GAMMA_VECTOR_R: in sane_control_option()
714 s->opt[OPT_GAMMA_VECTOR_R].cap |= SANE_CAP_INACTIVE; in sane_control_option()
738 s->opt[OPT_GAMMA_VECTOR_R].cap |= SANE_CAP_INACTIVE; in sane_control_option()
745 s->opt[OPT_GAMMA_VECTOR_R].cap &= in sane_control_option()
757 s->opt[OPT_GAMMA_VECTOR_R].cap |= SANE_CAP_INACTIVE; in sane_control_option()
946 s->opt[OPT_GAMMA_VECTOR_R].cap |= SANE_CAP_INACTIVE; in sane_control_option()
953 s->opt[OPT_GAMMA_VECTOR_R].cap &= ~SANE_CAP_INACTIVE; in sane_control_option()
965 s->opt[OPT_GAMMA_VECTOR_R].cap |= SANE_CAP_INACTIVE; in sane_control_option()
988 s->opt[OPT_GAMMA_VECTOR_R].cap |= SANE_CAP_INACTIVE; in sane_control_option()
995 s->opt[OPT_GAMMA_VECTOR_R] in sane_control_option()
[all...]
H A Dpie.c199 OPT_GAMMA_VECTOR_R, enumerator
1373 scanner->opt[OPT_GAMMA_VECTOR_R].name = SANE_NAME_GAMMA_VECTOR_R; in init_options()
1374 scanner->opt[OPT_GAMMA_VECTOR_R].title = SANE_TITLE_GAMMA_VECTOR_R; in init_options()
1375 scanner->opt[OPT_GAMMA_VECTOR_R].desc = SANE_DESC_GAMMA_VECTOR_R; in init_options()
1376 scanner->opt[OPT_GAMMA_VECTOR_R].type = SANE_TYPE_INT; in init_options()
1377 scanner->opt[OPT_GAMMA_VECTOR_R].unit = SANE_UNIT_NONE; in init_options()
1378 scanner->opt[OPT_GAMMA_VECTOR_R].constraint_type = SANE_CONSTRAINT_RANGE; in init_options()
1379 scanner->val[OPT_GAMMA_VECTOR_R].wa = scanner->gamma_table[1]; in init_options()
1380 scanner->opt[OPT_GAMMA_VECTOR_R].constraint.range = &(scanner->gamma_range); in init_options()
1381 scanner->opt[OPT_GAMMA_VECTOR_R] in init_options()
[all...]
H A Dcanon.c1581 s->opt[OPT_GAMMA_VECTOR_R].name = SANE_NAME_GAMMA_VECTOR_R; in init_options()
1582 s->opt[OPT_GAMMA_VECTOR_R].title = SANE_TITLE_GAMMA_VECTOR_R; in init_options()
1583 s->opt[OPT_GAMMA_VECTOR_R].desc = SANE_DESC_GAMMA_VECTOR_R; in init_options()
1584 s->opt[OPT_GAMMA_VECTOR_R].type = SANE_TYPE_INT; in init_options()
1585 s->opt[OPT_GAMMA_VECTOR_R].cap |= SANE_CAP_INACTIVE; in init_options()
1586 s->opt[OPT_GAMMA_VECTOR_R].unit = SANE_UNIT_NONE; in init_options()
1587 s->opt[OPT_GAMMA_VECTOR_R].size = 256 * sizeof (SANE_Word); in init_options()
1588 s->opt[OPT_GAMMA_VECTOR_R].constraint_type = SANE_CONSTRAINT_RANGE; in init_options()
1589 s->opt[OPT_GAMMA_VECTOR_R].constraint.range = &u8_range; in init_options()
1590 s->val[OPT_GAMMA_VECTOR_R] in init_options()
[all...]

Completed in 34 milliseconds

123