Searched refs:src_type (Results 1 – 3 of 3) sorted by relevance
| /plan9/sys/src/cmd/gs/src/ |
| H A D | zcid.c | 84 uint nCID, uint *c, ref *src_type, ref *dst_type) in cid_to_TT_charcode() argument 89 make_null(src_type); in cid_to_TT_charcode() 108 if ((code = array_get(mem, SubstNWP, i + 0, src_type)) < 0) in cid_to_TT_charcode() 118 if ((code = array_get(mem, SubstNWP, i + 4, src_type)) < 0) in cid_to_TT_charcode() 193 ref src_type, dst_type; in cid_fill_CIDMap() local 195 cid, &glyph_index, &src_type, &dst_type); in cid_fill_CIDMap()
|
| H A D | icid.h | 36 uint nCID, uint *c, ref *src_type, ref *dst_type);
|
| H A D | zfapi.c | 1319 ref *Decoding, *SubstNWP, src_type, dst_type; in FAPI_do_char() local 1328 client_char_code, &c, &src_type, &dst_type); in FAPI_do_char()
|