Home
last modified time | relevance | path

Searched refs:OPT_CCT_PROFILE (Results 1 - 2 of 2) sorted by relevance

/third_party/backends/backend/
H A Depson2.c1228 s->opt[OPT_CCT_PROFILE].name = "cct-profile"; in init_options()
1229 s->opt[OPT_CCT_PROFILE].title = "CCT Profile"; in init_options()
1230 s->opt[OPT_CCT_PROFILE].desc = "Color correction profile data"; in init_options()
1231 s->opt[OPT_CCT_PROFILE].type = SANE_TYPE_FIXED; in init_options()
1232 s->opt[OPT_CCT_PROFILE].cap |= SANE_CAP_ADVANCED; in init_options()
1233 s->opt[OPT_CCT_PROFILE].unit = SANE_UNIT_NONE; in init_options()
1234 s->opt[OPT_CCT_PROFILE].constraint_type = SANE_CONSTRAINT_RANGE; in init_options()
1235 s->opt[OPT_CCT_PROFILE].constraint.range = &fx_range; in init_options()
1236 s->opt[OPT_CCT_PROFILE].size = 9 * sizeof(SANE_Word); in init_options()
1237 s->val[OPT_CCT_PROFILE] in init_options()
[all...]
H A Depson2.h254 OPT_CCT_PROFILE, enumerator

Completed in 4 milliseconds