HomeSort by relevance Sort by last modified time
    Searched refs:ligature (Results 1 - 12 of 12) sorted by null

  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
LigatureEntry.java 18 private int ligature; field in class:LigatureEntry
20 public LigatureEntry(int ligature, int[] componentChars, int componentCount)
23 this.ligature = ligature;
39 return ligature;
TreeWalker.java 19 abstract void ligature(int lig); method in class:TreeWalker
LigatureTree.java 28 int ligature = -1; field in class:LigatureTree.Lignode
43 return ligature != -1;
48 return ligature;
98 if (ligature != -1) {
99 System.out.println("ignoring ligature " + ligatureString(chars) +
100 ": already have " + Utility.hex(ligature, 6));
102 ligature = c;
158 if (ligature != -1) {
159 walker.ligature(ligature);
    [all...]
LigatureTreeWalker.java 50 public void ligature(int lig) method in class:LigatureTreeWalker
CanonGSUBBuilder.java 38 static public String convertArabicString(int type, int ligature, String decomp, ClassTable isolClassTable)
61 return decomp + UCharacter.toString(ligature);
68 return new String(chars) + UCharacter.toString(ligature);
116 System.out.print("Building Arabic ligature tree... ");
123 int ligature = record.getCodePoint(); local
131 contextualTree.insert(convertArabicString(decompType, ligature, decomposition, isolClassTable));
136 //cannonicalTree.insert(decomposition + UCharacter.toString(ligature));
210 // TODO: Might want to have the ligature table builder explicitly check for ligatures
273 System.out.print("building composition ligature tree for " + UScript.getName(script) + "... ");
  /external/harfbuzz_ng/src/
hb-ot-layout-gsub-table.hh 599 struct Ligature
674 GlyphID ligature,
680 ligGlyph = ligature;
693 GlyphID ligGlyph; /* GlyphID of ligature to substitute */
707 unsigned int num_ligs = ligature.len;
709 (this+ligature[i]).closure (c);
715 unsigned int num_ligs = ligature.len;
717 (this+ligature[i]).collect_glyphs (c);
723 unsigned int num_ligs = ligature.len;
726 const Ligature &lig = this+ligature[i]
773 ligature; \/* Array LigatureSet tables member in struct:OT::LigatureSet
1126 LigatureSubst ligature; member in union:OT::SubstLookupSubTable::__anon21144
    [all...]
hb-ot-shape-complex-arabic-fallback.hh 112 OT::GlyphID component_list[ARRAY_LENGTH_CONST (ligature_list) * 1/* One extra component per ligature */];
139 hb_codepoint_t ligature_u = ligature_table[first_glyph_idx].ligatures[second_glyph_idx].ligature;
164 /* 16 bytes per ligature ought to be enough... */
hb-ot-layout-gsubgpos-private.hh 506 /* Not covered, if, for example, glyph class is ligature and
520 bool ligature = false,
526 if (ligature)
531 * Ligature and Multiple substitions. Ie. if you ligate, expand,
696 * - If all components of the ligature were marks, we call this a mark ligature.
698 * - If there is no GDEF, and the ligature is NOT a mark ligature, we categorize
699 * it as a ligature glyph.
703 * LAM,LAM,HEH form a ligature, leaving SHADDA,FATHA next to eachother
    [all...]
hb-ot-shape-complex-arabic-table.hh 377 uint16_t ligature; member in struct:ligature_set_t::ligature_pairs_t
382 { 0xFE88u, 0xFEF9u }, /* ARABIC LIGATURE LAM WITH ALEF WITH HAMZA BELOW ISOLATED FORM */
383 { 0xFE82u, 0xFEF5u }, /* ARABIC LIGATURE LAM WITH ALEF WITH MADDA ABOVE ISOLATED FORM */
384 { 0xFE8Eu, 0xFEFBu }, /* ARABIC LIGATURE LAM WITH ALEF ISOLATED FORM */
385 { 0xFE84u, 0xFEF7u }, /* ARABIC LIGATURE LAM WITH ALEF WITH HAMZA ABOVE ISOLATED FORM */
388 { 0xFE88u, 0xFEFAu }, /* ARABIC LIGATURE LAM WITH ALEF WITH HAMZA BELOW FINAL FORM */
389 { 0xFE82u, 0xFEF6u }, /* ARABIC LIGATURE LAM WITH ALEF WITH MADDA ABOVE FINAL FORM */
390 { 0xFE8Eu, 0xFEFCu }, /* ARABIC LIGATURE LAM WITH ALEF FINAL FORM */
391 { 0xFE84u, 0xFEF8u }, /* ARABIC LIGATURE LAM WITH ALEF WITH HAMZA ABOVE FINAL FORM */
  /external/noto-fonts/emoji-compat/
createfont.py 552 for ligature in ligatures:
553 glyph_names = [name] + ligature.Component
555 self.update_emoji_data(codepoints, ligature.LigGlyph)
  /frameworks/base/tools/fonts/
fontchain_linter.py 137 for ligature in ligatures[first_glyph]:
138 sequence = [first_glyph] + ligature.Component
146 emoji_map[sequence] = ligature.LigGlyph
  /prebuilts/tools/common/m2/repository/itext/itext/2.0.8/
itext-2.0.8.jar 

Completed in 396 milliseconds