Home | History | Annotate | Download | only in src

Lines Matching refs:LigatureSet

685 struct LigatureSet
756 ligature; /* Array LigatureSet tables
770 (this+ligatureSet[iter.get_coverage ()]).closure (c);
780 (this+ligatureSet[iter.get_coverage ()]).collect_glyphs (c);
795 const LigatureSet &lig_set = this+ligatureSet[index];
807 const LigatureSet &lig_set = this+ligatureSet[index];
821 if (unlikely (!ligatureSet.serialize (c, num_first_glyphs))) return_trace (false);
823 if (unlikely (!ligatureSet[i].serialize (c, this).serialize (c,
836 return_trace (coverage.sanitize (c, this) && ligatureSet.sanitize (c, this));
844 OffsetArrayOf<LigatureSet>
845 ligatureSet; /* Array LigatureSet tables
848 DEFINE_SIZE_ARRAY (6, ligatureSet);