Home
last modified time | relevance | path

Searched refs:ligatureSet (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
DLigatureTreeWalker.java26 protected Vector ligatureSet; field in LigatureTreeWalker
33 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()
/external/harfbuzz_ng/src/
Dhb-ot-layout-gsub-table.hh791 unsigned int count = ligatureSet.len; in closure()
797 (this+ligatureSet[iter.get_coverage ()]).closure (c); in closure()
805 unsigned int count = ligatureSet.len; in collect_glyphs()
811 (this+ligatureSet[iter.get_coverage ()]).collect_glyphs (c); in collect_glyphs()
826 const LigatureSet &lig_set = this+ligatureSet[index]; in would_apply()
838 const LigatureSet &lig_set = this+ligatureSet[index]; in apply()
852 if (unlikely (!ligatureSet.serialize (c, num_first_glyphs))) return_trace (false); in serialize()
854 if (unlikely (!ligatureSet[i].serialize (c, this).serialize (c, in serialize()
867 return_trace (coverage.sanitize (c, this) && ligatureSet.sanitize (c, this)); in sanitize()
876 ligatureSet; /* Array LigatureSet tables member
[all …]