Lines Matching refs:OPT_BRIGHTNESS
338 STORE8 (window + 14, s->val[OPT_BRIGHTNESS].w);
587 DISABLE (OPT_BRIGHTNESS);
594 ENABLE (OPT_BRIGHTNESS);
601 ENABLE (OPT_BRIGHTNESS);
794 s->opt[OPT_BRIGHTNESS].name = SANE_NAME_BRIGHTNESS;
795 s->opt[OPT_BRIGHTNESS].title = SANE_TITLE_BRIGHTNESS;
796 s->opt[OPT_BRIGHTNESS].desc = SANE_DESC_BRIGHTNESS;
797 s->opt[OPT_BRIGHTNESS].type = SANE_TYPE_INT;
798 s->opt[OPT_BRIGHTNESS].unit = SANE_UNIT_NONE;
799 s->opt[OPT_BRIGHTNESS].cap |= SANE_CAP_INACTIVE;
800 s->opt[OPT_BRIGHTNESS].constraint_type = SANE_CONSTRAINT_RANGE;
801 s->opt[OPT_BRIGHTNESS].constraint.range = &enhance_range;
802 s->val[OPT_BRIGHTNESS].w = 150;
1059 case OPT_BRIGHTNESS:
1160 case OPT_BRIGHTNESS: