Home
last modified time | relevance | path

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

/plan9/sys/src/cmd/gs/src/
H A Dzchar2.c32 return charstring_execchar(i_ctx_p, (1 << (int)ft_encrypted2)); in ztype2execchar()
H A Dichar1.h32 int charstring_execchar(i_ctx_t *i_ctx_p, int font_type_mask);
H A Dzchar1.c176 return charstring_execchar(i_ctx_p, (1 << (int)ft_encrypted) | in ztype1execchar()
180 charstring_execchar(i_ctx_t *i_ctx_p, int font_type_mask) in charstring_execchar() function