Home
last modified time | relevance | path

Searched refs:ligGlyph (Results 1 – 4 of 4) sorted by relevance

/external/icu/icu4c/source/layout/
DLigatureSubstSubtables.cpp34 TTGlyphID ligGlyph = SWAPW(ligTable->ligGlyph); in process() local
47 … if (comp == compCount && (filter == NULL || filter->accept(LE_SET_GLYPH(glyph, ligGlyph)))) { in process()
58 tempIterator.setCurrGlyphID(ligGlyph); in process()
DLigatureSubstSubtables.h32 TTGlyphID ligGlyph; member
/external/harfbuzz_ng/src/
Dhb-ot-layout-gdef-table.hh258 const LigGlyph &lig_glyph = this+ligGlyph[index]; in get_lig_carets()
265 return_trace (coverage.sanitize (c, this) && ligGlyph.sanitize (c, this)); in sanitize()
273 ligGlyph; /* Array of LigGlyph tables member
276 DEFINE_SIZE_ARRAY (4, ligGlyph);
Dhb-ot-layout-gsub-table.hh589 c->glyphs->add (ligGlyph); in closure()
598 c->output->add (ligGlyph); in collect_glyphs()
625 c->replace_glyph (ligGlyph); in apply()
649 ligGlyph, in apply()
663 ligGlyph = ligature; in serialize()
672 return_trace (ligGlyph.sanitize (c) && component.sanitize (c)); in sanitize()
676 GlyphID ligGlyph; /* GlyphID of ligature to substitute */ member