Home
last modified time | relevance | path

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

/dports/print/ghostscript9-agpl-base/ghostscript-9.52/devices/vector/
H A Dgdevpsft.c354 byte cmap_sub[sizeof(cmap_sub_initial)]; in write_cmap() local
389 memcpy(cmap_sub, cmap_sub_initial, sizeof(cmap_sub_initial)); in write_cmap()
390 put_u16(cmap_sub + 2, U16(cmap_sub + 2) + num_entries * 2); /* length */ in write_cmap()
391 put_u16(cmap_sub + 14, end_entry - 1); /* endCount[0] */ in write_cmap()
392 put_u16(cmap_sub + 20, first_entry); /* startCount[0] */ in write_cmap()
393 stream_write(s, cmap_sub, sizeof(cmap_sub)); in write_cmap()
430 memcpy(cmap_sub, cmap_sub_initial, sizeof(cmap_sub_initial)); in write_cmap()
431 put_u16(cmap_sub + 2, U16(cmap_sub + 2) + num_entries * 2); /* length */ in write_cmap()
432 put_u16(cmap_sub + 14, first_code + end_entry - 1); /* endCount[0] */ in write_cmap()
433 put_u16(cmap_sub + 20, first_code + first_entry); /* startCount[0] */ in write_cmap()
[all …]
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dgdevpsft.c354 byte cmap_sub[sizeof(cmap_sub_initial)]; in write_cmap() local
389 memcpy(cmap_sub, cmap_sub_initial, sizeof(cmap_sub_initial)); in write_cmap()
390 put_u16(cmap_sub + 2, U16(cmap_sub + 2) + num_entries * 2); /* length */ in write_cmap()
391 put_u16(cmap_sub + 14, end_entry - 1); /* endCount[0] */ in write_cmap()
392 put_u16(cmap_sub + 20, first_entry); /* startCount[0] */ in write_cmap()
393 stream_write(s, cmap_sub, sizeof(cmap_sub)); in write_cmap()
430 memcpy(cmap_sub, cmap_sub_initial, sizeof(cmap_sub_initial)); in write_cmap()
431 put_u16(cmap_sub + 2, U16(cmap_sub + 2) + num_entries * 2); /* length */ in write_cmap()
432 put_u16(cmap_sub + 14, first_code + end_entry - 1); /* endCount[0] */ in write_cmap()
433 put_u16(cmap_sub + 20, first_code + first_entry); /* startCount[0] */ in write_cmap()
[all …]
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dgdevpsft.c354 byte cmap_sub[sizeof(cmap_sub_initial)]; in write_cmap() local
389 memcpy(cmap_sub, cmap_sub_initial, sizeof(cmap_sub_initial)); in write_cmap()
390 put_u16(cmap_sub + 2, U16(cmap_sub + 2) + num_entries * 2); /* length */ in write_cmap()
391 put_u16(cmap_sub + 14, end_entry - 1); /* endCount[0] */ in write_cmap()
392 put_u16(cmap_sub + 20, first_entry); /* startCount[0] */ in write_cmap()
393 stream_write(s, cmap_sub, sizeof(cmap_sub)); in write_cmap()
430 memcpy(cmap_sub, cmap_sub_initial, sizeof(cmap_sub_initial)); in write_cmap()
431 put_u16(cmap_sub + 2, U16(cmap_sub + 2) + num_entries * 2); /* length */ in write_cmap()
432 put_u16(cmap_sub + 14, first_code + end_entry - 1); /* endCount[0] */ in write_cmap()
433 put_u16(cmap_sub + 20, first_code + first_entry); /* startCount[0] */ in write_cmap()
[all …]
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/devices/vector/
H A Dgdevpsft.c354 byte cmap_sub[sizeof(cmap_sub_initial)]; in write_cmap() local
389 memcpy(cmap_sub, cmap_sub_initial, sizeof(cmap_sub_initial)); in write_cmap()
390 put_u16(cmap_sub + 2, U16(cmap_sub + 2) + num_entries * 2); /* length */ in write_cmap()
391 put_u16(cmap_sub + 14, end_entry - 1); /* endCount[0] */ in write_cmap()
392 put_u16(cmap_sub + 20, first_entry); /* startCount[0] */ in write_cmap()
393 stream_write(s, cmap_sub, sizeof(cmap_sub)); in write_cmap()
430 memcpy(cmap_sub, cmap_sub_initial, sizeof(cmap_sub_initial)); in write_cmap()
431 put_u16(cmap_sub + 2, U16(cmap_sub + 2) + num_entries * 2); /* length */ in write_cmap()
432 put_u16(cmap_sub + 14, first_code + end_entry - 1); /* endCount[0] */ in write_cmap()
433 put_u16(cmap_sub + 20, first_code + first_entry); /* startCount[0] */ in write_cmap()
[all …]
/dports/print/ghostscript8-base/ghostscript-8.71/base/
H A Dgdevpsft.c352 byte cmap_sub[sizeof(cmap_sub_initial)]; in write_cmap() local
387 memcpy(cmap_sub, cmap_sub_initial, sizeof(cmap_sub_initial)); in write_cmap()
388 put_u16(cmap_sub + 2, U16(cmap_sub + 2) + num_entries * 2); /* length */ in write_cmap()
389 put_u16(cmap_sub + 14, end_entry - 1); /* endCount[0] */ in write_cmap()
390 put_u16(cmap_sub + 20, first_entry); /* startCount[0] */ in write_cmap()
391 stream_write(s, cmap_sub, sizeof(cmap_sub)); in write_cmap()
428 memcpy(cmap_sub, cmap_sub_initial, sizeof(cmap_sub_initial)); in write_cmap()
429 put_u16(cmap_sub + 2, U16(cmap_sub + 2) + num_entries * 2); /* length */ in write_cmap()
430 put_u16(cmap_sub + 14, first_code + end_entry - 1); /* endCount[0] */ in write_cmap()
431 put_u16(cmap_sub + 20, first_code + first_entry); /* startCount[0] */ in write_cmap()
[all …]
/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dgdevpsft.c352 byte cmap_sub[sizeof(cmap_sub_initial)]; in write_cmap() local
387 memcpy(cmap_sub, cmap_sub_initial, sizeof(cmap_sub_initial)); in write_cmap()
388 put_u16(cmap_sub + 2, U16(cmap_sub + 2) + num_entries * 2); /* length */ in write_cmap()
389 put_u16(cmap_sub + 14, end_entry - 1); /* endCount[0] */ in write_cmap()
390 put_u16(cmap_sub + 20, first_entry); /* startCount[0] */ in write_cmap()
391 stream_write(s, cmap_sub, sizeof(cmap_sub)); in write_cmap()
428 memcpy(cmap_sub, cmap_sub_initial, sizeof(cmap_sub_initial)); in write_cmap()
429 put_u16(cmap_sub + 2, U16(cmap_sub + 2) + num_entries * 2); /* length */ in write_cmap()
430 put_u16(cmap_sub + 14, first_code + end_entry - 1); /* endCount[0] */ in write_cmap()
431 put_u16(cmap_sub + 20, first_code + first_entry); /* startCount[0] */ in write_cmap()
[all …]
/dports/print/ghostscript7-base/ghostscript-7.07/src/
H A Dgdevpsft.c250 byte cmap_sub[sizeof(cmap_sub_initial)]; in write_cmap() local
311 memcpy(cmap_sub, cmap_sub_initial, sizeof(cmap_sub_initial)); in write_cmap()
312 put_u16(cmap_sub + 2, U16(cmap_sub + 2) + num_entries * 2); /* length */ in write_cmap()
313 put_u16(cmap_sub + 14, first_code + end_entry - 1); /* endCount[0] */ in write_cmap()
314 put_u16(cmap_sub + 20, first_code + first_entry); /* startCount[0] */ in write_cmap()
315 stream_write(s, cmap_sub, sizeof(cmap_sub)); in write_cmap()
/dports/print/ghostscript7-x11/ghostscript-7.07/src/
H A Dgdevpsft.c250 byte cmap_sub[sizeof(cmap_sub_initial)]; in write_cmap() local
311 memcpy(cmap_sub, cmap_sub_initial, sizeof(cmap_sub_initial)); in write_cmap()
312 put_u16(cmap_sub + 2, U16(cmap_sub + 2) + num_entries * 2); /* length */ in write_cmap()
313 put_u16(cmap_sub + 14, first_code + end_entry - 1); /* endCount[0] */ in write_cmap()
314 put_u16(cmap_sub + 20, first_code + first_entry); /* startCount[0] */ in write_cmap()
315 stream_write(s, cmap_sub, sizeof(cmap_sub)); in write_cmap()