Home
last modified time | relevance | path

Searched defs:cff1_cs_interp_env_t (Results 1 – 1 of 1) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-cff1-interp-cs.hh38 struct cff1_cs_interp_env_t : cs_interp_env_t<number_t, CFF1Subrs> struct
41 cff1_cs_interp_env_t (const hb_ubytes_t &str, ACC &acc, unsigned int fd) in cff1_cs_interp_env_t() function
50 void set_width (bool has_width_) in set_width()
64 void clear_args () in clear_args()
70 void set_in_seac (bool _in_seac) { in_seac = _in_seac; } in set_in_seac()
72 bool processed_width;
73 bool has_width;
74 unsigned int arg_start;
75 number_t width;
76 bool in_seac;
[all …]