Home
last modified time | relevance | path

Searched refs:cct (Results 1 - 6 of 6) sorted by relevance

/third_party/backends/backend/
H A Depson2-commands.c281 double cct[9]; in esci_set_color_correction_coefficients() local
296 cct[0] = SANE_UNFIX(table[0]); in esci_set_color_correction_coefficients()
297 cct[1] = SANE_UNFIX(table[1]); in esci_set_color_correction_coefficients()
298 cct[2] = SANE_UNFIX(table[2]); in esci_set_color_correction_coefficients()
299 cct[3] = SANE_UNFIX(table[3]); in esci_set_color_correction_coefficients()
300 cct[4] = SANE_UNFIX(table[4]); in esci_set_color_correction_coefficients()
301 cct[5] = SANE_UNFIX(table[5]); in esci_set_color_correction_coefficients()
302 cct[6] = SANE_UNFIX(table[6]); in esci_set_color_correction_coefficients()
303 cct[7] = SANE_UNFIX(table[7]); in esci_set_color_correction_coefficients()
304 cct[ in esci_set_color_correction_coefficients()
[all...]
H A Depson.c1261 signed char cct[9]; in set_color_correction_coefficients() local
1274 cct[0] = s->val[OPT_CCT_1].w; in set_color_correction_coefficients()
1275 cct[1] = s->val[OPT_CCT_2].w; in set_color_correction_coefficients()
1276 cct[2] = s->val[OPT_CCT_3].w; in set_color_correction_coefficients()
1277 cct[3] = s->val[OPT_CCT_4].w; in set_color_correction_coefficients()
1278 cct[4] = s->val[OPT_CCT_5].w; in set_color_correction_coefficients()
1279 cct[5] = s->val[OPT_CCT_6].w; in set_color_correction_coefficients()
1280 cct[6] = s->val[OPT_CCT_7].w; in set_color_correction_coefficients()
1281 cct[7] = s->val[OPT_CCT_8].w; in set_color_correction_coefficients()
1282 cct[ in set_color_correction_coefficients()
[all...]
H A Depson2.c1218 s->opt[OPT_CCT_MODE].name = "cct-type"; in init_options()
1228 s->opt[OPT_CCT_PROFILE].name = "cct-profile"; in init_options()
2075 s->cct_table[0] = SANE_FIX(s->hw->cct_profile->cct[index][0]); in e2_load_cct_profile()
2076 s->cct_table[1] = SANE_FIX(s->hw->cct_profile->cct[index][1]); in e2_load_cct_profile()
2077 s->cct_table[2] = SANE_FIX(s->hw->cct_profile->cct[index][2]); in e2_load_cct_profile()
2078 s->cct_table[3] = SANE_FIX(s->hw->cct_profile->cct[index][3]); in e2_load_cct_profile()
2079 s->cct_table[4] = SANE_FIX(s->hw->cct_profile->cct[index][4]); in e2_load_cct_profile()
2080 s->cct_table[5] = SANE_FIX(s->hw->cct_profile->cct[index][5]); in e2_load_cct_profile()
2081 s->cct_table[6] = SANE_FIX(s->hw->cct_profile->cct[index][6]); in e2_load_cct_profile()
2082 s->cct_table[7] = SANE_FIX(s->hw->cct_profile->cct[inde in e2_load_cct_profile()
[all...]
H A Depson2.h287 double cct[4][9]; member
H A Dapple.c1143 SANE_Bool cct=SANE_FALSE; in mode_update() local
1181 cct=SANE_TRUE; in mode_update()
1249 if (cct) in mode_update()
1254 if (cct && s->val[OPT_CUSTOM_CCT].w) in mode_update()
1752 /* custom-cct table */ in init_options()
1753 s->opt[OPT_CUSTOM_CCT].name = "custom-cct"; in init_options()
1765 s->opt[OPT_CCT].name = "cct"; in init_options()
/third_party/skia/src/c/
H A Dsk_imageinfo.cpp90 sk_imageinfo_t* sk_imageinfo_new(int w, int h, sk_colortype_t cct, sk_alphatype_t cat, in sk_imageinfo_new() argument
94 if (!from_c_colortype(cct, &ct) || !from_c_alphatype(cat, &at)) { in sk_imageinfo_new()

Completed in 10 milliseconds