Home | History | Annotate | Download | only in src

Lines Matching refs:LigatureSet

708 struct LigatureSet
779 ligature; /* Array LigatureSet tables
791 unsigned int count = ligatureSet.len;
797 (this+ligatureSet[iter.get_coverage ()]).closure (c);
805 unsigned int count = ligatureSet.len;
811 (this+ligatureSet[iter.get_coverage ()]).collect_glyphs (c);
826 const LigatureSet &lig_set = this+ligatureSet[index];
838 const LigatureSet &lig_set = this+ligatureSet[index];
852 if (unlikely (!ligatureSet.serialize (c, num_first_glyphs))) return_trace (false);
854 if (unlikely (!ligatureSet[i].serialize (c, this).serialize (c,
867 return_trace (coverage.sanitize (c, this) && ligatureSet.sanitize (c, this));
875 OffsetArrayOf<LigatureSet>
876 ligatureSet; /* Array LigatureSet tables
879 DEFINE_SIZE_ARRAY (6, ligatureSet);