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

  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-layout-gdef-table.hh 203 struct LigGlyph
230 * --from beginning of LigGlyph table
252 const LigGlyph &lig_glyph = this+ligGlyph[index];
258 return TRACE_RETURN (coverage.sanitize (c, this) && ligGlyph.sanitize (c, this));
265 OffsetArrayOf<LigGlyph>
266 ligGlyph; /* Array of LigGlyph tables
269 DEFINE_SIZE_ARRAY (4, ligGlyph);
hb-ot-shape-complex-arabic-win1256.hh 160 #define OT_LIGATURE(Name, Components, LigGlyph) \
162 LigGlyph \
  /external/harfbuzz_ng/src/
hb-ot-layout-gdef-table.hh 203 struct LigGlyph
230 * --from beginning of LigGlyph table
252 const LigGlyph &lig_glyph = this+ligGlyph[index];
258 return TRACE_RETURN (coverage.sanitize (c, this) && ligGlyph.sanitize (c, this));
265 OffsetArrayOf<LigGlyph>
266 ligGlyph; /* Array of LigGlyph tables
269 DEFINE_SIZE_ARRAY (4, ligGlyph);
  /external/fonttools/Lib/fontTools/ttLib/tables/
otTables.py 450 xmlWriter.simpletag("Ligature", glyph=lig.LigGlyph,
469 lig.LigGlyph = attrs["glyph"]
  /external/fonttools/Lib/fontTools/
subset.py 147 _set_update(s.glyphs, *([seq.LigGlyph for seq in seqs
157 if seq.LigGlyph in s.glyphs and
    [all...]

Completed in 279 milliseconds