Searched defs:pcw (Results 1 – 1 of 1) sorted by relevance
/plan9/sys/src/cmd/gs/src/ |
H A D | gdevpsf2.c | 147 cff_string_sid(cff_writer_t *pcw, const byte *data, uint size) in cff_string_sid() 161 cff_glyph_sid(cff_writer_t *pcw, gs_glyph glyph) in cff_glyph_sid() 175 put_card16(cff_writer_t *pcw, uint c16) in put_card16() 190 put_offset(cff_writer_t *pcw, int offset) in put_offset() 217 cff_put_op(cff_writer_t *pcw, int op) in cff_put_op() 226 cff_put_int(cff_writer_t *pcw, int i) in cff_put_int() 246 cff_put_int_value(cff_writer_t *pcw, int i, int op) in cff_put_int_value() 252 cff_put_int_if_ne(cff_writer_t *pcw, int i, int i_default, int op) in cff_put_int_if_ne() 258 cff_put_bool(cff_writer_t *pcw, bool b) in cff_put_bool() 263 cff_put_bool_value(cff_writer_t *pcw, bool b, int op) in cff_put_bool_value() [all …]
|