Lines Matching refs:OPT_CUSTOM_GAMMA
616 s->opt[OPT_CUSTOM_GAMMA].name = SANE_NAME_CUSTOM_GAMMA;
617 s->opt[OPT_CUSTOM_GAMMA].title = SANE_TITLE_CUSTOM_GAMMA;
618 s->opt[OPT_CUSTOM_GAMMA].desc = SANE_DESC_CUSTOM_GAMMA;
619 s->opt[OPT_CUSTOM_GAMMA].type = SANE_TYPE_BOOL;
620 s->val[OPT_CUSTOM_GAMMA].w = SANE_FALSE;
933 if (s->val[OPT_CUSTOM_GAMMA].w)
963 if (!s->val[OPT_CUSTOM_GAMMA].w)
1514 case OPT_CUSTOM_GAMMA:
1593 s->opt[OPT_CUSTOM_GAMMA].cap |= SANE_CAP_INACTIVE;
1602 s->opt[OPT_CUSTOM_GAMMA].cap &= ~SANE_CAP_INACTIVE;
1603 if (s->val[OPT_CUSTOM_GAMMA].w)
1639 case OPT_CUSTOM_GAMMA:
1642 if (w == s->val[OPT_CUSTOM_GAMMA].w)
1648 s->val[OPT_CUSTOM_GAMMA].w = w;