Lines Matching defs:Encoding
167 struct Encoding struct
170 bool serialize (hb_serialize_context_t *c, const Encoding &src) in serialize()
177 bool serialize (hb_serialize_context_t *c, in serialize()
237 unsigned int get_size () const in get_size()
250 hb_codepoint_t get_code (hb_codepoint_t glyph) const in get_code()
260 uint8_t table_format () const { return format & 0x7F; } in table_format()
261 bool has_supplement () const { return format & 0x80; } in has_supplement()
263 void get_supplement_codes (hb_codepoint_t sid, hb_vector_t<hb_codepoint_t> &codes) const in get_supplement_codes()
270 bool sanitize (hb_sanitize_context_t *c) const in sanitize()
287 const CFF1SuppEncData &suppEncData () const in suppEncData()
298 HBUINT8 format;
299 union {
302 } u;