Lines Matching refs:ligature
677 GlyphID ligature, in serialize()
683 ligGlyph = ligature; in serialize()
709 unsigned int num_ligs = ligature.len; in closure()
711 (this+ligature[i]).closure (c); in closure()
717 unsigned int num_ligs = ligature.len; in collect_glyphs()
719 (this+ligature[i]).collect_glyphs (c); in collect_glyphs()
725 unsigned int num_ligs = ligature.len; in would_apply()
728 const Ligature &lig = this+ligature[i]; in would_apply()
738 unsigned int num_ligs = ligature.len; in apply()
741 const Ligature &lig = this+ligature[i]; in apply()
756 if (unlikely (!ligature.serialize (c, num_ligatures))) return TRACE_RETURN (false); in serialize()
758 if (unlikely (!ligature[i].serialize (c, this).serialize (c, in serialize()
769 return TRACE_RETURN (ligature.sanitize (c, this)); in sanitize()
774 ligature; /* Array LigatureSet tables member
777 DEFINE_SIZE_ARRAY (2, ligature);
1108 case Ligature: return TRACE_RETURN (u.ligature.dispatch (c)); in dispatch()
1125 case Ligature: return TRACE_RETURN (u.ligature.sanitize (c)); in sanitize()
1142 LigatureSubst ligature; member
1268 …return TRACE_RETURN (serialize_subtable (c, 0).u.ligature.serialize (c, first_glyphs, ligature_per… in serialize_ligature()