Home
last modified time | relevance | path

Searched refs:put_bytes (Results 1 – 2 of 2) sorted by relevance

/plan9/sys/src/cmd/gs/src/
H A Dgdevpsf2.c198 put_bytes(stream * s, const byte *ptr, uint count) in put_bytes() function
392 put_bytes(s, data, size); in cff_put_CharString()
406 put_bytes(s, buf, n); in cff_put_CharString()
442 put_bytes(pcw->strm, pcst->items[j].key.data, pcst->items[j].key.size); in cff_put_Index()
454 put_bytes(pcw->strm, (const byte *)"\001\000\004", 3); in cff_write_header()
988 put_bytes(s, index, num_enc); in cff_write_Encoding()
1390 put_bytes(writer.strm, font_name.data, font_name.size); in psf_write_type2_font()
1697 put_bytes(writer.strm, font_name.data, font_name.size); in psf_write_cid0_font()
H A Dgdevcgml.c68 private void put_bytes(cgm_state *, const byte *, uint);
510 put_bytes(st, row, row_bytes); in cgm_CELL_ARRAY()
1105 put_bytes(cgm_state * st, const byte * data, uint length) in put_bytes() function
1130 put_bytes(st, (const byte *)data, 32767); in put_string()
1136 put_bytes(st, (const byte *)data, length); in put_string()