Lines Matching refs:OPT_CUSTOM_GAMMA
529 s->opt[OPT_CUSTOM_GAMMA].name = SANE_NAME_CUSTOM_GAMMA;
530 s->opt[OPT_CUSTOM_GAMMA].title = SANE_TITLE_CUSTOM_GAMMA;
531 s->opt[OPT_CUSTOM_GAMMA].desc = SANE_DESC_CUSTOM_GAMMA;
532 s->opt[OPT_CUSTOM_GAMMA].type = SANE_TYPE_BOOL;
533 s->val[OPT_CUSTOM_GAMMA].w = SANE_FALSE;
1223 case OPT_CUSTOM_GAMMA:
1308 case OPT_CUSTOM_GAMMA:
1361 s->opt[OPT_CUSTOM_GAMMA].cap &= ~SANE_CAP_INACTIVE;
1365 s->opt[OPT_CUSTOM_GAMMA].cap |= SANE_CAP_INACTIVE;
1373 if( s->val[OPT_CUSTOM_GAMMA].w &&
1374 !(s->opt[OPT_CUSTOM_GAMMA].cap & SANE_CAP_INACTIVE)) {