Lines Matching refs:ligatureSet
880 unsigned int count = ligatureSet.len; in intersects()
886 (this+ligatureSet[iter.get_coverage ()]).intersects (glyphs)) in intersects()
895 unsigned int count = ligatureSet.len; in closure()
901 (this+ligatureSet[iter.get_coverage ()]).closure (c); in closure()
909 unsigned int count = ligatureSet.len; in collect_glyphs()
914 (this+ligatureSet[iter.get_coverage ()]).collect_glyphs (c); in collect_glyphs()
926 const LigatureSet &lig_set = this+ligatureSet[index]; in would_apply()
937 const LigatureSet &lig_set = this+ligatureSet[index]; in apply()
950 if (unlikely (!ligatureSet.serialize (c, first_glyphs.len))) return_trace (false); in serialize()
954 if (unlikely (!ligatureSet[i].serialize (c, this) in serialize()
977 return_trace (coverage.sanitize (c, this) && ligatureSet.sanitize (c, this)); in sanitize()
986 ligatureSet; /* Array LigatureSet tables member
989 DEFINE_SIZE_ARRAY (6, ligatureSet);