Searched defs:ligatures (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-ot-shape-complex-arabic-table.hh922 } ligatures[4]; member in struct:ligature_set_t
H A Dhb-ot-layout-gsub-table.hh729 Supplier<GlyphID> &ligatures,
739 ligatures[i],
742 ligatures.advance (num_ligatures);
728 serialize(hb_serialize_context_t *c, Supplier<GlyphID> &ligatures, Supplier<unsigned int> &component_count_list, unsigned int num_ligatures, Supplier<GlyphID> &component_list ) argument
/external/harfbuzz_ng/src/
H A Dhb-ot-shape-complex-arabic-table.hh922 } ligatures[4]; member in struct:ligature_set_t
H A Dhb-ot-layout-gsub-table.hh723 Supplier<GlyphID> &ligatures,
733 ligatures[i],
736 ligatures.advance (num_ligatures);
722 serialize(hb_serialize_context_t *c, Supplier<GlyphID> &ligatures, Supplier<unsigned int> &component_count_list, unsigned int num_ligatures, Supplier<GlyphID> &component_list ) argument
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGFontElement.cpp80 void SVGFontElement::registerLigaturesInGlyphCache(Vector<String>& ligatures) argument
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 977 milliseconds