/third_party/backends/backend/ |
H A D | teco1.c | 874 if (dev->val[OPT_CUSTOM_GAMMA].w) in teco_send_gamma() 1159 dev->opt[OPT_CUSTOM_GAMMA].name = SANE_NAME_CUSTOM_GAMMA; in teco_init_options() 1160 dev->opt[OPT_CUSTOM_GAMMA].title = SANE_TITLE_CUSTOM_GAMMA; in teco_init_options() 1161 dev->opt[OPT_CUSTOM_GAMMA].desc = SANE_DESC_CUSTOM_GAMMA; in teco_init_options() 1162 dev->opt[OPT_CUSTOM_GAMMA].type = SANE_TYPE_BOOL; in teco_init_options() 1163 dev->opt[OPT_CUSTOM_GAMMA].cap |= SANE_CAP_INACTIVE; in teco_init_options() 1164 dev->val[OPT_CUSTOM_GAMMA].w = SANE_FALSE; in teco_init_options() 1678 case OPT_CUSTOM_GAMMA: in sane_control_option() 1755 dev->opt[OPT_CUSTOM_GAMMA].cap |= SANE_CAP_INACTIVE; in sane_control_option() 1772 dev->opt[OPT_CUSTOM_GAMMA] in sane_control_option() [all...] |
H A D | leo.c | 876 dev->opt[OPT_CUSTOM_GAMMA].name = SANE_NAME_CUSTOM_GAMMA; in leo_init_options() 877 dev->opt[OPT_CUSTOM_GAMMA].title = SANE_TITLE_CUSTOM_GAMMA; in leo_init_options() 878 dev->opt[OPT_CUSTOM_GAMMA].desc = SANE_DESC_CUSTOM_GAMMA; in leo_init_options() 879 dev->opt[OPT_CUSTOM_GAMMA].type = SANE_TYPE_BOOL; in leo_init_options() 880 dev->opt[OPT_CUSTOM_GAMMA].cap |= SANE_CAP_INACTIVE; in leo_init_options() 881 dev->val[OPT_CUSTOM_GAMMA].w = SANE_FALSE; in leo_init_options() 1201 if (dev->val[OPT_CUSTOM_GAMMA].w) in leo_send_gamma() 1483 case OPT_CUSTOM_GAMMA: in sane_control_option() 1551 dev->opt[OPT_CUSTOM_GAMMA].cap |= SANE_CAP_INACTIVE; in sane_control_option() 1577 dev->opt[OPT_CUSTOM_GAMMA] in sane_control_option() [all...] |
H A D | teco3.c | 727 if (dev->val[OPT_CUSTOM_GAMMA].w) in teco_send_gamma() 984 dev->opt[OPT_CUSTOM_GAMMA].name = SANE_NAME_CUSTOM_GAMMA; in teco_init_options() 985 dev->opt[OPT_CUSTOM_GAMMA].title = SANE_TITLE_CUSTOM_GAMMA; in teco_init_options() 986 dev->opt[OPT_CUSTOM_GAMMA].desc = SANE_DESC_CUSTOM_GAMMA; in teco_init_options() 987 dev->opt[OPT_CUSTOM_GAMMA].type = SANE_TYPE_BOOL; in teco_init_options() 988 dev->opt[OPT_CUSTOM_GAMMA].cap |= SANE_CAP_INACTIVE; in teco_init_options() 989 dev->val[OPT_CUSTOM_GAMMA].w = SANE_FALSE; in teco_init_options() 1692 case OPT_CUSTOM_GAMMA: in sane_control_option() 1769 dev->opt[OPT_CUSTOM_GAMMA].cap |= SANE_CAP_INACTIVE; in sane_control_option() 1786 dev->opt[OPT_CUSTOM_GAMMA] in sane_control_option() [all...] |
H A D | snapscan-options.c | 745 po[OPT_CUSTOM_GAMMA].name = SANE_NAME_CUSTOM_GAMMA; in init_options() 746 po[OPT_CUSTOM_GAMMA].title = SANE_TITLE_CUSTOM_GAMMA; in init_options() 747 po[OPT_CUSTOM_GAMMA].desc = SANE_DESC_CUSTOM_GAMMA; in init_options() 748 po[OPT_CUSTOM_GAMMA].type = SANE_TYPE_BOOL; in init_options() 749 po[OPT_CUSTOM_GAMMA].unit = SANE_UNIT_NONE; in init_options() 750 po[OPT_CUSTOM_GAMMA].size = sizeof (SANE_Bool); in init_options() 751 po[OPT_CUSTOM_GAMMA].cap = SANE_CAP_SOFT_SELECT | SANE_CAP_SOFT_DETECT; in init_options() 752 ps->val[OPT_CUSTOM_GAMMA].b = DEFAULT_CUSTOM_GAMMA; in init_options() 975 pss->options[OPT_CUSTOM_GAMMA].cap |= SANE_CAP_INACTIVE; in control_options() 993 pss->options[OPT_CUSTOM_GAMMA] in control_options() [all...] |
H A D | ma1509.c | 616 s->opt[OPT_CUSTOM_GAMMA].name = SANE_NAME_CUSTOM_GAMMA; in init_options() 617 s->opt[OPT_CUSTOM_GAMMA].title = SANE_TITLE_CUSTOM_GAMMA; in init_options() 618 s->opt[OPT_CUSTOM_GAMMA].desc = SANE_DESC_CUSTOM_GAMMA; in init_options() 619 s->opt[OPT_CUSTOM_GAMMA].type = SANE_TYPE_BOOL; in init_options() 620 s->val[OPT_CUSTOM_GAMMA].w = SANE_FALSE; in init_options() 933 if (s->val[OPT_CUSTOM_GAMMA].w) in send_gamma() 963 if (!s->val[OPT_CUSTOM_GAMMA].w) in send_gamma() 1514 case OPT_CUSTOM_GAMMA: in sane_control_option() 1593 s->opt[OPT_CUSTOM_GAMMA].cap |= SANE_CAP_INACTIVE; in sane_control_option() 1602 s->opt[OPT_CUSTOM_GAMMA] in sane_control_option() [all...] |
H A D | mustek_pp.c | 538 hndl->opt[OPT_CUSTOM_GAMMA].name = SANE_NAME_CUSTOM_GAMMA; in init_options() 539 hndl->opt[OPT_CUSTOM_GAMMA].title = SANE_TITLE_CUSTOM_GAMMA; in init_options() 540 hndl->opt[OPT_CUSTOM_GAMMA].desc = SANE_DESC_CUSTOM_GAMMA; in init_options() 541 hndl->opt[OPT_CUSTOM_GAMMA].type = SANE_TYPE_BOOL; in init_options() 542 hndl->val[OPT_CUSTOM_GAMMA].w = SANE_FALSE; in init_options() 545 hndl->opt[OPT_CUSTOM_GAMMA].cap |= SANE_CAP_INACTIVE; in init_options() 1318 case OPT_CUSTOM_GAMMA: in sane_control_option() 1401 case OPT_CUSTOM_GAMMA: in sane_control_option() 1404 if (w == hndl->val[OPT_CUSTOM_GAMMA].w) in sane_control_option() 1410 hndl->val[OPT_CUSTOM_GAMMA] in sane_control_option() [all...] |
H A D | sceptre.c | 755 dev->opt[OPT_CUSTOM_GAMMA].name = SANE_NAME_CUSTOM_GAMMA; in sceptre_init_options() 756 dev->opt[OPT_CUSTOM_GAMMA].title = SANE_TITLE_CUSTOM_GAMMA; in sceptre_init_options() 757 dev->opt[OPT_CUSTOM_GAMMA].desc = SANE_DESC_CUSTOM_GAMMA; in sceptre_init_options() 758 dev->opt[OPT_CUSTOM_GAMMA].type = SANE_TYPE_BOOL; in sceptre_init_options() 759 dev->opt[OPT_CUSTOM_GAMMA].cap |= SANE_CAP_INACTIVE; in sceptre_init_options() 760 dev->val[OPT_CUSTOM_GAMMA].w = SANE_FALSE; in sceptre_init_options() 1272 if (dev->val[OPT_CUSTOM_GAMMA].w) in sceptre_send_gamma() 1499 case OPT_CUSTOM_GAMMA: in sane_control_option() 1566 dev->opt[OPT_CUSTOM_GAMMA].cap |= SANE_CAP_INACTIVE; in sane_control_option() 1589 dev->opt[OPT_CUSTOM_GAMMA] in sane_control_option() [all...] |
H A D | tamarack.c | 750 s->opt[OPT_CUSTOM_GAMMA].name = SANE_NAME_CUSTOM_GAMMA; in init_options() 751 s->opt[OPT_CUSTOM_GAMMA].title = SANE_TITLE_CUSTOM_GAMMA; in init_options() 752 s->opt[OPT_CUSTOM_GAMMA].desc = SANE_DESC_CUSTOM_GAMMA; in init_options() 753 s->opt[OPT_CUSTOM_GAMMA].type = SANE_TYPE_BOOL; in init_options() 754 s->opt[OPT_CUSTOM_GAMMA].cap |= SANE_CAP_INACTIVE; in init_options() 755 s->val[OPT_CUSTOM_GAMMA].w = SANE_FALSE; in init_options() 1127 case OPT_CUSTOM_GAMMA: in sane_control_option() 1186 case OPT_CUSTOM_GAMMA: in sane_control_option() 1188 if (w == s->val[OPT_CUSTOM_GAMMA].w) in sane_control_option() 1191 s->val[OPT_CUSTOM_GAMMA] in sane_control_option() [all...] |
H A D | plustek_pp.c | 730 s->opt[OPT_CUSTOM_GAMMA].name = SANE_NAME_CUSTOM_GAMMA; in init_options() 731 s->opt[OPT_CUSTOM_GAMMA].title = SANE_TITLE_CUSTOM_GAMMA; in init_options() 732 s->opt[OPT_CUSTOM_GAMMA].desc = SANE_DESC_CUSTOM_GAMMA; in init_options() 733 s->opt[OPT_CUSTOM_GAMMA].type = SANE_TYPE_BOOL; in init_options() 734 s->val[OPT_CUSTOM_GAMMA].w = SANE_FALSE; in init_options() 856 s->opt[OPT_CUSTOM_GAMMA].cap |= SANE_CAP_INACTIVE; in init_options() 1448 case OPT_CUSTOM_GAMMA: in sane_control_option() 1533 case OPT_CUSTOM_GAMMA: in sane_control_option() 1592 s->opt[OPT_CUSTOM_GAMMA].cap &= ~SANE_CAP_INACTIVE; in sane_control_option() 1596 s->opt[OPT_CUSTOM_GAMMA] in sane_control_option() [all...] |
H A D | mustek_usb.c | 366 s->opt[OPT_CUSTOM_GAMMA].name = SANE_NAME_CUSTOM_GAMMA; in init_options() 367 s->opt[OPT_CUSTOM_GAMMA].title = SANE_TITLE_CUSTOM_GAMMA; in init_options() 368 s->opt[OPT_CUSTOM_GAMMA].desc = SANE_DESC_CUSTOM_GAMMA; in init_options() 369 s->opt[OPT_CUSTOM_GAMMA].type = SANE_TYPE_BOOL; in init_options() 370 s->val[OPT_CUSTOM_GAMMA].w = SANE_FALSE; in init_options() 1221 case OPT_CUSTOM_GAMMA: in sane_control_option() 1284 case OPT_CUSTOM_GAMMA: in sane_control_option() 1285 s->val[OPT_CUSTOM_GAMMA].w = *(SANE_Word *) val; in sane_control_option() 1287 if (s->val[OPT_CUSTOM_GAMMA].w == SANE_TRUE) in sane_control_option() 1323 s->opt[OPT_CUSTOM_GAMMA] in sane_control_option() [all...] |
H A D | apple.c | 800 if (!s->val[OPT_CUSTOM_GAMMA].w) *(PP+7) |= 2; in mode_select() 1070 ENABLE (OPT_CUSTOM_GAMMA); in gamma_update() 1071 if (s->val[OPT_CUSTOM_GAMMA].w) in gamma_update() 1106 ENABLE (OPT_CUSTOM_GAMMA); in gamma_update() 1107 if (s->val[OPT_CUSTOM_GAMMA].w) in gamma_update() 1127 DISABLE (OPT_CUSTOM_GAMMA); in gamma_update() 1787 s->opt[OPT_CUSTOM_GAMMA].name = SANE_NAME_CUSTOM_GAMMA; in init_options() 1788 s->opt[OPT_CUSTOM_GAMMA].title = SANE_TITLE_CUSTOM_GAMMA; in init_options() 1789 s->opt[OPT_CUSTOM_GAMMA].desc = SANE_DESC_CUSTOM_GAMMA; in init_options() 1790 s->opt[OPT_CUSTOM_GAMMA] in init_options() [all...] |
H A D | teco2.c | 1571 if (dev->val[OPT_CUSTOM_GAMMA].w) in teco_send_gamma() 1974 dev->opt[OPT_CUSTOM_GAMMA].name = SANE_NAME_CUSTOM_GAMMA; in teco_init_options() 1975 dev->opt[OPT_CUSTOM_GAMMA].title = SANE_TITLE_CUSTOM_GAMMA; in teco_init_options() 1976 dev->opt[OPT_CUSTOM_GAMMA].desc = SANE_DESC_CUSTOM_GAMMA; in teco_init_options() 1977 dev->opt[OPT_CUSTOM_GAMMA].type = SANE_TYPE_BOOL; in teco_init_options() 1978 dev->opt[OPT_CUSTOM_GAMMA].cap |= SANE_CAP_INACTIVE; in teco_init_options() 1979 dev->val[OPT_CUSTOM_GAMMA].w = SANE_FALSE; in teco_init_options() 2707 case OPT_CUSTOM_GAMMA: in sane_control_option() 2795 dev->opt[OPT_CUSTOM_GAMMA].cap |= SANE_CAP_INACTIVE; in sane_control_option() 2839 dev->opt[OPT_CUSTOM_GAMMA] in sane_control_option() [all...] |
H A D | u12.c | 529 s->opt[OPT_CUSTOM_GAMMA].name = SANE_NAME_CUSTOM_GAMMA; in init_options() 530 s->opt[OPT_CUSTOM_GAMMA].title = SANE_TITLE_CUSTOM_GAMMA; in init_options() 531 s->opt[OPT_CUSTOM_GAMMA].desc = SANE_DESC_CUSTOM_GAMMA; in init_options() 532 s->opt[OPT_CUSTOM_GAMMA].type = SANE_TYPE_BOOL; in init_options() 533 s->val[OPT_CUSTOM_GAMMA].w = SANE_FALSE; in init_options() 1223 case OPT_CUSTOM_GAMMA: in sane_control_option() 1308 case OPT_CUSTOM_GAMMA: in sane_control_option() 1361 s->opt[OPT_CUSTOM_GAMMA].cap &= ~SANE_CAP_INACTIVE; in sane_control_option() 1365 s->opt[OPT_CUSTOM_GAMMA].cap |= SANE_CAP_INACTIVE; in sane_control_option() 1373 if( s->val[OPT_CUSTOM_GAMMA] in sane_control_option() [all...] |
H A D | rts8891.h | 80 OPT_CUSTOM_GAMMA, /* toggle to enable custom gamma tables */ enumerator
|
H A D | microtek.c | 849 if (!(strcmp(ms->val[OPT_CUSTOM_GAMMA].s, M_TABLE))) { in download_gamma() 902 } else if (!(strcmp(ms->val[OPT_CUSTOM_GAMMA].s, M_SCALAR))) { in download_gamma() 1340 sod[OPT_CUSTOM_GAMMA].cap |= SANE_CAP_INACTIVE; in init_options() 1343 sod[OPT_CUSTOM_GAMMA].name = "gamma-mode"; in init_options() 1344 sod[OPT_CUSTOM_GAMMA].title = "Gamma Control Mode"; in init_options() 1345 sod[OPT_CUSTOM_GAMMA].desc = "How to specify gamma correction, if at all"; in init_options() 1346 sod[OPT_CUSTOM_GAMMA].type = SANE_TYPE_STRING; in init_options() 1347 sod[OPT_CUSTOM_GAMMA].size = max_string_size(gamma_mode_list); in init_options() 1348 sod[OPT_CUSTOM_GAMMA].constraint_type = SANE_CONSTRAINT_STRING_LIST; in init_options() 1349 sod[OPT_CUSTOM_GAMMA] in init_options() [all...] |
H A D | umax_pp.c | 647 dev->opt[OPT_CUSTOM_GAMMA].name = SANE_NAME_CUSTOM_GAMMA; in init_options() 648 dev->opt[OPT_CUSTOM_GAMMA].title = SANE_TITLE_CUSTOM_GAMMA; in init_options() 649 dev->opt[OPT_CUSTOM_GAMMA].desc = SANE_DESC_CUSTOM_GAMMA; in init_options() 650 dev->opt[OPT_CUSTOM_GAMMA].type = SANE_TYPE_BOOL; in init_options() 651 dev->opt[OPT_CUSTOM_GAMMA].cap |= SANE_CAP_ADVANCED; in init_options() 652 dev->val[OPT_CUSTOM_GAMMA].w = SANE_FALSE; in init_options() 1383 case OPT_CUSTOM_GAMMA: in sane_control_option() 1680 case OPT_CUSTOM_GAMMA: in sane_control_option() 1683 if (w == dev->val[OPT_CUSTOM_GAMMA].w) in sane_control_option() 1689 dev->val[OPT_CUSTOM_GAMMA] in sane_control_option() [all...] |
H A D | apple.h | 182 OPT_CUSTOM_GAMMA, enumerator
|
H A D | ma1509.h | 119 OPT_CUSTOM_GAMMA, /* use custom gamma tables? */ enumerator
|
H A D | umax_pp.h | 70 OPT_CUSTOM_GAMMA, /* use custom gamma tables? */ enumerator
|
H A D | artec.h | 100 OPT_CUSTOM_GAMMA, /* use custom gamma table */ enumerator
|
H A D | tamarack.h | 59 OPT_CUSTOM_GAMMA, /* use custom gamma tables? */
|
H A D | hs2p-saneopts.h | 317 OPT_CUSTOM_GAMMA, enumerator
|
H A D | mustek_pp.h | 224 OPT_CUSTOM_GAMMA, /* use custom gamma tables? */ enumerator
|
H A D | artec.c | 1089 if (!s->val[OPT_CUSTOM_GAMMA].w) 1167 if (!s->val[OPT_CUSTOM_GAMMA].w) in artec_send_gamma_table() 2418 s->opt[OPT_CUSTOM_GAMMA].name = SANE_NAME_CUSTOM_GAMMA; in init_options() 2419 s->opt[OPT_CUSTOM_GAMMA].title = SANE_TITLE_CUSTOM_GAMMA; in init_options() 2420 s->opt[OPT_CUSTOM_GAMMA].desc = SANE_DESC_CUSTOM_GAMMA; in init_options() 2421 s->opt[OPT_CUSTOM_GAMMA].type = SANE_TYPE_BOOL; in init_options() 2422 s->val[OPT_CUSTOM_GAMMA].w = SANE_FALSE; in init_options() 2480 s->opt[OPT_CUSTOM_GAMMA].cap |= SANE_CAP_INACTIVE; in init_options() 2903 case OPT_CUSTOM_GAMMA: in sane_control_option() 2975 s->val[OPT_CUSTOM_GAMMA] in sane_control_option() [all...] |
/third_party/backends/backend/genesys/ |
H A D | genesys.h | 82 OPT_CUSTOM_GAMMA, /* toggle to enable custom gamma tables */ enumerator
|