Home
last modified time | relevance | path

Searched refs:real_widths (Results 1 – 25 of 36) sorted by relevance

12

/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dgdevpdtt.c525 e0->real_widths = 0; in pdf_remove_font_cache_elem()
573 num_widths * sizeof(*e->real_widths) * in alloc_font_cache_elem_arrays()
579 gs_free_object(pdev->pdf_memory, e->real_widths, in alloc_font_cache_elem_arrays()
586 memset(e->real_widths, 0, num_widths * sizeof(*e->real_widths)); in alloc_font_cache_elem_arrays()
611 ((*e)->real_widths == NULL && real_widths !=NULL))) { in pdf_attached_font_resource()
620 if (real_widths != NULL) in pdf_attached_font_resource()
621 *real_widths = (e == NULL ? NULL : (*e)->real_widths); in pdf_attached_font_resource()
658 memset(e->real_widths, 0, num_widths * sizeof(*e->real_widths)); in pdf_attach_font_resource()
670 e->real_widths = NULL; in pdf_attach_font_resource()
1791 double *real_widths; in pdf_obtain_font_resource() local
[all …]
H A Dgdevpdte.c586 double *real_widths; in pdf_char_widths() local
591 &glyph_usage, &real_widths, &char_cache_size, &width_cache_size); in pdf_char_widths()
602 if (font->FontType != ft_user_defined && real_widths[ch] == 0) { in pdf_char_widths()
626 real_widths[ch] = pwidths->real_width.w; in pdf_char_widths()
642 pwidths->real_width.w = real_widths[ch * 2]; in pdf_char_widths()
645 pwidths->real_width.xy.x = real_widths[ch * 2 + 0]; in pdf_char_widths()
646 pwidths->real_width.xy.y = real_widths[ch * 2 + 1]; in pdf_char_widths()
649 pwidths->real_width.w = real_widths[ch]; in pdf_char_widths()
655 pwidths->real_width.w = real_widths[ch]; in pdf_char_widths()
H A Dgdevpdti.c861 double *real_widths; in complete_adding_char() local
868 &glyph_usage, &real_widths, &char_cache_size, &width_cache_size); in complete_adding_char()
878 real_widths[ch * 2 ] = pcp->real_width.x; in complete_adding_char()
879 real_widths[ch * 2 + 1] = pcp->real_width.y; in complete_adding_char()
900 double *real_widths; in pdf_char_widths_from_charprocs() local
907 &glyph_usage, &real_widths, &char_cache_size, &width_cache_size); in pdf_char_widths_from_charprocs()
914 real_widths[ch * 2 ] = pcp->real_width.x; in pdf_char_widths_from_charprocs()
915 real_widths[ch * 2 + 1] = pcp->real_width.y; in pdf_char_widths_from_charprocs()
H A Dgdevpdtt.h203 double **real_widths, int *num_chars, int *num_widths);
/dports/print/ghostscript8-base/ghostscript-8.71/base/
H A Dgdevpdtt.c525 e0->real_widths = 0; in pdf_remove_font_cache_elem()
573 num_widths * sizeof(*e->real_widths) * in alloc_font_cache_elem_arrays()
579 gs_free_object(pdev->pdf_memory, e->real_widths, in alloc_font_cache_elem_arrays()
586 memset(e->real_widths, 0, num_widths * sizeof(*e->real_widths)); in alloc_font_cache_elem_arrays()
611 ((*e)->real_widths == NULL && real_widths !=NULL))) { in pdf_attached_font_resource()
620 if (real_widths != NULL) in pdf_attached_font_resource()
621 *real_widths = (e == NULL ? NULL : (*e)->real_widths); in pdf_attached_font_resource()
658 memset(e->real_widths, 0, num_widths * sizeof(*e->real_widths)); in pdf_attach_font_resource()
670 e->real_widths = NULL; in pdf_attach_font_resource()
1791 double *real_widths; in pdf_obtain_font_resource() local
[all …]
H A Dgdevpdte.c586 double *real_widths; in pdf_char_widths() local
591 &glyph_usage, &real_widths, &char_cache_size, &width_cache_size); in pdf_char_widths()
602 if (font->FontType != ft_user_defined && real_widths[ch] == 0) { in pdf_char_widths()
626 real_widths[ch] = pwidths->real_width.w; in pdf_char_widths()
642 pwidths->real_width.w = real_widths[ch * 2]; in pdf_char_widths()
645 pwidths->real_width.xy.x = real_widths[ch * 2 + 0]; in pdf_char_widths()
646 pwidths->real_width.xy.y = real_widths[ch * 2 + 1]; in pdf_char_widths()
649 pwidths->real_width.w = real_widths[ch]; in pdf_char_widths()
655 pwidths->real_width.w = real_widths[ch]; in pdf_char_widths()
H A Dgdevpdti.c861 double *real_widths; in complete_adding_char() local
868 &glyph_usage, &real_widths, &char_cache_size, &width_cache_size); in complete_adding_char()
878 real_widths[ch * 2 ] = pcp->real_width.x; in complete_adding_char()
879 real_widths[ch * 2 + 1] = pcp->real_width.y; in complete_adding_char()
900 double *real_widths; in pdf_char_widths_from_charprocs() local
907 &glyph_usage, &real_widths, &char_cache_size, &width_cache_size); in pdf_char_widths_from_charprocs()
914 real_widths[ch * 2 ] = pcp->real_width.x; in pdf_char_widths_from_charprocs()
915 real_widths[ch * 2 + 1] = pcp->real_width.y; in pdf_char_widths_from_charprocs()
H A Dgdevpdtt.h203 double **real_widths, int *num_chars, int *num_widths);
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dgdevpdtt.c717 e0->real_widths = 0; in pdf_remove_font_cache_elem()
775 gs_free_object(pdev->pdf_memory, e->real_widths, in alloc_font_cache_elem_arrays()
782 if (e->real_widths != NULL) in alloc_font_cache_elem_arrays()
783 memset(e->real_widths, 0, num_widths * sizeof(*e->real_widths)); in alloc_font_cache_elem_arrays()
818 ((*e)->real_widths == NULL && real_widths !=NULL))) { in pdf_attached_font_resource()
827 if (real_widths != NULL) in pdf_attached_font_resource()
828 *real_widths = (e == NULL ? NULL : (*e)->real_widths); in pdf_attached_font_resource()
864 memset(e->real_widths, 0, num_widths * sizeof(*e->real_widths)); in pdf_attach_font_resource()
875 e->real_widths = NULL; in pdf_attach_font_resource()
2075 double *real_widths; in pdf_obtain_font_resource() local
[all …]
H A Dgdevpdte.c681 double *real_widths; in pdf_char_widths() local
686 &glyph_usage, &real_widths, &char_cache_size, &width_cache_size); in pdf_char_widths()
699 font->FontType != ft_GL2_stick_user_defined)&& real_widths[ch] == 0) { in pdf_char_widths()
723 real_widths[ch] = pwidths->real_width.w; in pdf_char_widths()
744 pwidths->real_width.w = real_widths[ch * 2]; in pdf_char_widths()
747 pwidths->real_width.xy.x = real_widths[ch * 2 + 0]; in pdf_char_widths()
748 pwidths->real_width.xy.y = real_widths[ch * 2 + 1]; in pdf_char_widths()
751 pwidths->real_width.w = real_widths[ch]; in pdf_char_widths()
757 pwidths->real_width.w = real_widths[ch]; in pdf_char_widths()
H A Dgdevpdti.c1004 double *real_widths; in complete_adding_char() local
1011 &glyph_usage, &real_widths, &char_cache_size, &width_cache_size); in complete_adding_char()
1021 real_widths[ch * 2 ] = pcp->real_width.x; in complete_adding_char()
1022 real_widths[ch * 2 + 1] = pcp->real_width.y; in complete_adding_char()
1043 double *real_widths; in pdf_char_widths_from_charprocs() local
1050 &glyph_usage, &real_widths, &char_cache_size, &width_cache_size); in pdf_char_widths_from_charprocs()
1057 real_widths[ch * 2 ] = pcp->real_width.x; in pdf_char_widths_from_charprocs()
1058 real_widths[ch * 2 + 1] = pcp->real_width.y; in pdf_char_widths_from_charprocs()
H A Dgdevpdtt.h205 double **real_widths, int *num_chars, int *num_widths);
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dgdevpdtt.c717 e0->real_widths = 0; in pdf_remove_font_cache_elem()
775 gs_free_object(pdev->pdf_memory, e->real_widths, in alloc_font_cache_elem_arrays()
782 if (e->real_widths != NULL) in alloc_font_cache_elem_arrays()
783 memset(e->real_widths, 0, num_widths * sizeof(*e->real_widths)); in alloc_font_cache_elem_arrays()
818 ((*e)->real_widths == NULL && real_widths !=NULL))) { in pdf_attached_font_resource()
827 if (real_widths != NULL) in pdf_attached_font_resource()
828 *real_widths = (e == NULL ? NULL : (*e)->real_widths); in pdf_attached_font_resource()
864 memset(e->real_widths, 0, num_widths * sizeof(*e->real_widths)); in pdf_attach_font_resource()
875 e->real_widths = NULL; in pdf_attach_font_resource()
2075 double *real_widths; in pdf_obtain_font_resource() local
[all …]
H A Dgdevpdte.c681 double *real_widths; in pdf_char_widths() local
686 &glyph_usage, &real_widths, &char_cache_size, &width_cache_size); in pdf_char_widths()
699 font->FontType != ft_GL2_stick_user_defined)&& real_widths[ch] == 0) { in pdf_char_widths()
723 real_widths[ch] = pwidths->real_width.w; in pdf_char_widths()
744 pwidths->real_width.w = real_widths[ch * 2]; in pdf_char_widths()
747 pwidths->real_width.xy.x = real_widths[ch * 2 + 0]; in pdf_char_widths()
748 pwidths->real_width.xy.y = real_widths[ch * 2 + 1]; in pdf_char_widths()
751 pwidths->real_width.w = real_widths[ch]; in pdf_char_widths()
757 pwidths->real_width.w = real_widths[ch]; in pdf_char_widths()
H A Dgdevpdti.c1004 double *real_widths; in complete_adding_char() local
1011 &glyph_usage, &real_widths, &char_cache_size, &width_cache_size); in complete_adding_char()
1021 real_widths[ch * 2 ] = pcp->real_width.x; in complete_adding_char()
1022 real_widths[ch * 2 + 1] = pcp->real_width.y; in complete_adding_char()
1043 double *real_widths; in pdf_char_widths_from_charprocs() local
1050 &glyph_usage, &real_widths, &char_cache_size, &width_cache_size); in pdf_char_widths_from_charprocs()
1057 real_widths[ch * 2 ] = pcp->real_width.x; in pdf_char_widths_from_charprocs()
1058 real_widths[ch * 2 + 1] = pcp->real_width.y; in pdf_char_widths_from_charprocs()
H A Dgdevpdtt.h205 double **real_widths, int *num_chars, int *num_widths);
H A Dgdevpdtc.c402 double *real_widths, *w, *v, *w0; in scan_cmap_text() local
466 … &glyph_usage, &real_widths, &char_cache_size, &width_cache_size); in scan_cmap_text()
587 real_widths[cid] = widths.real_width.w; in scan_cmap_text()
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/devices/vector/
H A Dgdevpdtt.c712 e0->real_widths = 0; in pdf_remove_font_cache_elem()
775 gs_free_object(pdev->pdf_memory, e->real_widths, in alloc_font_cache_elem_arrays()
782 if (e->real_widths != NULL) in alloc_font_cache_elem_arrays()
783 memset(e->real_widths, 0, num_widths * sizeof(*e->real_widths)); in alloc_font_cache_elem_arrays()
818 ((*e)->real_widths == NULL && real_widths !=NULL))) { in pdf_attached_font_resource()
827 if (real_widths != NULL) in pdf_attached_font_resource()
828 *real_widths = (e == NULL ? NULL : (*e)->real_widths); in pdf_attached_font_resource()
867 memset(e->real_widths, 0, num_widths * sizeof(*e->real_widths)); in pdf_attach_font_resource()
878 e->real_widths = NULL; in pdf_attach_font_resource()
2163 double *real_widths; in pdf_obtain_font_resource() local
[all …]
H A Dgdevpdti.c1035 double *real_widths; in complete_adding_char() local
1042 &glyph_usage, &real_widths, &char_cache_size, &width_cache_size); in complete_adding_char()
1052 real_widths[ch * 2 ] = pcp->real_width.x; in complete_adding_char()
1053 real_widths[ch * 2 + 1] = pcp->real_width.y; in complete_adding_char()
1074 double *real_widths; in pdf_char_widths_from_charprocs() local
1081 &glyph_usage, &real_widths, &char_cache_size, &width_cache_size); in pdf_char_widths_from_charprocs()
1088 real_widths[ch * 2 ] = pcp->real_width.x; in pdf_char_widths_from_charprocs()
1089 real_widths[ch * 2 + 1] = pcp->real_width.y; in pdf_char_widths_from_charprocs()
H A Dgdevpdte.c868 double *real_widths; in pdf_char_widths() local
873 &glyph_usage, &real_widths, &char_cache_size, &width_cache_size); in pdf_char_widths()
889 font->FontType != ft_GL2_531) && real_widths[ch] == 0) { in pdf_char_widths()
914 real_widths[ch] = pwidths->real_width.w; in pdf_char_widths()
945 pwidths->real_width.w = real_widths[ch * 2]; in pdf_char_widths()
948 pwidths->real_width.xy.x = real_widths[ch * 2 + 0]; in pdf_char_widths()
949 pwidths->real_width.xy.y = real_widths[ch * 2 + 1]; in pdf_char_widths()
952 pwidths->real_width.w = real_widths[ch]; in pdf_char_widths()
958 pwidths->real_width.w = real_widths[ch]; in pdf_char_widths()
H A Dgdevpdtt.h199 double **real_widths, int *num_chars, int *num_widths);
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/devices/vector/
H A Dgdevpdtt.c712 e0->real_widths = 0; in pdf_remove_font_cache_elem()
775 gs_free_object(pdev->pdf_memory, e->real_widths, in alloc_font_cache_elem_arrays()
782 if (e->real_widths != NULL) in alloc_font_cache_elem_arrays()
783 memset(e->real_widths, 0, num_widths * sizeof(*e->real_widths)); in alloc_font_cache_elem_arrays()
818 ((*e)->real_widths == NULL && real_widths !=NULL))) { in pdf_attached_font_resource()
827 if (real_widths != NULL) in pdf_attached_font_resource()
828 *real_widths = (e == NULL ? NULL : (*e)->real_widths); in pdf_attached_font_resource()
867 memset(e->real_widths, 0, num_widths * sizeof(*e->real_widths)); in pdf_attach_font_resource()
878 e->real_widths = NULL; in pdf_attach_font_resource()
2163 double *real_widths; in pdf_obtain_font_resource() local
[all …]
H A Dgdevpdti.c1035 double *real_widths; in complete_adding_char() local
1042 &glyph_usage, &real_widths, &char_cache_size, &width_cache_size); in complete_adding_char()
1052 real_widths[ch * 2 ] = pcp->real_width.x; in complete_adding_char()
1053 real_widths[ch * 2 + 1] = pcp->real_width.y; in complete_adding_char()
1074 double *real_widths; in pdf_char_widths_from_charprocs() local
1081 &glyph_usage, &real_widths, &char_cache_size, &width_cache_size); in pdf_char_widths_from_charprocs()
1088 real_widths[ch * 2 ] = pcp->real_width.x; in pdf_char_widths_from_charprocs()
1089 real_widths[ch * 2 + 1] = pcp->real_width.y; in pdf_char_widths_from_charprocs()
H A Dgdevpdte.c868 double *real_widths; in pdf_char_widths() local
873 &glyph_usage, &real_widths, &char_cache_size, &width_cache_size); in pdf_char_widths()
889 font->FontType != ft_GL2_531) && real_widths[ch] == 0) { in pdf_char_widths()
914 real_widths[ch] = pwidths->real_width.w; in pdf_char_widths()
945 pwidths->real_width.w = real_widths[ch * 2]; in pdf_char_widths()
948 pwidths->real_width.xy.x = real_widths[ch * 2 + 0]; in pdf_char_widths()
949 pwidths->real_width.xy.y = real_widths[ch * 2 + 1]; in pdf_char_widths()
952 pwidths->real_width.w = real_widths[ch]; in pdf_char_widths()
958 pwidths->real_width.w = real_widths[ch]; in pdf_char_widths()
H A Dgdevpdtt.h199 double **real_widths, int *num_chars, int *num_widths);

12