Home
last modified time | relevance | path

Searched refs:CIDCount (Results 1 – 25 of 118) sorted by relevance

12345

/dports/print/ghostscript9-x11/ghostscript-9.06/psi/
H A Dzfcid.c50 &pdata->CIDCount)) < 0 in cid_font_data_param()
54 pdata->MaxCID = pdata->CIDCount + 1; in cid_font_data_param()
/dports/print/ghostscript9-base/ghostscript-9.06/psi/
H A Dzfcid.c50 &pdata->CIDCount)) < 0 in cid_font_data_param()
54 pdata->MaxCID = pdata->CIDCount + 1; in cid_font_data_param()
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/psi/
H A Dzfcid.c50 &pdata->CIDCount)) < 0 in cid_font_data_param()
54 pdata->MaxCID = pdata->CIDCount + 1; in cid_font_data_param()
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/psi/
H A Dzfcid.c50 &pdata->CIDCount)) < 0 in cid_font_data_param()
54 pdata->MaxCID = pdata->CIDCount + 1; in cid_font_data_param()
/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dgxfcopy.c1752 int CIDCount = copied2->cidata.common.CIDCount; in copy_font_cid2() local
1754 gs_alloc_byte_array(copied->memory, CIDCount, sizeof(ushort), in copy_font_cid2()
1767 memset(CIDMap, 0xff, CIDCount * sizeof(*CIDMap)); in copy_font_cid2()
1779 static int expand_CIDMap(gs_font_cid2 *copied2, uint CIDCount) in expand_CIDMap() argument
1784 if (CIDCount <= copied2->cidata.common.CIDCount) in expand_CIDMap()
1792 memset(CIDMap + copied2->cidata.common.CIDCount, 0xFF, in expand_CIDMap()
1793 (CIDCount - copied2->cidata.common.CIDCount) * sizeof(*CIDMap)); in expand_CIDMap()
1795 copied2->cidata.common.CIDCount = CIDCount; in expand_CIDMap()
1810 int CIDCount; in copy_glyph_cid2() local
1815 CIDCount = copied2->cidata.common.CIDCount; in copy_glyph_cid2()
[all …]
H A Dgsfcid2.c34 if (cid >= pfont->cidata.common.CIDCount) in identity_CIDMap_proc()
60 pfcid->cidata.common.CIDCount = pfont42->data.numGlyphs; in gs_font_cid2_from_type42()
H A Dgxfcid.h34 int CIDCount; member
/dports/print/ghostscript8-base/ghostscript-8.71/base/
H A Dgxfcopy.c1752 int CIDCount = copied2->cidata.common.CIDCount; in copy_font_cid2() local
1754 gs_alloc_byte_array(copied->memory, CIDCount, sizeof(ushort), in copy_font_cid2()
1767 memset(CIDMap, 0xff, CIDCount * sizeof(*CIDMap)); in copy_font_cid2()
1779 static int expand_CIDMap(gs_font_cid2 *copied2, uint CIDCount) in expand_CIDMap() argument
1784 if (CIDCount <= copied2->cidata.common.CIDCount) in expand_CIDMap()
1792 memset(CIDMap + copied2->cidata.common.CIDCount, 0xFF, in expand_CIDMap()
1793 (CIDCount - copied2->cidata.common.CIDCount) * sizeof(*CIDMap)); in expand_CIDMap()
1795 copied2->cidata.common.CIDCount = CIDCount; in expand_CIDMap()
1810 int CIDCount; in copy_glyph_cid2() local
1815 CIDCount = copied2->cidata.common.CIDCount; in copy_glyph_cid2()
[all …]
H A Dgsfcid2.c34 if (cid >= pfont->cidata.common.CIDCount) in identity_CIDMap_proc()
60 pfcid->cidata.common.CIDCount = pfont42->data.numGlyphs; in gs_font_cid2_from_type42()
H A Dgxfcid.h34 int CIDCount; member
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/devices/
H A Dgxfcopy.c1819 int CIDCount = copied2->cidata.common.CIDCount; in copy_font_cid2() local
1821 gs_alloc_byte_array(copied->memory, CIDCount, sizeof(ushort), in copy_font_cid2()
1834 memset(CIDMap, 0xff, CIDCount * sizeof(*CIDMap)); in copy_font_cid2()
1856 static int expand_CIDMap(gs_font_cid2 *copied2, uint CIDCount) in expand_CIDMap() argument
1861 if (CIDCount <= copied2->cidata.common.CIDCount) in expand_CIDMap()
1869 memset(CIDMap + copied2->cidata.common.CIDCount, 0xFF, in expand_CIDMap()
1870 (CIDCount - copied2->cidata.common.CIDCount) * sizeof(*CIDMap)); in expand_CIDMap()
1872 copied2->cidata.common.CIDCount = CIDCount; in expand_CIDMap()
1887 int CIDCount; in copy_glyph_cid2() local
1892 CIDCount = copied2->cidata.common.CIDCount; in copy_glyph_cid2()
[all …]
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dgxfcopy.c1788 int CIDCount = copied2->cidata.common.CIDCount; in copy_font_cid2() local
1790 gs_alloc_byte_array(copied->memory, CIDCount, sizeof(ushort), in copy_font_cid2()
1803 memset(CIDMap, 0xff, CIDCount * sizeof(*CIDMap)); in copy_font_cid2()
1825 static int expand_CIDMap(gs_font_cid2 *copied2, uint CIDCount) in expand_CIDMap() argument
1830 if (CIDCount <= copied2->cidata.common.CIDCount) in expand_CIDMap()
1838 memset(CIDMap + copied2->cidata.common.CIDCount, 0xFF, in expand_CIDMap()
1839 (CIDCount - copied2->cidata.common.CIDCount) * sizeof(*CIDMap)); in expand_CIDMap()
1841 copied2->cidata.common.CIDCount = CIDCount; in expand_CIDMap()
1856 int CIDCount; in copy_glyph_cid2() local
1861 CIDCount = copied2->cidata.common.CIDCount; in copy_glyph_cid2()
[all …]
H A Dgsfcid2.c36 if (cid >= pfont->cidata.common.CIDCount) in identity_CIDMap_proc()
62 pfcid->cidata.common.CIDCount = pfont42->data.numGlyphs; in gs_font_cid2_from_type42()
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/devices/
H A Dgxfcopy.c1819 int CIDCount = copied2->cidata.common.CIDCount; in copy_font_cid2() local
1821 gs_alloc_byte_array(copied->memory, CIDCount, sizeof(ushort), in copy_font_cid2()
1834 memset(CIDMap, 0xff, CIDCount * sizeof(*CIDMap)); in copy_font_cid2()
1856 static int expand_CIDMap(gs_font_cid2 *copied2, uint CIDCount) in expand_CIDMap() argument
1861 if (CIDCount <= copied2->cidata.common.CIDCount) in expand_CIDMap()
1869 memset(CIDMap + copied2->cidata.common.CIDCount, 0xFF, in expand_CIDMap()
1870 (CIDCount - copied2->cidata.common.CIDCount) * sizeof(*CIDMap)); in expand_CIDMap()
1872 copied2->cidata.common.CIDCount = CIDCount; in expand_CIDMap()
1887 int CIDCount; in copy_glyph_cid2() local
1892 CIDCount = copied2->cidata.common.CIDCount; in copy_glyph_cid2()
[all …]
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dgxfcopy.c1788 int CIDCount = copied2->cidata.common.CIDCount; in copy_font_cid2() local
1790 gs_alloc_byte_array(copied->memory, CIDCount, sizeof(ushort), in copy_font_cid2()
1803 memset(CIDMap, 0xff, CIDCount * sizeof(*CIDMap)); in copy_font_cid2()
1825 static int expand_CIDMap(gs_font_cid2 *copied2, uint CIDCount) in expand_CIDMap() argument
1830 if (CIDCount <= copied2->cidata.common.CIDCount) in expand_CIDMap()
1838 memset(CIDMap + copied2->cidata.common.CIDCount, 0xFF, in expand_CIDMap()
1839 (CIDCount - copied2->cidata.common.CIDCount) * sizeof(*CIDMap)); in expand_CIDMap()
1841 copied2->cidata.common.CIDCount = CIDCount; in expand_CIDMap()
1856 int CIDCount; in copy_glyph_cid2() local
1861 CIDCount = copied2->cidata.common.CIDCount; in copy_glyph_cid2()
[all …]
H A Dgsfcid2.c36 if (cid >= pfont->cidata.common.CIDCount) in identity_CIDMap_proc()
62 pfcid->cidata.common.CIDCount = pfont42->data.numGlyphs; in gs_font_cid2_from_type42()
/dports/print/ghostscript8-x11/ghostscript-8.71/psi/
H A Dzfcid.c48 &pdata->CIDCount)) < 0 in cid_font_data_param()
/dports/print/ghostscript8-base/ghostscript-8.71/psi/
H A Dzfcid.c48 &pdata->CIDCount)) < 0 in cid_font_data_param()
/dports/print/ghostscript7-base/ghostscript-7.07/src/
H A Dzfcid.c53 &pdata->CIDCount)) < 0 in cid_font_data_param()
H A Dgxfcid.h38 int CIDCount; member
/dports/print/ghostscript7-x11/ghostscript-7.07/src/
H A Dzfcid.c53 &pdata->CIDCount)) < 0 in cid_font_data_param()
H A Dgxfcid.h38 int CIDCount; member
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/base/
H A Dgsfcid2.c36 if (cid >= pfont->cidata.common.CIDCount) in identity_CIDMap_proc()
62 pfcid->cidata.common.CIDCount = pfont42->data.numGlyphs; in gs_font_cid2_from_type42()
H A Dgxfcid.h37 int CIDCount; member
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/base/
H A Dgsfcid2.c36 if (cid >= pfont->cidata.common.CIDCount) in identity_CIDMap_proc()
62 pfcid->cidata.common.CIDCount = pfont42->data.numGlyphs; in gs_font_cid2_from_type42()

12345