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.hh142 struct CFF1SuppEncData { struct
143 bool sanitize (hb_sanitize_context_t *c) const in sanitize()
149 void get_codes (hb_codepoint_t sid, hb_vector_t<hb_codepoint_t> &codes) const in get_codes()
156 HBUINT8 &nSups () { return supps.len; } in nSups()
157 HBUINT8 nSups () const { return supps.len; } in nSups()
159 ArrayOf<SuppEncoding, HBUINT8> supps;