Home
last modified time | relevance | path

Searched refs:cmm_icc_profile_data (Results 1 – 25 of 116) sorted by relevance

12345

/dports/print/ghostscript9-agpl-base/ghostscript-9.52/base/
H A Dgscspace.c127 pcs->cmm_icc_profile_data = NULL; in gs_cspace_alloc_with_id()
191 if (pcspace->cmm_icc_profile_data == NULL) { in gs_cspace_new_scrgb()
197 pcspace->cmm_icc_profile_data->profile_handle = in gs_cspace_new_scrgb()
200 if (!pcspace->cmm_icc_profile_data->profile_handle) { in gs_cspace_new_scrgb()
204 profile = pcspace->cmm_icc_profile_data; in gs_cspace_new_scrgb()
237 pcspace->cmm_icc_profile_data = in gs_cspace_new_ICC()
248 pcspace->cmm_icc_profile_data = in gs_cspace_new_ICC()
328 if (pcs->cmm_icc_profile_data != NULL) in gx_install_DeviceGray()
438 if (pcs->cmm_icc_profile_data != NULL) in gx_install_DeviceRGB()
457 if (pcs->cmm_icc_profile_data != NULL) in gx_install_DeviceCMYK()
[all …]
H A Dgsicc.c242 return pcs->cmm_icc_profile_data->num_comps; in gx_num_components_ICC()
249 switch (pcs->cmm_icc_profile_data->data_cs) { in gx_polarity_ICC()
273 int i, ncomps = pcs->cmm_icc_profile_data->num_comps; in gx_init_ICC()
384 if (pcs->cmm_icc_profile_data->data_cs == gsCIELAB || in gx_remap_ICC_with_link()
385 pcs->cmm_icc_profile_data->islab) { in gx_remap_ICC_with_link()
404 num_src_comps = pcs->cmm_icc_profile_data->num_comps; in gx_remap_ICC_with_link()
415 num_src_comps = pcs->cmm_icc_profile_data->num_comps; in gx_remap_ICC_with_link()
434 i = pcs->cmm_icc_profile_data->num_comps; in gx_remap_ICC_with_link()
512 for (k = 0; k < pcs->cmm_icc_profile_data->num_comps; k++) in gx_remap_ICC_imagelab()
542 i = pcs->cmm_icc_profile_data->num_comps; in gx_remap_ICC_imagelab()
[all …]
H A Dgsciemap.c250 if ((*ppcs_icc)->cmm_icc_profile_data == NULL) in gx_ciedefg_to_icc()
260 (*ppcs_icc)->cmm_icc_profile_data->default_match = CIE_DEFG; in gx_ciedefg_to_icc()
262 pcs->icc_equivalent->cmm_icc_profile_data->data_cs = gsCMYK; in gx_ciedefg_to_icc()
533 if ((*ppcs_icc)->cmm_icc_profile_data == NULL) in gx_ciedef_to_icc()
543 (*ppcs_icc)->cmm_icc_profile_data->default_match = CIE_DEF; in gx_ciedef_to_icc()
548 pcs->icc_equivalent->cmm_icc_profile_data->data_cs = gsRGB; in gx_ciedef_to_icc()
645 if ((*ppcs_icc)->cmm_icc_profile_data == NULL) in gx_cieabc_to_icc()
655 (*ppcs_icc)->cmm_icc_profile_data->default_match = CIE_ABC; in gx_cieabc_to_icc()
658 pcs->icc_equivalent->cmm_icc_profile_data->data_cs = gsRGB; in gx_cieabc_to_icc()
759 if ((*ppcs_icc)->cmm_icc_profile_data == NULL) in gx_ciea_to_icc()
[all …]
H A Dgscdevn.c377 if ( pcs->cmm_icc_profile_data != NULL && pgs->color_component_map.use_alt_cspace) { in gx_remap_DeviceN()
380 if (pcs->cmm_icc_profile_data->devicen_permute_needed) { in gx_remap_DeviceN()
478 if (pacs->cmm_icc_profile_data && in gx_concretize_DeviceN()
479 (pacs->cmm_icc_profile_data->data_cs == gsCIELAB || in gx_concretize_DeviceN()
480 pacs->cmm_icc_profile_data->islab)) { in gx_concretize_DeviceN()
688 if (pcs->cmm_icc_profile_data != NULL) in gx_install_DeviceN()
689 gsicc_adjust_profile_rc(pcs->cmm_icc_profile_data, -1, "gx_install_DeviceN"); in gx_install_DeviceN()
690 pcs->cmm_icc_profile_data = profdata; in gx_install_DeviceN()
695 if (pcs->params.device_n.use_alt_cspace && pcs->cmm_icc_profile_data == NULL ) { in gx_install_DeviceN()
703 nclr_pcs->cmm_icc_profile_data = pcs->cmm_icc_profile_data; in gx_install_DeviceN()
[all …]
H A Dgscscie.c158 if (pcs->cmm_icc_profile_data != NULL) { in gx_final_CIEDEFG()
159 gsicc_adjust_profile_rc(pcs_noconst->cmm_icc_profile_data, -1, "gx_final_CIEDEFG"); in gx_final_CIEDEFG()
172 if (pcs->cmm_icc_profile_data != NULL) { in gx_final_CIEDEF()
173 gsicc_adjust_profile_rc(pcs_noconst->cmm_icc_profile_data, -1, "gx_final_CIEDEF"); in gx_final_CIEDEF()
186 if (pcs->cmm_icc_profile_data != NULL) { in gx_final_CIEABC()
187 gsicc_adjust_profile_rc(pcs_noconst->cmm_icc_profile_data, -1, "gx_final_CIEABC"); in gx_final_CIEABC()
200 if (pcs->cmm_icc_profile_data != NULL) { in gx_final_CIEA()
201 gsicc_adjust_profile_rc(pcs_noconst->cmm_icc_profile_data, -1, "gx_final_CIEA"); in gx_final_CIEA()
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/base/
H A Dgscspace.c127 pcs->cmm_icc_profile_data = NULL; in gs_cspace_alloc_with_id()
191 if (pcspace->cmm_icc_profile_data == NULL) { in gs_cspace_new_scrgb()
197 pcspace->cmm_icc_profile_data->profile_handle = in gs_cspace_new_scrgb()
200 if (!pcspace->cmm_icc_profile_data->profile_handle) { in gs_cspace_new_scrgb()
204 profile = pcspace->cmm_icc_profile_data; in gs_cspace_new_scrgb()
237 pcspace->cmm_icc_profile_data = in gs_cspace_new_ICC()
248 pcspace->cmm_icc_profile_data = in gs_cspace_new_ICC()
328 if (pcs->cmm_icc_profile_data != NULL) in gx_install_DeviceGray()
438 if (pcs->cmm_icc_profile_data != NULL) in gx_install_DeviceRGB()
457 if (pcs->cmm_icc_profile_data != NULL) in gx_install_DeviceCMYK()
[all …]
H A Dgsicc.c242 return pcs->cmm_icc_profile_data->num_comps; in gx_num_components_ICC()
249 switch (pcs->cmm_icc_profile_data->data_cs) { in gx_polarity_ICC()
273 int i, ncomps = pcs->cmm_icc_profile_data->num_comps; in gx_init_ICC()
384 if (pcs->cmm_icc_profile_data->data_cs == gsCIELAB || in gx_remap_ICC_with_link()
385 pcs->cmm_icc_profile_data->islab) { in gx_remap_ICC_with_link()
404 num_src_comps = pcs->cmm_icc_profile_data->num_comps; in gx_remap_ICC_with_link()
415 num_src_comps = pcs->cmm_icc_profile_data->num_comps; in gx_remap_ICC_with_link()
434 i = pcs->cmm_icc_profile_data->num_comps; in gx_remap_ICC_with_link()
512 for (k = 0; k < pcs->cmm_icc_profile_data->num_comps; k++) in gx_remap_ICC_imagelab()
542 i = pcs->cmm_icc_profile_data->num_comps; in gx_remap_ICC_imagelab()
[all …]
H A Dgsciemap.c250 if ((*ppcs_icc)->cmm_icc_profile_data == NULL) in gx_ciedefg_to_icc()
260 (*ppcs_icc)->cmm_icc_profile_data->default_match = CIE_DEFG; in gx_ciedefg_to_icc()
262 pcs->icc_equivalent->cmm_icc_profile_data->data_cs = gsCMYK; in gx_ciedefg_to_icc()
533 if ((*ppcs_icc)->cmm_icc_profile_data == NULL) in gx_ciedef_to_icc()
543 (*ppcs_icc)->cmm_icc_profile_data->default_match = CIE_DEF; in gx_ciedef_to_icc()
548 pcs->icc_equivalent->cmm_icc_profile_data->data_cs = gsRGB; in gx_ciedef_to_icc()
645 if ((*ppcs_icc)->cmm_icc_profile_data == NULL) in gx_cieabc_to_icc()
655 (*ppcs_icc)->cmm_icc_profile_data->default_match = CIE_ABC; in gx_cieabc_to_icc()
658 pcs->icc_equivalent->cmm_icc_profile_data->data_cs = gsRGB; in gx_cieabc_to_icc()
759 if ((*ppcs_icc)->cmm_icc_profile_data == NULL) in gx_ciea_to_icc()
[all …]
H A Dgscdevn.c377 if ( pcs->cmm_icc_profile_data != NULL && pgs->color_component_map.use_alt_cspace) { in gx_remap_DeviceN()
380 if (pcs->cmm_icc_profile_data->devicen_permute_needed) { in gx_remap_DeviceN()
478 if (pacs->cmm_icc_profile_data && in gx_concretize_DeviceN()
479 (pacs->cmm_icc_profile_data->data_cs == gsCIELAB || in gx_concretize_DeviceN()
480 pacs->cmm_icc_profile_data->islab)) { in gx_concretize_DeviceN()
688 if (pcs->cmm_icc_profile_data != NULL) in gx_install_DeviceN()
689 gsicc_adjust_profile_rc(pcs->cmm_icc_profile_data, -1, "gx_install_DeviceN"); in gx_install_DeviceN()
690 pcs->cmm_icc_profile_data = profdata; in gx_install_DeviceN()
695 if (pcs->params.device_n.use_alt_cspace && pcs->cmm_icc_profile_data == NULL ) { in gx_install_DeviceN()
703 nclr_pcs->cmm_icc_profile_data = pcs->cmm_icc_profile_data; in gx_install_DeviceN()
[all …]
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dgsicc.c234 return pcs->cmm_icc_profile_data->num_comps; in gx_num_components_ICC()
244 int i, ncomps = pcs->cmm_icc_profile_data->num_comps; in gx_init_ICC()
342 if (pcs->cmm_icc_profile_data->data_cs == gsCIELAB || in gx_remap_ICC()
343 pcs->cmm_icc_profile_data->islab) { in gx_remap_ICC()
366 num_src_comps = pcs->cmm_icc_profile_data->num_comps; in gx_remap_ICC()
390 i = pcs->cmm_icc_profile_data->num_comps; in gx_remap_ICC()
430 for (k = 0; k < pcs->cmm_icc_profile_data->num_comps; k++) in gx_remap_ICC_imagelab()
457 i = pcs->cmm_icc_profile_data->num_comps; in gx_remap_ICC_imagelab()
490 for (k = 0; k < pcs->cmm_icc_profile_data->num_comps; k++) { in gx_concretize_ICC()
525 if (pcs->cmm_icc_profile_data != NULL) { in gx_final_ICC()
[all …]
H A Dgscspace.c123 pcs->cmm_icc_profile_data = NULL; in gs_cspace_alloc_with_id()
178 pcspace->cmm_icc_profile_data = in gs_cspace_new_ICC()
189 pcspace->cmm_icc_profile_data = in gs_cspace_new_ICC()
200 rc_increment(pcspace->cmm_icc_profile_data); in gs_cspace_new_ICC()
269 if (pcs->cmm_icc_profile_data != NULL) in gx_install_DeviceGray()
355 if (pcs->cmm_icc_profile_data != NULL) in gx_install_DeviceRGB()
363 pcs->cmm_icc_profile_data = pgs->icc_manager->default_rgb; in gx_install_DeviceRGB()
364 rc_increment(pcs->cmm_icc_profile_data); in gx_install_DeviceRGB()
374 if (pcs->cmm_icc_profile_data != NULL) in gx_install_DeviceCMYK()
383 rc_increment(pcs->cmm_icc_profile_data); in gx_install_DeviceCMYK()
[all …]
H A Dgsciemap.c214 gsicc_init_profile_info((*ppcs_icc)->cmm_icc_profile_data); in gx_ciedefg_to_icc()
215 (*ppcs_icc)->cmm_icc_profile_data->default_match = CIE_DEFG; in gx_ciedefg_to_icc()
217 pcs->icc_equivalent->cmm_icc_profile_data->data_cs = gsCMYK; in gx_ciedefg_to_icc()
485 gsicc_init_profile_info((*ppcs_icc)->cmm_icc_profile_data); in gx_ciedef_to_icc()
486 (*ppcs_icc)->cmm_icc_profile_data->default_match = CIE_DEF; in gx_ciedef_to_icc()
583 gsicc_init_profile_info((*ppcs_icc)->cmm_icc_profile_data); in gx_cieabc_to_icc()
584 (*ppcs_icc)->cmm_icc_profile_data->default_match = CIE_ABC; in gx_cieabc_to_icc()
587 pcs->icc_equivalent->cmm_icc_profile_data->data_cs = gsRGB; in gx_cieabc_to_icc()
684 gsicc_init_profile_info((*ppcs_icc)->cmm_icc_profile_data); in gx_ciea_to_icc()
685 (*ppcs_icc)->cmm_icc_profile_data->default_match = CIE_A; in gx_ciea_to_icc()
[all …]
H A Dgscdevn.c363 if ( pcs->cmm_icc_profile_data != NULL && pis->color_component_map.use_alt_cspace) { in gx_remap_DeviceN()
366 if (pcs->cmm_icc_profile_data->devicen_permute_needed) { in gx_remap_DeviceN()
368 … temp.paint.values[k] = pcc->paint.values[pcs->cmm_icc_profile_data->devicen_permute[k]]; in gx_remap_DeviceN()
446 if (pacs->cmm_icc_profile_data->data_cs == gsCIELAB || in gx_concretize_DeviceN()
447 pacs->cmm_icc_profile_data->islab) { in gx_concretize_DeviceN()
575 if (pcs->cmm_icc_profile_data != NULL) in gx_install_DeviceN()
576 rc_decrement(pcs->cmm_icc_profile_data, "gx_install_DeviceN"); in gx_install_DeviceN()
577 pcs->cmm_icc_profile_data = profdata; in gx_install_DeviceN()
582 if (pcs->params.device_n.use_alt_cspace && pcs->cmm_icc_profile_data == NULL ) { in gx_install_DeviceN()
590 nclr_pcs->cmm_icc_profile_data = pcs->cmm_icc_profile_data; in gx_install_DeviceN()
[all …]
H A Dgstrans.c309 blend_color_space->cmm_icc_profile_data->num_comps; in gs_begin_transparency_group()
311 params.iccprofile = blend_color_space->cmm_icc_profile_data; in gs_begin_transparency_group()
312 params.icc_hash = blend_color_space->cmm_icc_profile_data->hashcode; in gs_begin_transparency_group()
600 blend_color_space->cmm_icc_profile_data = pgs->icc_manager->default_gray; in gs_begin_transparency_mask()
601 rc_increment(blend_color_space->cmm_icc_profile_data); in gs_begin_transparency_mask()
617 if ( blend_color_space->cmm_icc_profile_data != NULL ) { in gs_begin_transparency_mask()
622 blend_color_space->cmm_icc_profile_data->num_comps; in gs_begin_transparency_mask()
624 params.iccprofile = blend_color_space->cmm_icc_profile_data; in gs_begin_transparency_mask()
625 params.icc_hash = blend_color_space->cmm_icc_profile_data->hashcode; in gs_begin_transparency_mask()
H A Dgscscie.c157 if (pcs->cmm_icc_profile_data != NULL) { in gx_final_CIEDEFG()
158 rc_decrement(pcs_noconst->cmm_icc_profile_data, "gx_final_CIEDEFG"); in gx_final_CIEDEFG()
171 if (pcs->cmm_icc_profile_data != NULL) { in gx_final_CIEDEF()
172 rc_decrement(pcs_noconst->cmm_icc_profile_data, "gx_final_CIEDEF"); in gx_final_CIEDEF()
185 if (pcs->cmm_icc_profile_data != NULL) { in gx_final_CIEABC()
186 rc_decrement(pcs_noconst->cmm_icc_profile_data, "gx_final_CIEABC"); in gx_final_CIEABC()
199 if (pcs->cmm_icc_profile_data != NULL) { in gx_final_CIEA()
200 rc_decrement(pcs_noconst->cmm_icc_profile_data, "gx_final_CIEA"); in gx_final_CIEA()
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dgsicc.c234 return pcs->cmm_icc_profile_data->num_comps; in gx_num_components_ICC()
244 int i, ncomps = pcs->cmm_icc_profile_data->num_comps; in gx_init_ICC()
342 if (pcs->cmm_icc_profile_data->data_cs == gsCIELAB || in gx_remap_ICC()
343 pcs->cmm_icc_profile_data->islab) { in gx_remap_ICC()
366 num_src_comps = pcs->cmm_icc_profile_data->num_comps; in gx_remap_ICC()
390 i = pcs->cmm_icc_profile_data->num_comps; in gx_remap_ICC()
430 for (k = 0; k < pcs->cmm_icc_profile_data->num_comps; k++) in gx_remap_ICC_imagelab()
457 i = pcs->cmm_icc_profile_data->num_comps; in gx_remap_ICC_imagelab()
490 for (k = 0; k < pcs->cmm_icc_profile_data->num_comps; k++) { in gx_concretize_ICC()
525 if (pcs->cmm_icc_profile_data != NULL) { in gx_final_ICC()
[all …]
H A Dgscspace.c123 pcs->cmm_icc_profile_data = NULL; in gs_cspace_alloc_with_id()
178 pcspace->cmm_icc_profile_data = in gs_cspace_new_ICC()
189 pcspace->cmm_icc_profile_data = in gs_cspace_new_ICC()
200 rc_increment(pcspace->cmm_icc_profile_data); in gs_cspace_new_ICC()
269 if (pcs->cmm_icc_profile_data != NULL) in gx_install_DeviceGray()
355 if (pcs->cmm_icc_profile_data != NULL) in gx_install_DeviceRGB()
363 pcs->cmm_icc_profile_data = pgs->icc_manager->default_rgb; in gx_install_DeviceRGB()
364 rc_increment(pcs->cmm_icc_profile_data); in gx_install_DeviceRGB()
374 if (pcs->cmm_icc_profile_data != NULL) in gx_install_DeviceCMYK()
383 rc_increment(pcs->cmm_icc_profile_data); in gx_install_DeviceCMYK()
[all …]
H A Dgsciemap.c214 gsicc_init_profile_info((*ppcs_icc)->cmm_icc_profile_data); in gx_ciedefg_to_icc()
215 (*ppcs_icc)->cmm_icc_profile_data->default_match = CIE_DEFG; in gx_ciedefg_to_icc()
217 pcs->icc_equivalent->cmm_icc_profile_data->data_cs = gsCMYK; in gx_ciedefg_to_icc()
485 gsicc_init_profile_info((*ppcs_icc)->cmm_icc_profile_data); in gx_ciedef_to_icc()
486 (*ppcs_icc)->cmm_icc_profile_data->default_match = CIE_DEF; in gx_ciedef_to_icc()
583 gsicc_init_profile_info((*ppcs_icc)->cmm_icc_profile_data); in gx_cieabc_to_icc()
584 (*ppcs_icc)->cmm_icc_profile_data->default_match = CIE_ABC; in gx_cieabc_to_icc()
587 pcs->icc_equivalent->cmm_icc_profile_data->data_cs = gsRGB; in gx_cieabc_to_icc()
684 gsicc_init_profile_info((*ppcs_icc)->cmm_icc_profile_data); in gx_ciea_to_icc()
685 (*ppcs_icc)->cmm_icc_profile_data->default_match = CIE_A; in gx_ciea_to_icc()
[all …]
H A Dgscdevn.c363 if ( pcs->cmm_icc_profile_data != NULL && pis->color_component_map.use_alt_cspace) { in gx_remap_DeviceN()
366 if (pcs->cmm_icc_profile_data->devicen_permute_needed) { in gx_remap_DeviceN()
368 … temp.paint.values[k] = pcc->paint.values[pcs->cmm_icc_profile_data->devicen_permute[k]]; in gx_remap_DeviceN()
446 if (pacs->cmm_icc_profile_data->data_cs == gsCIELAB || in gx_concretize_DeviceN()
447 pacs->cmm_icc_profile_data->islab) { in gx_concretize_DeviceN()
575 if (pcs->cmm_icc_profile_data != NULL) in gx_install_DeviceN()
576 rc_decrement(pcs->cmm_icc_profile_data, "gx_install_DeviceN"); in gx_install_DeviceN()
577 pcs->cmm_icc_profile_data = profdata; in gx_install_DeviceN()
582 if (pcs->params.device_n.use_alt_cspace && pcs->cmm_icc_profile_data == NULL ) { in gx_install_DeviceN()
590 nclr_pcs->cmm_icc_profile_data = pcs->cmm_icc_profile_data; in gx_install_DeviceN()
[all …]
H A Dgstrans.c309 blend_color_space->cmm_icc_profile_data->num_comps; in gs_begin_transparency_group()
311 params.iccprofile = blend_color_space->cmm_icc_profile_data; in gs_begin_transparency_group()
312 params.icc_hash = blend_color_space->cmm_icc_profile_data->hashcode; in gs_begin_transparency_group()
600 blend_color_space->cmm_icc_profile_data = pgs->icc_manager->default_gray; in gs_begin_transparency_mask()
601 rc_increment(blend_color_space->cmm_icc_profile_data); in gs_begin_transparency_mask()
617 if ( blend_color_space->cmm_icc_profile_data != NULL ) { in gs_begin_transparency_mask()
622 blend_color_space->cmm_icc_profile_data->num_comps; in gs_begin_transparency_mask()
624 params.iccprofile = blend_color_space->cmm_icc_profile_data; in gs_begin_transparency_mask()
625 params.icc_hash = blend_color_space->cmm_icc_profile_data->hashcode; in gs_begin_transparency_mask()
H A Dgscscie.c157 if (pcs->cmm_icc_profile_data != NULL) { in gx_final_CIEDEFG()
158 rc_decrement(pcs_noconst->cmm_icc_profile_data, "gx_final_CIEDEFG"); in gx_final_CIEDEFG()
171 if (pcs->cmm_icc_profile_data != NULL) { in gx_final_CIEDEF()
172 rc_decrement(pcs_noconst->cmm_icc_profile_data, "gx_final_CIEDEF"); in gx_final_CIEDEF()
185 if (pcs->cmm_icc_profile_data != NULL) { in gx_final_CIEABC()
186 rc_decrement(pcs_noconst->cmm_icc_profile_data, "gx_final_CIEABC"); in gx_final_CIEABC()
199 if (pcs->cmm_icc_profile_data != NULL) { in gx_final_CIEA()
200 rc_decrement(pcs_noconst->cmm_icc_profile_data, "gx_final_CIEA"); in gx_final_CIEA()
/dports/print/ghostscript9-x11/ghostscript-9.06/psi/
H A Dzicc.c193 pcs->cmm_icc_profile_data = pis->icc_manager->default_rgb; in seticc()
196 pcs->cmm_icc_profile_data = pis->icc_manager->default_gray; in seticc()
199 pcs->cmm_icc_profile_data = pis->icc_manager->default_cmyk; in seticc()
207 rc_increment(pcs->cmm_icc_profile_data); in seticc()
512 pcs->cmm_icc_profile_data->Range.ranges[0].rmin = 0.0; in seticc_lab()
513 pcs->cmm_icc_profile_data->Range.ranges[0].rmax = 100.0; in seticc_lab()
515 pcs->cmm_icc_profile_data->Range.ranges[i].rmin = in seticc_lab()
517 pcs->cmm_icc_profile_data->Range.ranges[i].rmax = in seticc_lab()
559 pcs->cmm_icc_profile_data->Range.ranges[i].rmin = 0; in seticc_cal()
560 pcs->cmm_icc_profile_data->Range.ranges[i].rmax = 1; in seticc_cal()
/dports/print/ghostscript9-base/ghostscript-9.06/psi/
H A Dzicc.c196 pcs->cmm_icc_profile_data = pis->icc_manager->default_rgb; in seticc()
199 pcs->cmm_icc_profile_data = pis->icc_manager->default_gray; in seticc()
202 pcs->cmm_icc_profile_data = pis->icc_manager->default_cmyk; in seticc()
210 rc_increment(pcs->cmm_icc_profile_data); in seticc()
515 pcs->cmm_icc_profile_data->Range.ranges[0].rmin = 0.0; in seticc_lab()
516 pcs->cmm_icc_profile_data->Range.ranges[0].rmax = 100.0; in seticc_lab()
518 pcs->cmm_icc_profile_data->Range.ranges[i].rmin = in seticc_lab()
520 pcs->cmm_icc_profile_data->Range.ranges[i].rmax = in seticc_lab()
562 pcs->cmm_icc_profile_data->Range.ranges[i].rmin = 0; in seticc_cal()
563 pcs->cmm_icc_profile_data->Range.ranges[i].rmax = 1; in seticc_cal()
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/psi/
H A Dzicc.c203 pcs->cmm_icc_profile_data = igs->icc_manager->default_rgb; in seticc()
206 pcs->cmm_icc_profile_data = igs->icc_manager->default_gray; in seticc()
209 pcs->cmm_icc_profile_data = igs->icc_manager->default_cmyk; in seticc()
217 rc_increment(pcs->cmm_icc_profile_data); in seticc()
445 pcs->cmm_icc_profile_data->Range.ranges[0].rmin = 0.0; in seticc_lab()
446 pcs->cmm_icc_profile_data->Range.ranges[0].rmax = 100.0; in seticc_lab()
448 pcs->cmm_icc_profile_data->Range.ranges[i].rmin = in seticc_lab()
450 pcs->cmm_icc_profile_data->Range.ranges[i].rmax = in seticc_lab()
495 pcs->cmm_icc_profile_data->Range.ranges[i].rmin = 0; in seticc_cal()
496 pcs->cmm_icc_profile_data->Range.ranges[i].rmax = 1; in seticc_cal()
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/psi/
H A Dzicc.c203 pcs->cmm_icc_profile_data = igs->icc_manager->default_rgb; in seticc()
206 pcs->cmm_icc_profile_data = igs->icc_manager->default_gray; in seticc()
209 pcs->cmm_icc_profile_data = igs->icc_manager->default_cmyk; in seticc()
217 rc_increment(pcs->cmm_icc_profile_data); in seticc()
445 pcs->cmm_icc_profile_data->Range.ranges[0].rmin = 0.0; in seticc_lab()
446 pcs->cmm_icc_profile_data->Range.ranges[0].rmax = 100.0; in seticc_lab()
448 pcs->cmm_icc_profile_data->Range.ranges[i].rmin = in seticc_lab()
450 pcs->cmm_icc_profile_data->Range.ranges[i].rmax = in seticc_lab()
495 pcs->cmm_icc_profile_data->Range.ranges[i].rmin = 0; in seticc_cal()
496 pcs->cmm_icc_profile_data->Range.ranges[i].rmax = 1; in seticc_cal()

12345