Searched defs:CFF1CSInterpEnv (Results 1 – 1 of 1) sorted by relevance
38 struct CFF1CSInterpEnv : CSInterpEnv<Number, CFF1Subrs> struct41 void init (const ByteStr &str, ACC &acc, unsigned int fd) in init()50 void fini () { SUPER::fini (); } in fini()52 void set_width (bool has_width_) in set_width()66 void clear_args () in clear_args()72 void set_in_seac (bool _in_seac) { in_seac = _in_seac; } in set_in_seac()74 bool processed_width;75 bool has_width;76 unsigned int arg_start;77 Number width;[all …]