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

  /external/harfbuzz_ng/src/
hb-ot-layout-gdef-table.hh 211 struct LigGlyph
240 * --from beginning of LigGlyph table
263 const LigGlyph &lig_glyph = this+ligGlyph[index];
270 return_trace (coverage.sanitize (c, this) && ligGlyph.sanitize (c, this));
277 OffsetArrayOf<LigGlyph>
278 ligGlyph; /* Array of LigGlyph tables
281 DEFINE_SIZE_ARRAY (4, ligGlyph);
hb-ot-layout-gsub-table.hh 612 c->glyphs->add (ligGlyph);
621 c->output->add (ligGlyph);
648 c->replace_glyph (ligGlyph);
672 ligGlyph,
686 ligGlyph = ligature;
695 return_trace (ligGlyph.sanitize (c) && component.sanitize (c));
699 GlyphID ligGlyph; /* GlyphID of ligature to substitute */
    [all...]

Completed in 70 milliseconds