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

  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/otvalid/
otvgsub.c 259 OTV_NEST3( LigatureSubstFormat1, LigatureSet, Ligature );
  /external/harfbuzz_ng/src/
hb-ot-layout-gsub-table.hh 685 struct LigatureSet
756 ligature; /* Array LigatureSet tables
770 (this+ligatureSet[iter.get_coverage ()]).closure (c);
780 (this+ligatureSet[iter.get_coverage ()]).collect_glyphs (c);
795 const LigatureSet &lig_set = this+ligatureSet[index];
807 const LigatureSet &lig_set = this+ligatureSet[index];
821 if (unlikely (!ligatureSet.serialize (c, num_first_glyphs))) return_trace (false);
823 if (unlikely (!ligatureSet[i].serialize (c, this).serialize (c
    [all...]
  /external/fonttools/Lib/fontTools/ttLib/tables/
otTables.py 408 ligSets = rawTable["LigatureSet"]
433 ligSet = LigatureSet()
442 return {"Coverage": cov, "LigatureSet": ligSets}
447 xmlWriter.begintag("LigatureSet", glyph=glyphName)
453 xmlWriter.endtag("LigatureSet")
609 elif overflowRecord.itemName == 'LigatureSet':

Completed in 370 milliseconds