Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-ot-cff1-table.hh147 struct CFF1SuppEncData { struct
148 bool sanitize (hb_sanitize_context_t *c) const in sanitize()
154 void get_codes (hb_codepoint_t sid, hb_vector_t<hb_codepoint_t> &codes) const in get_codes()
161 HBUINT8 &nSups () { return supps.len; } in nSups()
162 HBUINT8 nSups () const { return supps.len; } in nSups()
164 ArrayOf<SuppEncoding, HBUINT8> supps;