Home
last modified time | relevance | path

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

/aosp_15_r20/external/harfbuzz_ng/src/
H A 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
51 void set_width (bool has_width_) in set_width()
65 void clear_args () in clear_args()
71 void set_in_seac (bool _in_seac) { in_seac = _in_seac; } in set_in_seac()
73 bool processed_width;
74 bool has_width;
75 unsigned int arg_start;
76 number_t width;
77 bool in_seac;
[all …]