Searched defs:LigatureSubst (Results 1 – 4 of 4) sorted by relevance
868 struct LigatureSubst struct870 inline bool serialize (hb_serialize_context_t *c, in serialize()890 inline typename context_t::return_t dispatch (context_t *c) const in dispatch()899 inline bool sanitize (hb_sanitize_context_t *c) { in sanitize()909 union {912 } u;
848 struct LigatureSubst struct850 inline bool serialize (hb_serialize_context_t *c, in serialize()870 inline typename context_t::return_t dispatch (context_t *c) const in dispatch()879 inline bool sanitize (hb_sanitize_context_t *c) { in sanitize()889 union {892 } u;
402 class LigatureSubst(FormatSwitchingBaseTable): class
334 HB_LigatureSubst *LigatureSubst = &subtable->st.gsub.ligature; in Dump_GSUB_Lookup_Ligature() local