Lines Matching refs:OPT_CUSTOM_GAMMA
750 s->opt[OPT_CUSTOM_GAMMA].name = SANE_NAME_CUSTOM_GAMMA;
751 s->opt[OPT_CUSTOM_GAMMA].title = SANE_TITLE_CUSTOM_GAMMA;
752 s->opt[OPT_CUSTOM_GAMMA].desc = SANE_DESC_CUSTOM_GAMMA;
753 s->opt[OPT_CUSTOM_GAMMA].type = SANE_TYPE_BOOL;
754 s->opt[OPT_CUSTOM_GAMMA].cap |= SANE_CAP_INACTIVE;
755 s->val[OPT_CUSTOM_GAMMA].w = SANE_FALSE;
1127 case OPT_CUSTOM_GAMMA:
1186 case OPT_CUSTOM_GAMMA:
1188 if (w == s->val[OPT_CUSTOM_GAMMA].w)
1191 s->val[OPT_CUSTOM_GAMMA].w = w;
1230 s->opt[OPT_CUSTOM_GAMMA].cap |= SANE_CAP_INACTIVE;
1246 s->opt[OPT_CUSTOM_GAMMA].cap &= ~SANE_CAP_INACTIVE;
1248 if (s->val[OPT_CUSTOM_GAMMA].w) {