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

  /external/harfbuzz_ng/src/
gen-arabic-table.py 153 ligatures = {}
169 # We only care about lam-alef ligatures
175 if items not in ligatures:
176 ligatures[items] = {}
177 ligatures[items][shape] = c
208 for pair in ligatures.keys ():
209 for shape in ligatures[pair]:
210 c = ligatures[pair][shape]
227 print " } ligatures[%d];" % max_i
hb-ot-shape-complex-arabic-fallback.hh 109 /* We know that all our ligatures are 2-component */
110 OT::GlyphID ligature_list[ARRAY_LENGTH_CONST (first_glyphs) * ARRAY_LENGTH_CONST(ligature_table[0].ligatures)];
131 /* Now that the first-glyphs are sorted, walk again, populate ligatures. */
136 for (unsigned int second_glyph_idx = 0; second_glyph_idx < ARRAY_LENGTH (ligature_table[0].ligatures); second_glyph_idx++)
138 hb_codepoint_t second_u = ligature_table[first_glyph_idx].ligatures[second_glyph_idx].second;
139 hb_codepoint_t ligature_u = ligature_table[first_glyph_idx].ligatures[second_glyph_idx].ligature;
hb-ot-layout-gsub-table.hh 753 Supplier<GlyphID> &ligatures,
763 ligatures[i],
766 ligatures.advance (num_ligatures);
    [all...]
hb-ot-shape-complex-arabic-table.hh 375 } ligatures[4]; member in struct:ligature_set_t
  /external/fonttools/Lib/fontTools/ttLib/tables/
otTables.py 405 ligatures = {}
411 ligatures[input[i]] = ligSets[i].Ligature
414 self.ligatures = ligatures
419 ligatures = getattr(self, "ligatures", None)
420 if ligatures is None:
421 ligatures = self.ligatures = {}
422 items = list(ligatures.items()
    [all...]
  /external/noto-fonts/emoji-compat/
createfont.py 481 if hasattr(subtable, 'ligatures'):
482 for name, ligatures in subtable.ligatures.iteritems():
483 for ligature in ligatures:
  /frameworks/base/tools/fonts/
fontchain_lint.py 134 ligatures = subtable.ligatures
135 for first_glyph in ligatures:
136 for ligature in ligatures[first_glyph]:
  /external/fonttools/Lib/fontTools/
subset.py 149 for g,seqs in self.ligatures.items()
154 self.ligatures = dict((g,v) for g,v in self.ligatures.items()
156 self.ligatures = dict((g,[seq for seq in seqs
159 for g,seqs in self.ligatures.items())
160 self.ligatures = dict((g,v) for g,v in self.ligatures.items() if v)
161 return bool(self.ligatures)
    [all...]
  /external/e2fsprogs/doc/
texinfo.tex 550 % and you can use @w{...} around a quote to suppress ligatures.
552 %% but suppressing ligatures.
    [all...]
  /external/e2fsprogs/lib/et/
texinfo.tex 550 % and you can use @w{...} around a quote to suppress ligatures.
552 %% but suppressing ligatures.
    [all...]
  /toolchain/binutils/binutils-2.25/texinfo/
texinfo.tex 609 % and you can use @w{...} around a quote to suppress ligatures.
611 %% but suppressing ligatures.
    [all...]
  /external/bison/build-aux/
texinfo.tex     [all...]
  /external/libmicrohttpd/doc/
texinfo.tex     [all...]
  /external/netperf/doc/
texinfo.tex 477 % and you can use @w{...} around a quote to suppress ligatures.
479 %% but suppressing ligatures.
    [all...]

Completed in 980 milliseconds