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

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGFontElement.cpp 59 void SVGFontElement::registerLigaturesInGlyphCache(Vector<String>& ligatures)
61 ASSERT(!ligatures.isEmpty());
72 size_t ligaturesSize = ligatures.size();
74 const String& unicode = ligatures[i];
159 Vector<String> ligatures; local
170 // Register ligatures, if needed, don't mix up with surrogate pairs though!
172 ligatures.append(unicode.string());
190 if (!ligatures.isEmpty())
191 registerLigaturesInGlyphCache(ligatures);
  /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 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 749 Supplier<GlyphID> &ligatures,
759 ligatures[i],
762 ligatures.advance (num_ligatures);
    [all...]
hb-ot-shape-complex-arabic-table.hh 363 } 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/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 729 Supplier<GlyphID> &ligatures,
739 ligatures[i],
742 ligatures.advance (num_ligatures);
    [all...]
hb-ot-shape-complex-arabic-table.hh 922 } ligatures[4]; member in struct:ligature_set_t
    [all...]
  /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...]
  /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...]

Completed in 1157 milliseconds