Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-cff2-interp-cs.hh79 struct CFF2CSInterpEnv : CSInterpEnv<BlendArg, CFF2Subrs> struct
82 void init (const ByteStr &str, ACC &acc, unsigned int fd, in init()
97 void fini () in fini()
103 OpCode fetch_op () in fetch_op()
115 const BlendArg& eval_arg (unsigned int i) in eval_arg()
122 const BlendArg& 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 …]