Home | History | Annotate | Download | only in src

Lines Matching refs:LigatureSet

702 struct LigatureSet
773 ligature; /* Array LigatureSet tables
785 unsigned int count = ligatureSet.len;
791 (this+ligatureSet[iter.get_coverage ()]).closure (c);
800 unsigned int count = ligatureSet.len;
805 (this+ligatureSet[iter.get_coverage ()]).collect_glyphs (c);
820 const LigatureSet &lig_set = this+ligatureSet[index];
832 const LigatureSet &lig_set = this+ligatureSet[index];
846 if (unlikely (!ligatureSet.serialize (c, num_first_glyphs))) return_trace (false);
848 if (unlikely (!ligatureSet[i].serialize (c, this).serialize (c,
861 return_trace (coverage.sanitize (c, this) && ligatureSet.sanitize (c, this));
869 OffsetArrayOf<LigatureSet>
870 ligatureSet; /* Array LigatureSet tables
873 DEFINE_SIZE_ARRAY (6, ligatureSet);