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

  /external/harfbuzz_ng/src/
gen-arabic-table.py 82 ligatures = {}
98 # We only care about lam-alef ligatures
104 if items not in ligatures:
105 ligatures[items] = {}
106 ligatures[items][shape] = c
137 for pair in ligatures.keys ():
138 for shape in ligatures[pair]:
139 c = ligatures[pair][shape]
156 print " } ligatures[%d];" % max_i
hb-ot-shape-complex-arabic-fallback.hh 114 /* We know that all our ligatures are 2-component */
115 OT::GlyphID ligature_list[ARRAY_LENGTH_CONST (first_glyphs) * ARRAY_LENGTH_CONST(ligature_table[0].ligatures)];
136 /* Now that the first-glyphs are sorted, walk again, populate ligatures. */
141 for (unsigned int second_glyph_idx = 0; second_glyph_idx < ARRAY_LENGTH (ligature_table[0].ligatures); second_glyph_idx++)
143 hb_codepoint_t second_u = ligature_table[first_glyph_idx].ligatures[second_glyph_idx].second;
144 hb_codepoint_t ligature_u = ligature_table[first_glyph_idx].ligatures[second_glyph_idx].ligature;
hb-ot-layout-gsub-table.hh 723 Supplier<GlyphID> &ligatures,
733 ligatures[i],
736 ligatures.advance (num_ligatures);
    [all...]
hb-ot-shape-complex-arabic-table.hh 922 } ligatures[4]; member in struct:ligature_set_t
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGFontElement.cpp 82 void SVGFontElement::registerLigaturesInGlyphCache(Vector<String>& ligatures)
84 ASSERT(!ligatures.isEmpty());
95 size_t ligaturesSize = ligatures.size();
97 const String& unicode = ligatures[i];
124 Vector<String> ligatures; local
135 // Register ligatures, if needed, don't mix up with surrogate pairs though!
137 ligatures.append(unicode.string());
149 if (!ligatures.isEmpty())
150 registerLigaturesInGlyphCache(ligatures);
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-shape-complex-arabic-fallback.hh 114 /* We know that all our ligatures are 2-component */
115 OT::GlyphID ligature_list[ARRAY_LENGTH_CONST (first_glyphs) * ARRAY_LENGTH_CONST(ligature_table[0].ligatures)];
136 /* Now that the first-glyphs are sorted, walk again, populate ligatures. */
141 for (unsigned int second_glyph_idx = 0; second_glyph_idx < ARRAY_LENGTH (ligature_table[0].ligatures); second_glyph_idx++)
143 hb_codepoint_t second_u = ligature_table[first_glyph_idx].ligatures[second_glyph_idx].second;
144 hb_codepoint_t ligature_u = ligature_table[first_glyph_idx].ligatures[second_glyph_idx].ligature;
hb-ot-layout-gsub-table.hh 730 Supplier<GlyphID> &ligatures,
740 ligatures[i],
743 ligatures.advance (num_ligatures);
    [all...]
hb-ot-shape-complex-arabic-table.hh 922 } ligatures[4]; member in struct:ligature_set_t
    [all...]
  /external/grub/docs/
texinfo.tex 556 % and you can use @w{...} around a quote to suppress ligatures.
558 %% but suppressing ligatures.
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/build-aux/
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/e2fsprogs/lib/et/
texinfo.tex 289 % but suppressing ligatures.
    [all...]

Completed in 201 milliseconds