Home
last modified time | relevance | path

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

/dports/print/ghostscript7-base/ghostscript-7.07/src/
H A Dgdevpsft.c527 uint numTables_stored, numTables, numTables_out; in psf_write_truetype_data() local
711 numTables_out = numTables + 3 /* head, glyf, loca */ in psf_write_truetype_data()
714 if (numTables_out >= MAX_NUM_TABLES) in psf_write_truetype_data()
716 offset = 12 + numTables_out * 16; in psf_write_truetype_data()
769 numTables = numTables_out; in psf_write_truetype_data()
/dports/print/ghostscript7-x11/ghostscript-7.07/src/
H A Dgdevpsft.c527 uint numTables_stored, numTables, numTables_out; in psf_write_truetype_data() local
711 numTables_out = numTables + 3 /* head, glyf, loca */ in psf_write_truetype_data()
714 if (numTables_out >= MAX_NUM_TABLES) in psf_write_truetype_data()
716 offset = 12 + numTables_out * 16; in psf_write_truetype_data()
769 numTables = numTables_out; in psf_write_truetype_data()
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/devices/vector/
H A Dgdevpsft.c774 uint numTables_stored, numTables, numTables_out; in psf_write_truetype_data() local
1017 numTables_out = numTables + 1 /* head */ in psf_write_truetype_data()
1022 if (numTables_out >= MAX_NUM_TT_TABLES) in psf_write_truetype_data()
1024 offset = 12 + numTables_out * 16; in psf_write_truetype_data()
1096 numTables = numTables_out; in psf_write_truetype_data()
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dgdevpsft.c762 uint numTables_stored, numTables, numTables_out; in psf_write_truetype_data() local
1006 numTables_out = numTables + 1 /* head */ in psf_write_truetype_data()
1011 if (numTables_out >= MAX_NUM_TT_TABLES) in psf_write_truetype_data()
1013 offset = 12 + numTables_out * 16; in psf_write_truetype_data()
1086 numTables = numTables_out; in psf_write_truetype_data()
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dgdevpsft.c762 uint numTables_stored, numTables, numTables_out; in psf_write_truetype_data() local
1006 numTables_out = numTables + 1 /* head */ in psf_write_truetype_data()
1011 if (numTables_out >= MAX_NUM_TT_TABLES) in psf_write_truetype_data()
1013 offset = 12 + numTables_out * 16; in psf_write_truetype_data()
1086 numTables = numTables_out; in psf_write_truetype_data()
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/devices/vector/
H A Dgdevpsft.c774 uint numTables_stored, numTables, numTables_out; in psf_write_truetype_data() local
1017 numTables_out = numTables + 1 /* head */ in psf_write_truetype_data()
1022 if (numTables_out >= MAX_NUM_TT_TABLES) in psf_write_truetype_data()
1024 offset = 12 + numTables_out * 16; in psf_write_truetype_data()
1096 numTables = numTables_out; in psf_write_truetype_data()
/dports/print/ghostscript8-base/ghostscript-8.71/base/
H A Dgdevpsft.c757 uint numTables_stored, numTables, numTables_out; in psf_write_truetype_data() local
993 numTables_out = numTables + 1 /* head */ in psf_write_truetype_data()
998 if (numTables_out >= MAX_NUM_TT_TABLES) in psf_write_truetype_data()
1000 offset = 12 + numTables_out * 16; in psf_write_truetype_data()
1073 numTables = numTables_out; in psf_write_truetype_data()
/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dgdevpsft.c757 uint numTables_stored, numTables, numTables_out; in psf_write_truetype_data() local
993 numTables_out = numTables + 1 /* head */ in psf_write_truetype_data()
998 if (numTables_out >= MAX_NUM_TT_TABLES) in psf_write_truetype_data()
1000 offset = 12 + numTables_out * 16; in psf_write_truetype_data()
1073 numTables = numTables_out; in psf_write_truetype_data()