Searched defs:CmapSubtable (Results 1 – 2 of 2) sorted by relevance
986 struct CmapSubtable struct990 bool get_glyph (hb_codepoint_t codepoint, in get_glyph()1004 void collect_unicodes (hb_set_t *out) const in collect_unicodes()1020 void serialize (hb_serialize_context_t *c, in serialize()1034 bool sanitize (hb_sanitize_context_t *c) const in sanitize()1051 union {1060 } u;
147 class CmapSubtable(object): class