Lines Matching defs:Encoding
169 struct Encoding struct
172 bool serialize (hb_serialize_context_t *c, const Encoding &src) in serialize()
183 bool serialize (hb_serialize_context_t *c, in serialize()
243 unsigned int get_size () const in get_size()
256 hb_codepoint_t get_code (hb_codepoint_t glyph) const in get_code()
266 uint8_t table_format () const { return format & 0x7F; } in table_format()
267 bool has_supplement () const { return format & 0x80; } in has_supplement()
269 void get_supplement_codes (hb_codepoint_t sid, hb_vector_t<hb_codepoint_t> &codes) const in get_supplement_codes()
276 bool sanitize (hb_sanitize_context_t *c) const in sanitize()
292 const CFF1SuppEncData &suppEncData () const in suppEncData()
303 HBUINT8 format;
304 union {
307 } u;