Home
last modified time | relevance | path

Searched refs:glyf_length (Results 1 – 8 of 8) sorted by relevance

/dports/print/ghostscript7-base/ghostscript-7.07/src/
H A Dgdevpsft.c534 uint glyf_length, glyf_checksum = 0 /****** NO CHECKSUM ******/; in psf_write_truetype_data() local
647 for (max_glyph = 0, glyf_length = 0; in psf_write_truetype_data()
659 glyf_length += glyph_string.size; in psf_write_truetype_data()
668 if (glyf_length == 0) in psf_write_truetype_data()
669 glyf_length = 1; in psf_write_truetype_data()
671 (ulong)max_glyph, (ulong)glyf_length); in psf_write_truetype_data()
681 indexToLocFormat = (glyf_length > 0x1fffc); in psf_write_truetype_data()
729 offset = put_table(tab, "glyf", glyf_checksum, offset, glyf_length); in psf_write_truetype_data()
846 while (offset < glyf_length) in psf_write_truetype_data()
/dports/print/ghostscript7-x11/ghostscript-7.07/src/
H A Dgdevpsft.c534 uint glyf_length, glyf_checksum = 0 /****** NO CHECKSUM ******/; in psf_write_truetype_data() local
647 for (max_glyph = 0, glyf_length = 0; in psf_write_truetype_data()
659 glyf_length += glyph_string.size; in psf_write_truetype_data()
668 if (glyf_length == 0) in psf_write_truetype_data()
669 glyf_length = 1; in psf_write_truetype_data()
671 (ulong)max_glyph, (ulong)glyf_length); in psf_write_truetype_data()
681 indexToLocFormat = (glyf_length > 0x1fffc); in psf_write_truetype_data()
729 offset = put_table(tab, "glyf", glyf_checksum, offset, glyf_length); in psf_write_truetype_data()
846 while (offset < glyf_length) in psf_write_truetype_data()
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/devices/vector/
H A Dgdevpsft.c780 uint glyf_length, loca_length; in psf_write_truetype_data() local
925 for (max_glyph = 0, glyf_length = 0; in psf_write_truetype_data()
943 glyf_length += l; in psf_write_truetype_data()
951 glyf_length = 0; in psf_write_truetype_data()
976 indexToLocFormat = (glyf_length > 0x1fffc); in psf_write_truetype_data()
980 glyf_length -= glyf_alignment; in psf_write_truetype_data()
982 if (glyf_length == 0) in psf_write_truetype_data()
983 glyf_length = 1; in psf_write_truetype_data()
986 (ulong)max_glyph, (ulong)glyf_length); in psf_write_truetype_data()
1040 offset, glyf_length); in psf_write_truetype_data()
[all …]
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dgdevpsft.c768 uint glyf_length, loca_length; in psf_write_truetype_data() local
915 for (max_glyph = 0, glyf_length = 0; in psf_write_truetype_data()
933 glyf_length += l; in psf_write_truetype_data()
941 glyf_length = 0; in psf_write_truetype_data()
966 indexToLocFormat = (glyf_length > 0x1fffc); in psf_write_truetype_data()
970 glyf_length -= glyf_alignment; in psf_write_truetype_data()
972 if (glyf_length == 0) in psf_write_truetype_data()
973 glyf_length = 1; in psf_write_truetype_data()
976 (ulong)max_glyph, (ulong)glyf_length); in psf_write_truetype_data()
1029 offset, glyf_length); in psf_write_truetype_data()
[all …]
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dgdevpsft.c768 uint glyf_length, loca_length; in psf_write_truetype_data() local
915 for (max_glyph = 0, glyf_length = 0; in psf_write_truetype_data()
933 glyf_length += l; in psf_write_truetype_data()
941 glyf_length = 0; in psf_write_truetype_data()
966 indexToLocFormat = (glyf_length > 0x1fffc); in psf_write_truetype_data()
970 glyf_length -= glyf_alignment; in psf_write_truetype_data()
972 if (glyf_length == 0) in psf_write_truetype_data()
973 glyf_length = 1; in psf_write_truetype_data()
976 (ulong)max_glyph, (ulong)glyf_length); in psf_write_truetype_data()
1029 offset, glyf_length); in psf_write_truetype_data()
[all …]
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/devices/vector/
H A Dgdevpsft.c780 uint glyf_length, loca_length; in psf_write_truetype_data() local
925 for (max_glyph = 0, glyf_length = 0; in psf_write_truetype_data()
943 glyf_length += l; in psf_write_truetype_data()
951 glyf_length = 0; in psf_write_truetype_data()
976 indexToLocFormat = (glyf_length > 0x1fffc); in psf_write_truetype_data()
980 glyf_length -= glyf_alignment; in psf_write_truetype_data()
982 if (glyf_length == 0) in psf_write_truetype_data()
983 glyf_length = 1; in psf_write_truetype_data()
986 (ulong)max_glyph, (ulong)glyf_length); in psf_write_truetype_data()
1040 offset, glyf_length); in psf_write_truetype_data()
[all …]
/dports/print/ghostscript8-base/ghostscript-8.71/base/
H A Dgdevpsft.c763 uint glyf_length, loca_length; in psf_write_truetype_data() local
904 for (max_glyph = 0, glyf_length = 0; in psf_write_truetype_data()
922 glyf_length += l; in psf_write_truetype_data()
930 glyf_length = 0; in psf_write_truetype_data()
953 indexToLocFormat = (glyf_length > 0x1fffc); in psf_write_truetype_data()
957 glyf_length -= glyf_alignment; in psf_write_truetype_data()
959 if (glyf_length == 0) in psf_write_truetype_data()
960 glyf_length = 1; in psf_write_truetype_data()
963 (ulong)max_glyph, (ulong)glyf_length); in psf_write_truetype_data()
1016 offset, glyf_length); in psf_write_truetype_data()
[all …]
/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dgdevpsft.c763 uint glyf_length, loca_length; in psf_write_truetype_data() local
904 for (max_glyph = 0, glyf_length = 0; in psf_write_truetype_data()
922 glyf_length += l; in psf_write_truetype_data()
930 glyf_length = 0; in psf_write_truetype_data()
953 indexToLocFormat = (glyf_length > 0x1fffc); in psf_write_truetype_data()
957 glyf_length -= glyf_alignment; in psf_write_truetype_data()
959 if (glyf_length == 0) in psf_write_truetype_data()
960 glyf_length = 1; in psf_write_truetype_data()
963 (ulong)max_glyph, (ulong)glyf_length); in psf_write_truetype_data()
1016 offset, glyf_length); in psf_write_truetype_data()
[all …]