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 608 c->glyphs->add (ligGlyph);
615 c->output->add (ligGlyph);
642 c->replace_glyph (ligGlyph);
666 ligGlyph,
680 ligGlyph = ligature;
689 return_trace (ligGlyph.sanitize (c) && component.sanitize (c));
693 GlyphID ligGlyph; /* GlyphID of ligature to substitute */
    [all...]

Completed in 63 milliseconds