Lines Matching refs:OPT_CCT
1256 ENABLE(OPT_CCT);
1261 DISABLE(OPT_CCT);
1765 s->opt[OPT_CCT].name = "cct";
1766 s->opt[OPT_CCT].title = "3x3 Color Correction Table";
1767 s->opt[OPT_CCT].desc = "TODO: Color Correction is currently unsupported";
1768 s->opt[OPT_CCT].type = SANE_TYPE_FIXED;
1769 s->opt[OPT_CCT].cap |= SANE_CAP_INACTIVE;
1770 s->opt[OPT_CCT].unit = SANE_UNIT_NONE;
1771 s->opt[OPT_CCT].size = 9 * sizeof (SANE_Word);
1772 s->opt[OPT_CCT].constraint_type = SANE_CONSTRAINT_RANGE;
1773 s->opt[OPT_CCT].constraint.range = &u8_range;
1774 s->val[OPT_CCT].wa = s->cct3x3;
2127 case OPT_CCT:
2225 case OPT_CCT:
2297 ENABLE(OPT_CCT);
2302 DISABLE(OPT_CCT);