Home
last modified time | relevance | path

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

/aosp_15_r20/external/harfbuzz_ng/src/
H A Dhb-ot-cff1-table.hh145 struct CFF1SuppEncData { struct
146 bool sanitize (hb_sanitize_context_t *c) const in sanitize()
152 void get_codes (hb_codepoint_t sid, hb_vector_t<hb_codepoint_t> &codes) const in get_codes()
159 HBUINT8 &nSups () { return supps.len; } in nSups()
160 HBUINT8 nSups () const { return supps.len; } in nSups()
162 ArrayOf<SuppEncoding, HBUINT8> supps;