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

  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-shape-complex-arabic-table.hh 922 } ligatures[4]; member in struct:ligature_set_t
    [all...]
  /external/harfbuzz_ng/src/
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 80 void SVGFontElement::registerLigaturesInGlyphCache(Vector<String>& ligatures)
82 ASSERT(!ligatures.isEmpty());
93 size_t ligaturesSize = ligatures.size();
95 const String& unicode = ligatures[i];
122 Vector<String> ligatures; local
133 // Register ligatures, if needed, don't mix up with surrogate pairs though!
135 ligatures.append(unicode.string());
146 if (!ligatures.isEmpty())
147 registerLigaturesInGlyphCache(ligatures);

Completed in 827 milliseconds