Home
last modified time | relevance | path

Searched refs:profile_out_fn (Results 1 – 18 of 18) sorted by relevance

/dports/print/ghostscript9-agpl-base/ghostscript-9.52/devices/
H A Dgdevxcf.c129 char profile_out_fn[256]; member
586 xcf_open_profile(const char *profile_out_fn, cmm_profile_t *icc_profile, gcmmhlink_t icc_link, gs_m… in xcf_open_profile() argument
591 icc_profile = gsicc_get_profile_handle_file(profile_out_fn, in xcf_open_profile()
592 strlen(profile_out_fn), memory); in xcf_open_profile()
619 if (xdev->output_icc_link == NULL && xdev->profile_out_fn[0]) { in xcf_open_profiles()
621 code = xcf_open_profile(xdev->profile_out_fn, xdev->output_profile, in xcf_open_profiles()
666 pos.data = (const byte *)xdev->profile_out_fn, in xcf_get_params()
667 pos.size = strlen(xdev->profile_out_fn), in xcf_get_params()
837 sizeof(pdevn->profile_out_fn)); in xcf_put_params()
914 memcpy(pdevn->profile_out_fn, po.data, po.size); in xcf_put_params()
[all …]
H A Dgdevrinkj.c125 char profile_out_fn[256]; member
428 if (rdev->link_profile == NULL && rdev->profile_out_fn[0]) { in rinkj_open_profile()
430 rdev->link_profile = gsicc_get_profile_handle_file(rdev->profile_out_fn, in rinkj_open_profile()
431 strlen(rdev->profile_out_fn), rdev->memory); in rinkj_open_profile()
474 pos.data = (const byte *)rdev->profile_out_fn, in rinkj_get_params()
475 pos.size = strlen(rdev->profile_out_fn), in rinkj_get_params()
615 sizeof(pdevn->profile_out_fn)); in rinkj_put_params()
690 memcpy(pdevn->profile_out_fn, po.data, po.size); in rinkj_put_params()
691 pdevn->profile_out_fn[po.size] = 0; in rinkj_put_params()
H A Dgdevpsd.c104 char profile_out_fn[256]; member
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dgdevpsd.c120 char profile_out_fn[256]; member
709 psd_open_profile(const char *profile_out_fn, cmm_profile_t *icc_profile, gcmmhlink_t icc_link, gs_m… in psd_open_profile() argument
714 icc_profile = gsicc_get_profile_handle_file(profile_out_fn, in psd_open_profile()
715 strlen(profile_out_fn), memory); in psd_open_profile()
742 if (xdev->output_icc_link == NULL && xdev->profile_out_fn[0]) { in psd_open_profiles()
744 code = psd_open_profile(xdev->profile_out_fn, xdev->output_profile, in psd_open_profiles()
789 pos.data = (const byte *)xdev->profile_out_fn, in psd_get_params()
790 pos.size = strlen(xdev->profile_out_fn), in psd_get_params()
924 sizeof(pdevn->profile_out_fn)); in psd_put_params()
966 memcpy(pdevn->profile_out_fn, po.data, po.size); in psd_put_params()
[all …]
H A Dgdevxcf.c144 char profile_out_fn[256]; member
620 xcf_open_profile(const char *profile_out_fn, cmm_profile_t *icc_profile, gcmmhlink_t icc_link, gs_m… in xcf_open_profile() argument
625 icc_profile = gsicc_get_profile_handle_file(profile_out_fn, in xcf_open_profile()
626 strlen(profile_out_fn), memory); in xcf_open_profile()
653 if (xdev->output_icc_link == NULL && xdev->profile_out_fn[0]) { in xcf_open_profiles()
655 code = xcf_open_profile(xdev->profile_out_fn, xdev->output_profile, in xcf_open_profiles()
700 pos.data = (const byte *)xdev->profile_out_fn, in xcf_get_params()
701 pos.size = strlen(xdev->profile_out_fn), in xcf_get_params()
899 sizeof(pdevn->profile_out_fn)); in xcf_put_params()
976 memcpy(pdevn->profile_out_fn, po.data, po.size); in xcf_put_params()
[all …]
H A Dgdevrinkj.c131 char profile_out_fn[256]; member
462 if (rdev->link_profile == NULL && rdev->profile_out_fn[0]) { in rinkj_open_profile()
464 rdev->link_profile = gsicc_get_profile_handle_file(rdev->profile_out_fn, in rinkj_open_profile()
465 strlen(rdev->profile_out_fn), rdev->memory); in rinkj_open_profile()
509 pos.data = (const byte *)rdev->profile_out_fn, in rinkj_get_params()
510 pos.size = strlen(rdev->profile_out_fn), in rinkj_get_params()
680 sizeof(pdevn->profile_out_fn)); in rinkj_put_params()
755 memcpy(pdevn->profile_out_fn, po.data, po.size); in rinkj_put_params()
756 pdevn->profile_out_fn[po.size] = 0; in rinkj_put_params()
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dgdevpsd.c120 char profile_out_fn[256]; member
709 psd_open_profile(const char *profile_out_fn, cmm_profile_t *icc_profile, gcmmhlink_t icc_link, gs_m… in psd_open_profile() argument
714 icc_profile = gsicc_get_profile_handle_file(profile_out_fn, in psd_open_profile()
715 strlen(profile_out_fn), memory); in psd_open_profile()
742 if (xdev->output_icc_link == NULL && xdev->profile_out_fn[0]) { in psd_open_profiles()
744 code = psd_open_profile(xdev->profile_out_fn, xdev->output_profile, in psd_open_profiles()
789 pos.data = (const byte *)xdev->profile_out_fn, in psd_get_params()
790 pos.size = strlen(xdev->profile_out_fn), in psd_get_params()
924 sizeof(pdevn->profile_out_fn)); in psd_put_params()
966 memcpy(pdevn->profile_out_fn, po.data, po.size); in psd_put_params()
[all …]
H A Dgdevxcf.c144 char profile_out_fn[256]; member
620 xcf_open_profile(const char *profile_out_fn, cmm_profile_t *icc_profile, gcmmhlink_t icc_link, gs_m… in xcf_open_profile() argument
625 icc_profile = gsicc_get_profile_handle_file(profile_out_fn, in xcf_open_profile()
626 strlen(profile_out_fn), memory); in xcf_open_profile()
653 if (xdev->output_icc_link == NULL && xdev->profile_out_fn[0]) { in xcf_open_profiles()
655 code = xcf_open_profile(xdev->profile_out_fn, xdev->output_profile, in xcf_open_profiles()
700 pos.data = (const byte *)xdev->profile_out_fn, in xcf_get_params()
701 pos.size = strlen(xdev->profile_out_fn), in xcf_get_params()
899 sizeof(pdevn->profile_out_fn)); in xcf_put_params()
976 memcpy(pdevn->profile_out_fn, po.data, po.size); in xcf_put_params()
[all …]
H A Dgdevrinkj.c131 char profile_out_fn[256]; member
462 if (rdev->link_profile == NULL && rdev->profile_out_fn[0]) { in rinkj_open_profile()
464 rdev->link_profile = gsicc_get_profile_handle_file(rdev->profile_out_fn, in rinkj_open_profile()
465 strlen(rdev->profile_out_fn), rdev->memory); in rinkj_open_profile()
509 pos.data = (const byte *)rdev->profile_out_fn, in rinkj_get_params()
510 pos.size = strlen(rdev->profile_out_fn), in rinkj_get_params()
680 sizeof(pdevn->profile_out_fn)); in rinkj_put_params()
755 memcpy(pdevn->profile_out_fn, po.data, po.size); in rinkj_put_params()
756 pdevn->profile_out_fn[po.size] = 0; in rinkj_put_params()
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/devices/
H A Dgdevxcf.c129 char profile_out_fn[256]; member
586 xcf_open_profile(const char *profile_out_fn, cmm_profile_t *icc_profile, gcmmhlink_t icc_link, gs_m… in xcf_open_profile() argument
591 icc_profile = gsicc_get_profile_handle_file(profile_out_fn, in xcf_open_profile()
592 strlen(profile_out_fn), memory); in xcf_open_profile()
619 if (xdev->output_icc_link == NULL && xdev->profile_out_fn[0]) { in xcf_open_profiles()
621 code = xcf_open_profile(xdev->profile_out_fn, xdev->output_profile, in xcf_open_profiles()
666 pos.data = (const byte *)xdev->profile_out_fn, in xcf_get_params()
667 pos.size = strlen(xdev->profile_out_fn), in xcf_get_params()
837 sizeof(pdevn->profile_out_fn)); in xcf_put_params()
914 memcpy(pdevn->profile_out_fn, po.data, po.size); in xcf_put_params()
[all …]
H A Dgdevrinkj.c125 char profile_out_fn[256]; member
428 if (rdev->link_profile == NULL && rdev->profile_out_fn[0]) { in rinkj_open_profile()
430 rdev->link_profile = gsicc_get_profile_handle_file(rdev->profile_out_fn, in rinkj_open_profile()
431 strlen(rdev->profile_out_fn), rdev->memory); in rinkj_open_profile()
474 pos.data = (const byte *)rdev->profile_out_fn, in rinkj_get_params()
475 pos.size = strlen(rdev->profile_out_fn), in rinkj_get_params()
615 sizeof(pdevn->profile_out_fn)); in rinkj_put_params()
690 memcpy(pdevn->profile_out_fn, po.data, po.size); in rinkj_put_params()
691 pdevn->profile_out_fn[po.size] = 0; in rinkj_put_params()
H A Dgdevpsd.c104 char profile_out_fn[256]; member
/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dgdevpsd.c90 char profile_out_fn[256]; member
659 if (xdev->lu_out == NULL && xdev->profile_out_fn[0]) { in psd_open_profiles()
660 code = psd_open_profile(xdev, xdev->profile_out_fn, in psd_open_profiles()
696 pos.data = (const byte *)xdev->profile_out_fn, in psd_get_params()
697 pos.size = strlen(xdev->profile_out_fn), in psd_get_params()
792 sizeof(pdevn->profile_out_fn)); in psd_put_params()
834 memcpy(pdevn->profile_out_fn, po.data, po.size); in psd_put_params()
835 pdevn->profile_out_fn[po.size] = 0; in psd_put_params()
H A Dgdevrinkj.c112 char profile_out_fn[256]; member
461 if (rdev->lu_out == NULL && rdev->profile_out_fn[0]) { in rinkj_open_profiles()
462 code = rinkj_open_profile(rdev, rdev->profile_out_fn, in rinkj_open_profiles()
490 pos.data = (const byte *)rdev->profile_out_fn, in rinkj_get_params()
491 pos.size = strlen(rdev->profile_out_fn), in rinkj_get_params()
661 sizeof(pdevn->profile_out_fn)); in rinkj_put_params()
735 memcpy(pdevn->profile_out_fn, po.data, po.size); in rinkj_put_params()
736 pdevn->profile_out_fn[po.size] = 0; in rinkj_put_params()
H A Dgdevxcf.c118 char profile_out_fn[256]; member
616 if (xdev->lu_out == NULL && xdev->profile_out_fn[0]) { in xcf_open_profiles()
617 code = xcf_open_profile(xdev, xdev->profile_out_fn, in xcf_open_profiles()
654 pos.data = (const byte *)xdev->profile_out_fn, in xcf_get_params()
655 pos.size = strlen(xdev->profile_out_fn), in xcf_get_params()
826 sizeof(pdevn->profile_out_fn)); in xcf_put_params()
903 memcpy(pdevn->profile_out_fn, po.data, po.size); in xcf_put_params()
904 pdevn->profile_out_fn[po.size] = 0; in xcf_put_params()
/dports/print/ghostscript8-base/ghostscript-8.71/base/
H A Dgdevrinkj.c112 char profile_out_fn[256]; member
461 if (rdev->lu_out == NULL && rdev->profile_out_fn[0]) { in rinkj_open_profiles()
462 code = rinkj_open_profile(rdev, rdev->profile_out_fn, in rinkj_open_profiles()
490 pos.data = (const byte *)rdev->profile_out_fn, in rinkj_get_params()
491 pos.size = strlen(rdev->profile_out_fn), in rinkj_get_params()
661 sizeof(pdevn->profile_out_fn)); in rinkj_put_params()
735 memcpy(pdevn->profile_out_fn, po.data, po.size); in rinkj_put_params()
736 pdevn->profile_out_fn[po.size] = 0; in rinkj_put_params()
H A Dgdevpsd.c90 char profile_out_fn[256]; member
659 if (xdev->lu_out == NULL && xdev->profile_out_fn[0]) { in psd_open_profiles()
660 code = psd_open_profile(xdev, xdev->profile_out_fn, in psd_open_profiles()
696 pos.data = (const byte *)xdev->profile_out_fn, in psd_get_params()
697 pos.size = strlen(xdev->profile_out_fn), in psd_get_params()
792 sizeof(pdevn->profile_out_fn)); in psd_put_params()
834 memcpy(pdevn->profile_out_fn, po.data, po.size); in psd_put_params()
835 pdevn->profile_out_fn[po.size] = 0; in psd_put_params()
H A Dgdevxcf.c118 char profile_out_fn[256]; member
616 if (xdev->lu_out == NULL && xdev->profile_out_fn[0]) { in xcf_open_profiles()
617 code = xcf_open_profile(xdev, xdev->profile_out_fn, in xcf_open_profiles()
654 pos.data = (const byte *)xdev->profile_out_fn, in xcf_get_params()
655 pos.size = strlen(xdev->profile_out_fn), in xcf_get_params()
826 sizeof(pdevn->profile_out_fn)); in xcf_put_params()
903 memcpy(pdevn->profile_out_fn, po.data, po.size); in xcf_put_params()
904 pdevn->profile_out_fn[po.size] = 0; in xcf_put_params()