Lines Matching refs:ligature
651 GlyphID ligature, in serialize()
657 ligGlyph = ligature; in serialize()
683 unsigned int num_ligs = ligature.len; in closure()
685 (this+ligature[i]).closure (c); in closure()
691 unsigned int num_ligs = ligature.len; in collect_glyphs()
693 (this+ligature[i]).collect_glyphs (c); in collect_glyphs()
699 unsigned int num_ligs = ligature.len; in would_apply()
702 const Ligature &lig = this+ligature[i]; in would_apply()
712 unsigned int num_ligs = ligature.len; in apply()
715 const Ligature &lig = this+ligature[i]; in apply()
730 if (unlikely (!ligature.serialize (c, num_ligatures))) return TRACE_RETURN (false); in serialize()
732 if (unlikely (!ligature[i].serialize (c, this).serialize (c, in serialize()
743 return TRACE_RETURN (ligature.sanitize (c, this)); in sanitize()
748 ligature; /* Array LigatureSet tables member
751 DEFINE_SIZE_ARRAY (2, ligature);
1080 case Ligature: return TRACE_RETURN (u.ligature.dispatch (c)); in dispatch()
1097 case Ligature: return TRACE_RETURN (u.ligature.sanitize (c)); in sanitize()
1114 LigatureSubst ligature; member
1288 …return TRACE_RETURN (serialize_subtable (c, 0).u.ligature.serialize (c, first_glyphs, ligature_per… in serialize_ligature()