Searched refs:LigatureSubstitutionProcessor2 (Results 1 - 3 of 3) sorted by relevance

/openjdk9/jdk/src/java.desktop/share/native/libfontmanager/layout/
H A DLigatureSubstProc2.h52 class LigatureSubstitutionProcessor2 : public StateTableProcessor2 class in inherits:StateTableProcessor2
62 LigatureSubstitutionProcessor2(const LEReferenceTo<MorphSubtableHeader2> &morphSubtableHeader, LEErrorCode &success);
63 virtual ~LigatureSubstitutionProcessor2();
80 LigatureSubstitutionProcessor2();
H A DLigatureSubstProc2.cpp48 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(LigatureSubstitutionProcessor2)
50 LigatureSubstitutionProcessor2::LigatureSubstitutionProcessor2(const LEReferenceTo<MorphSubtableHeader2> &morphSubtableHeader, LEErrorCode &success) function in class:LigatureSubstitutionProcessor2
64 LigatureSubstitutionProcessor2::~LigatureSubstitutionProcessor2()
68 void LigatureSubstitutionProcessor2::beginStateTable()
73 le_uint16 LigatureSubstitutionProcessor2::processStateEntry(LEGlyphStorage &glyphStorage, le_int32 &currGlyph, EntryTableIndex2 index, LEErrorCode &success)
185 void LigatureSubstitutionProcessor2::endStateTable()
H A DMorphTables2.cpp229 processor = new LigatureSubstitutionProcessor2(base, success);

Completed in 72 milliseconds