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

/openjdk9/jdk/src/java.desktop/share/native/libfontmanager/layout/
H A DLigatureSubstProc.h52 class LigatureSubstitutionProcessor : public StateTableProcessor class in inherits:StateTableProcessor
61 LigatureSubstitutionProcessor(const LEReferenceTo<MorphSubtableHeader> &morphSubtableHeader, LEErrorCode &success);
62 virtual ~LigatureSubstitutionProcessor();
79 LigatureSubstitutionProcessor();
H A DLigatureSubstProc.cpp48 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(LigatureSubstitutionProcessor)
50 LigatureSubstitutionProcessor::LigatureSubstitutionProcessor(const LEReferenceTo<MorphSubtableHeader> &morphSubtableHeader, LEErrorCode &success) function in class:LigatureSubstitutionProcessor
61 LigatureSubstitutionProcessor::~LigatureSubstitutionProcessor()
65 void LigatureSubstitutionProcessor::beginStateTable()
70 ByteOffset LigatureSubstitutionProcessor::processStateEntry(LEGlyphStorage &glyphStorage, le_int32 &currGlyph, EntryTableIndex index, LEErrorCode &success)
186 void LigatureSubstitutionProcessor::endStateTable()
H A DMorphTables.cpp108 processor = new LigatureSubstitutionProcessor(base, success);

Completed in 78 milliseconds