Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-ot-cff2-table.hh279 struct CFF2PrivDictInterpEnv : NumInterpEnv struct
281 void init (const ByteStr &str) in init()
288 void process_vsindex () in process_vsindex()
297 unsigned int get_ivs () const { return ivs; } in get_ivs()
298 void set_ivs (unsigned int ivs_) { ivs = ivs_; } in set_ivs()
301 unsigned int ivs;
302 bool seen_vsindex;