Home
last modified time | relevance | path

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

/plan9/sys/src/cmd/gs/src/
H A Dzfapi.c1193 …x_p, gs_font_base *pbfont, gx_device *dev, char *font_file_path, bool bBuildGlyph, ref *charstring) in FAPI_do_char() argument
1217 bool bCID = (IsCIDFont(pbfont) || charstring != NULL); in FAPI_do_char()
1398 ff.char_data = charstring; in FAPI_do_char()
1593 private int FAPI_char(i_ctx_t *i_ctx_p, bool bBuildGlyph, ref *charstring) in FAPI_char() argument
1605 code = FAPI_do_char(i_ctx_p, pbfont, dev, font_file_path, bBuildGlyph, charstring); in FAPI_char()