Home
last modified time | relevance | path

Searched refs:pcmap (Results 1 – 25 of 178) sorted by relevance

12345678

/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dgsfcmap.c225 return pcmap->procs->is_identity(pcmap, font_index_only); in gs_cmap_is_identity()
239 return pcmap->procs->decode_next(pcmap, str, pindex, pfidx, pchr, pglyph); in gs_cmap_decode_next()
251 pcmap->procs->enum_ranges(pcmap, penum); in gs_cmap_ranges_enum_init()
267 pcmap->procs->enum_lookups(pcmap, which, penum); in gs_cmap_lookups_enum_init()
291 memset(pcmap, 0, sizeof(*pcmap)); in gs_cmap_init()
309 gs_cmap_t *pcmap = in gs_cmap_alloc() local
322 pcmap->CMapType = 1; in gs_cmap_alloc()
332 pcmap->WMode = wmode; in gs_cmap_alloc()
336 *ppcmap = pcmap; in gs_cmap_alloc()
355 penum->cmap = pcmap; in gs_cmap_ranges_enum_setup()
[all …]
H A Dgsfcid2.c100 gs_font_type42 *pfont = pcmap->font; in tt_16bit_format4_decode_next()
195 if (segment2 >= pcmap->segCount2) in tt_16bit_format4_next_entry()
260 gs_cmap_tt_16bit_format4_t *pcmap; in gs_cmap_from_type42_cmap() local
310 pcmap->from_Unicode = true; in gs_cmap_from_type42_cmap()
311 pcmap->font = pfont; in gs_cmap_from_type42_cmap()
312 pcmap->segCount2 = segCount2; in gs_cmap_from_type42_cmap()
313 pcmap->endCount = offset + 14; in gs_cmap_from_type42_cmap()
314 pcmap->startCount = pcmap->endCount + segCount2 + 2; in gs_cmap_from_type42_cmap()
315 pcmap->idDelta = pcmap->startCount + segCount2; in gs_cmap_from_type42_cmap()
316 pcmap->idRangeOffset = pcmap->idDelta + segCount2; in gs_cmap_from_type42_cmap()
[all …]
H A Dgdevpsfm.c108 int font_index = (pcmap->num_fonts <= 1 ? 0 : -1); in cmap_put_code_map()
202 stream *s, const gs_cmap_t *pcmap, in psf_write_cmap() argument
210 switch (pcmap->CMapType) { in psf_write_cmap()
219 if (!pcmap->ToUnicode) { in psf_write_cmap()
239 if (!pcmap->ToUnicode) { in psf_write_cmap()
244 } else if (pcmap->num_fonts == 1) { in psf_write_cmap()
250 for (i = 0; i < pcmap->num_fonts; ++i) { in psf_write_cmap()
257 if (uid_is_XUID(&pcmap->uid)) { in psf_write_cmap()
258 uint i, n = uid_XUID_size(&pcmap->uid); in psf_write_cmap()
267 pprintd1(s, "/WMode %d def\n", pcmap->WMode); in psf_write_cmap()
[all …]
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dgsfcmap.c225 return pcmap->procs->is_identity(pcmap, font_index_only); in gs_cmap_is_identity()
239 return pcmap->procs->decode_next(pcmap, str, pindex, pfidx, pchr, pglyph); in gs_cmap_decode_next()
251 pcmap->procs->enum_ranges(pcmap, penum); in gs_cmap_ranges_enum_init()
267 pcmap->procs->enum_lookups(pcmap, which, penum); in gs_cmap_lookups_enum_init()
291 memset(pcmap, 0, sizeof(*pcmap)); in gs_cmap_init()
309 gs_cmap_t *pcmap = in gs_cmap_alloc() local
322 pcmap->CMapType = 1; in gs_cmap_alloc()
332 pcmap->WMode = wmode; in gs_cmap_alloc()
336 *ppcmap = pcmap; in gs_cmap_alloc()
355 penum->cmap = pcmap; in gs_cmap_ranges_enum_setup()
[all …]
H A Dgsfcid2.c100 gs_font_type42 *pfont = pcmap->font; in tt_16bit_format4_decode_next()
195 if (segment2 >= pcmap->segCount2) in tt_16bit_format4_next_entry()
260 gs_cmap_tt_16bit_format4_t *pcmap; in gs_cmap_from_type42_cmap() local
310 pcmap->from_Unicode = true; in gs_cmap_from_type42_cmap()
311 pcmap->font = pfont; in gs_cmap_from_type42_cmap()
312 pcmap->segCount2 = segCount2; in gs_cmap_from_type42_cmap()
313 pcmap->endCount = offset + 14; in gs_cmap_from_type42_cmap()
314 pcmap->startCount = pcmap->endCount + segCount2 + 2; in gs_cmap_from_type42_cmap()
315 pcmap->idDelta = pcmap->startCount + segCount2; in gs_cmap_from_type42_cmap()
316 pcmap->idRangeOffset = pcmap->idDelta + segCount2; in gs_cmap_from_type42_cmap()
[all …]
H A Dgdevpsfm.c108 int font_index = (pcmap->num_fonts <= 1 ? 0 : -1); in cmap_put_code_map()
202 stream *s, const gs_cmap_t *pcmap, in psf_write_cmap() argument
210 switch (pcmap->CMapType) { in psf_write_cmap()
219 if (!pcmap->ToUnicode) { in psf_write_cmap()
239 if (!pcmap->ToUnicode) { in psf_write_cmap()
244 } else if (pcmap->num_fonts == 1) { in psf_write_cmap()
250 for (i = 0; i < pcmap->num_fonts; ++i) { in psf_write_cmap()
257 if (uid_is_XUID(&pcmap->uid)) { in psf_write_cmap()
258 uint i, n = uid_XUID_size(&pcmap->uid); in psf_write_cmap()
267 pprintd1(s, "/WMode %d def\n", pcmap->WMode); in psf_write_cmap()
[all …]
/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dgsfcmap.c223 return pcmap->procs->is_identity(pcmap, font_index_only); in gs_cmap_is_identity()
237 return pcmap->procs->decode_next(pcmap, str, pindex, pfidx, pchr, pglyph); in gs_cmap_decode_next()
249 pcmap->procs->enum_ranges(pcmap, penum); in gs_cmap_ranges_enum_init()
265 pcmap->procs->enum_lookups(pcmap, which, penum); in gs_cmap_lookups_enum_init()
289 memset(pcmap, 0, sizeof(*pcmap)); in gs_cmap_init()
307 gs_cmap_t *pcmap = in gs_cmap_alloc() local
320 pcmap->CMapType = 1; in gs_cmap_alloc()
330 pcmap->WMode = wmode; in gs_cmap_alloc()
334 *ppcmap = pcmap; in gs_cmap_alloc()
346 penum->cmap = pcmap; in gs_cmap_ranges_enum_setup()
[all …]
H A Dgsfcid2.c98 gs_font_type42 *pfont = pcmap->font; in tt_16bit_format4_decode_next()
193 if (segment2 >= pcmap->segCount2) in tt_16bit_format4_next_entry()
258 gs_cmap_tt_16bit_format4_t *pcmap; in gs_cmap_from_type42_cmap() local
308 pcmap->from_Unicode = true; in gs_cmap_from_type42_cmap()
309 pcmap->font = pfont; in gs_cmap_from_type42_cmap()
310 pcmap->segCount2 = segCount2; in gs_cmap_from_type42_cmap()
311 pcmap->endCount = offset + 14; in gs_cmap_from_type42_cmap()
312 pcmap->startCount = pcmap->endCount + segCount2 + 2; in gs_cmap_from_type42_cmap()
313 pcmap->idDelta = pcmap->startCount + segCount2; in gs_cmap_from_type42_cmap()
314 pcmap->idRangeOffset = pcmap->idDelta + segCount2; in gs_cmap_from_type42_cmap()
[all …]
H A Dgdevpsfm.c174 pcmap->glyph_name_data); in cmap_put_code_map()
200 stream *s, const gs_cmap_t *pcmap, in psf_write_cmap() argument
208 switch (pcmap->CMapType) { in psf_write_cmap()
217 if (!pcmap->ToUnicode) { in psf_write_cmap()
237 if (!pcmap->ToUnicode) { in psf_write_cmap()
242 } else if (pcmap->num_fonts == 1) { in psf_write_cmap()
248 for (i = 0; i < pcmap->num_fonts; ++i) { in psf_write_cmap()
255 if (uid_is_XUID(&pcmap->uid)) { in psf_write_cmap()
256 uint i, n = uid_XUID_size(&pcmap->uid); in psf_write_cmap()
265 pprintd1(s, "/WMode %d def\n", pcmap->WMode); in psf_write_cmap()
[all …]
/dports/print/ghostscript8-base/ghostscript-8.71/base/
H A Dgsfcmap.c223 return pcmap->procs->is_identity(pcmap, font_index_only); in gs_cmap_is_identity()
237 return pcmap->procs->decode_next(pcmap, str, pindex, pfidx, pchr, pglyph); in gs_cmap_decode_next()
249 pcmap->procs->enum_ranges(pcmap, penum); in gs_cmap_ranges_enum_init()
265 pcmap->procs->enum_lookups(pcmap, which, penum); in gs_cmap_lookups_enum_init()
289 memset(pcmap, 0, sizeof(*pcmap)); in gs_cmap_init()
307 gs_cmap_t *pcmap = in gs_cmap_alloc() local
320 pcmap->CMapType = 1; in gs_cmap_alloc()
330 pcmap->WMode = wmode; in gs_cmap_alloc()
334 *ppcmap = pcmap; in gs_cmap_alloc()
346 penum->cmap = pcmap; in gs_cmap_ranges_enum_setup()
[all …]
H A Dgsfcid2.c98 gs_font_type42 *pfont = pcmap->font; in tt_16bit_format4_decode_next()
193 if (segment2 >= pcmap->segCount2) in tt_16bit_format4_next_entry()
258 gs_cmap_tt_16bit_format4_t *pcmap; in gs_cmap_from_type42_cmap() local
308 pcmap->from_Unicode = true; in gs_cmap_from_type42_cmap()
309 pcmap->font = pfont; in gs_cmap_from_type42_cmap()
310 pcmap->segCount2 = segCount2; in gs_cmap_from_type42_cmap()
311 pcmap->endCount = offset + 14; in gs_cmap_from_type42_cmap()
312 pcmap->startCount = pcmap->endCount + segCount2 + 2; in gs_cmap_from_type42_cmap()
313 pcmap->idDelta = pcmap->startCount + segCount2; in gs_cmap_from_type42_cmap()
314 pcmap->idRangeOffset = pcmap->idDelta + segCount2; in gs_cmap_from_type42_cmap()
[all …]
H A Dgdevpsfm.c174 pcmap->glyph_name_data); in cmap_put_code_map()
200 stream *s, const gs_cmap_t *pcmap, in psf_write_cmap() argument
208 switch (pcmap->CMapType) { in psf_write_cmap()
217 if (!pcmap->ToUnicode) { in psf_write_cmap()
237 if (!pcmap->ToUnicode) { in psf_write_cmap()
242 } else if (pcmap->num_fonts == 1) { in psf_write_cmap()
248 for (i = 0; i < pcmap->num_fonts; ++i) { in psf_write_cmap()
255 if (uid_is_XUID(&pcmap->uid)) { in psf_write_cmap()
256 uint i, n = uid_XUID_size(&pcmap->uid); in psf_write_cmap()
265 pprintd1(s, "/WMode %d def\n", pcmap->WMode); in psf_write_cmap()
[all …]
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/base/
H A Dgsfcmap.c227 return pcmap->procs->is_identity(pcmap, font_index_only); in gs_cmap_is_identity()
241 return pcmap->procs->decode_next(pcmap, str, pindex, pfidx, pchr, pglyph); in gs_cmap_decode_next()
253 pcmap->procs->enum_ranges(pcmap, penum); in gs_cmap_ranges_enum_init()
269 pcmap->procs->enum_lookups(pcmap, which, penum); in gs_cmap_lookups_enum_init()
293 memset(pcmap, 0, sizeof(*pcmap)); in gs_cmap_init()
311 gs_cmap_t *pcmap = in gs_cmap_alloc() local
324 pcmap->CMapType = 1; in gs_cmap_alloc()
334 pcmap->WMode = wmode; in gs_cmap_alloc()
338 *ppcmap = pcmap; in gs_cmap_alloc()
357 penum->cmap = pcmap; in gs_cmap_ranges_enum_setup()
[all …]
H A Dgsfcid2.c100 gs_font_type42 *pfont = pcmap->font; in tt_16bit_format4_decode_next()
196 if (segment2 >= pcmap->segCount2) in tt_16bit_format4_next_entry()
261 gs_cmap_tt_16bit_format4_t *pcmap; in gs_cmap_from_type42_cmap() local
311 pcmap->from_Unicode = true; in gs_cmap_from_type42_cmap()
312 pcmap->font = pfont; in gs_cmap_from_type42_cmap()
313 pcmap->segCount2 = segCount2; in gs_cmap_from_type42_cmap()
314 pcmap->endCount = offset + 14; in gs_cmap_from_type42_cmap()
315 pcmap->startCount = pcmap->endCount + segCount2 + 2; in gs_cmap_from_type42_cmap()
316 pcmap->idDelta = pcmap->startCount + segCount2; in gs_cmap_from_type42_cmap()
317 pcmap->idRangeOffset = pcmap->idDelta + segCount2; in gs_cmap_from_type42_cmap()
[all …]
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/base/
H A Dgsfcmap.c227 return pcmap->procs->is_identity(pcmap, font_index_only); in gs_cmap_is_identity()
241 return pcmap->procs->decode_next(pcmap, str, pindex, pfidx, pchr, pglyph); in gs_cmap_decode_next()
253 pcmap->procs->enum_ranges(pcmap, penum); in gs_cmap_ranges_enum_init()
269 pcmap->procs->enum_lookups(pcmap, which, penum); in gs_cmap_lookups_enum_init()
293 memset(pcmap, 0, sizeof(*pcmap)); in gs_cmap_init()
311 gs_cmap_t *pcmap = in gs_cmap_alloc() local
324 pcmap->CMapType = 1; in gs_cmap_alloc()
334 pcmap->WMode = wmode; in gs_cmap_alloc()
338 *ppcmap = pcmap; in gs_cmap_alloc()
357 penum->cmap = pcmap; in gs_cmap_ranges_enum_setup()
[all …]
H A Dgsfcid2.c100 gs_font_type42 *pfont = pcmap->font; in tt_16bit_format4_decode_next()
196 if (segment2 >= pcmap->segCount2) in tt_16bit_format4_next_entry()
261 gs_cmap_tt_16bit_format4_t *pcmap; in gs_cmap_from_type42_cmap() local
311 pcmap->from_Unicode = true; in gs_cmap_from_type42_cmap()
312 pcmap->font = pfont; in gs_cmap_from_type42_cmap()
313 pcmap->segCount2 = segCount2; in gs_cmap_from_type42_cmap()
314 pcmap->endCount = offset + 14; in gs_cmap_from_type42_cmap()
315 pcmap->startCount = pcmap->endCount + segCount2 + 2; in gs_cmap_from_type42_cmap()
316 pcmap->idDelta = pcmap->startCount + segCount2; in gs_cmap_from_type42_cmap()
317 pcmap->idRangeOffset = pcmap->idDelta + segCount2; in gs_cmap_from_type42_cmap()
[all …]
/dports/print/ghostscript7-base/ghostscript-7.07/src/
H A Dgdevpsfm.c151 pcmap->glyph_name_data); in cmap_put_code_map()
176 psf_write_cmap(stream *s, const gs_cmap_t *pcmap, in psf_write_cmap() argument
184 switch (pcmap->CMapType) { in psf_write_cmap()
211 if (pcmap->num_fonts == 1) { in psf_write_cmap()
216 pprintd1(s, " %d array\n", pcmap->num_fonts); in psf_write_cmap()
217 for (i = 0; i < pcmap->num_fonts; ++i) { in psf_write_cmap()
224 if (uid_is_XUID(&pcmap->uid)) { in psf_write_cmap()
225 uint i, n = uid_XUID_size(&pcmap->uid); in psf_write_cmap()
234 pprintd1(s, "/WMode %d def\n", pcmap->WMode); in psf_write_cmap()
263 code = cmap_put_code_map(s, &pcmap->notdef, pcmap, &cmap_notdef_operators, in psf_write_cmap()
[all …]
H A Dzfcmap.c50 if (pcmap->lookup) { in free_code_map()
120 pcmap->lookup = pclr; in acquire_code_map()
284 const gs_cmap_t *pcmap; in ztype0_get_cmap() local
320 *ppcmap = pcmap; in ztype0_get_cmap()
360 gs_cmap_t *pcmap = 0; in zbuildcmap() local
368 if (pcmap == 0) { in zbuildcmap()
372 gs_cmap_init(pcmap); in zbuildcmap()
427 if ((code = acquire_code_map(&pcmap->def, &rdefs, pcmap, imemory)) < 0) in zbuildcmap()
429 if ((code = acquire_code_map(&pcmap->notdef, &rnotdefs, pcmap, imemory)) < 0) in zbuildcmap()
432 pcmap->mark_glyph_data = 0; in zbuildcmap()
[all …]
/dports/print/ghostscript7-x11/ghostscript-7.07/src/
H A Dgdevpsfm.c151 pcmap->glyph_name_data); in cmap_put_code_map()
176 psf_write_cmap(stream *s, const gs_cmap_t *pcmap, in psf_write_cmap() argument
184 switch (pcmap->CMapType) { in psf_write_cmap()
211 if (pcmap->num_fonts == 1) { in psf_write_cmap()
216 pprintd1(s, " %d array\n", pcmap->num_fonts); in psf_write_cmap()
217 for (i = 0; i < pcmap->num_fonts; ++i) { in psf_write_cmap()
224 if (uid_is_XUID(&pcmap->uid)) { in psf_write_cmap()
225 uint i, n = uid_XUID_size(&pcmap->uid); in psf_write_cmap()
234 pprintd1(s, "/WMode %d def\n", pcmap->WMode); in psf_write_cmap()
263 code = cmap_put_code_map(s, &pcmap->notdef, pcmap, &cmap_notdef_operators, in psf_write_cmap()
[all …]
H A Dzfcmap.c50 if (pcmap->lookup) { in free_code_map()
120 pcmap->lookup = pclr; in acquire_code_map()
284 const gs_cmap_t *pcmap; in ztype0_get_cmap() local
320 *ppcmap = pcmap; in ztype0_get_cmap()
360 gs_cmap_t *pcmap = 0; in zbuildcmap() local
368 if (pcmap == 0) { in zbuildcmap()
372 gs_cmap_init(pcmap); in zbuildcmap()
427 if ((code = acquire_code_map(&pcmap->def, &rdefs, pcmap, imemory)) < 0) in zbuildcmap()
429 if ((code = acquire_code_map(&pcmap->notdef, &rnotdefs, pcmap, imemory)) < 0) in zbuildcmap()
432 pcmap->mark_glyph_data = 0; in zbuildcmap()
[all …]
/dports/print/ghostscript8-x11/ghostscript-8.71/psi/
H A Dzfcmap.c49 if (pcmap->lookup) { in free_code_map()
148 pcmap->lookup = pclr; in acquire_code_map()
320 const gs_cmap_t *pcmap; in ztype0_get_cmap() local
362 *ppcmap = pcmap; in ztype0_get_cmap()
453 if ((code = acquire_code_map(&pcmap->def, &rdefs, pcmap, imemory)) < 0) in zbuildcmap()
455 if ((code = acquire_code_map(&pcmap->notdef, &rnotdefs, pcmap, imemory)) < 0) in zbuildcmap()
459 !bytes_compare(pcmap->CIDSystemInfo->Ordering.data, pcmap->CIDSystemInfo->Ordering.size, in zbuildcmap()
461 pcmap->from_Unicode = true; in zbuildcmap()
463 pcmap->mark_glyph_data = 0; in zbuildcmap()
465 pcmap->glyph_name_data = 0; in zbuildcmap()
[all …]
/dports/print/ghostscript9-x11/ghostscript-9.06/psi/
H A Dzfcmap.c51 if (pcmap->lookup) { in free_code_map()
150 pcmap->lookup = pclr; in acquire_code_map()
151 pcmap->num_lookup = num_lookup; in acquire_code_map()
321 const gs_cmap_t *pcmap; in ztype0_get_cmap() local
363 *ppcmap = pcmap; in ztype0_get_cmap()
401 gs_cmap_adobe1_t *pcmap = 0; in zbuildcmap() local
454 if ((code = acquire_code_map(&pcmap->def, &rdefs, pcmap, imemory)) < 0) in zbuildcmap()
456 if ((code = acquire_code_map(&pcmap->notdef, &rnotdefs, pcmap, imemory)) < 0) in zbuildcmap()
464 pcmap->mark_glyph_data = 0; in zbuildcmap()
466 pcmap->glyph_name_data = 0; in zbuildcmap()
[all …]
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/psi/
H A Dzfcmap.c51 if (pcmap->lookup) { in free_code_map()
150 pcmap->lookup = pclr; in acquire_code_map()
151 pcmap->num_lookup = num_lookup; in acquire_code_map()
325 const gs_cmap_t *pcmap; in ztype0_get_cmap() local
363 *ppcmap = pcmap; in ztype0_get_cmap()
401 gs_cmap_adobe1_t *pcmap = 0; in zbuildcmap() local
454 if ((code = acquire_code_map(&pcmap->def, &rdefs, pcmap, imemory)) < 0) in zbuildcmap()
456 if ((code = acquire_code_map(&pcmap->notdef, &rnotdefs, pcmap, imemory)) < 0) in zbuildcmap()
464 pcmap->mark_glyph_data = 0; in zbuildcmap()
466 pcmap->glyph_name_data = 0; in zbuildcmap()
[all …]
/dports/print/ghostscript9-base/ghostscript-9.06/psi/
H A Dzfcmap.c51 if (pcmap->lookup) { in free_code_map()
150 pcmap->lookup = pclr; in acquire_code_map()
151 pcmap->num_lookup = num_lookup; in acquire_code_map()
321 const gs_cmap_t *pcmap; in ztype0_get_cmap() local
363 *ppcmap = pcmap; in ztype0_get_cmap()
401 gs_cmap_adobe1_t *pcmap = 0; in zbuildcmap() local
454 if ((code = acquire_code_map(&pcmap->def, &rdefs, pcmap, imemory)) < 0) in zbuildcmap()
456 if ((code = acquire_code_map(&pcmap->notdef, &rnotdefs, pcmap, imemory)) < 0) in zbuildcmap()
464 pcmap->mark_glyph_data = 0; in zbuildcmap()
466 pcmap->glyph_name_data = 0; in zbuildcmap()
[all …]
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/psi/
H A Dzfcmap.c51 if (pcmap->lookup) { in free_code_map()
150 pcmap->lookup = pclr; in acquire_code_map()
151 pcmap->num_lookup = num_lookup; in acquire_code_map()
325 const gs_cmap_t *pcmap; in ztype0_get_cmap() local
363 *ppcmap = pcmap; in ztype0_get_cmap()
401 gs_cmap_adobe1_t *pcmap = 0; in zbuildcmap() local
454 if ((code = acquire_code_map(&pcmap->def, &rdefs, pcmap, imemory)) < 0) in zbuildcmap()
456 if ((code = acquire_code_map(&pcmap->notdef, &rnotdefs, pcmap, imemory)) < 0) in zbuildcmap()
464 pcmap->mark_glyph_data = 0; in zbuildcmap()
466 pcmap->glyph_name_data = 0; in zbuildcmap()
[all …]

12345678