Searched refs:ligatureSet (Results 1 – 2 of 2) sorted by relevance
26 protected Vector ligatureSet; field in LigatureTreeWalker33 ligatureSet = null; in LigatureTreeWalker()55 if (ligatureSet != null) { in ligature()56 ligatureSets.addElement(ligatureSet); in ligature()59 ligatureSet = new Vector(); in ligature()63 ligatureSet.addElement(new LigatureEntry(lig, componentChars, componentCount)); in ligature()68 if (ligatureSet != null) { in done()69 ligatureSets.addElement(ligatureSet); in done()
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()[all …]