Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-cff2-interp-cs.hh79 struct cff2_cs_interp_env_t : cs_interp_env_t<blend_arg_t, CFF2Subrs> struct
82 void init (const byte_str_t &str, ACC &acc, unsigned int fd, in init()
97 void fini () in fini()
103 op_code_t fetch_op () in fetch_op()
115 const blend_arg_t& eval_arg (unsigned int i) in eval_arg()
122 const blend_arg_t& pop_arg () in pop_arg()
129 void process_blend () in process_blend()
145 void process_vsindex () in process_vsindex()
159 unsigned int get_region_count () const { return region_count; } in get_region_count()
160 void set_region_count (unsigned int region_count_) { region_count = region_count_; } in set_region_count()
[all …]