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

/openjdk9/jdk/src/java.desktop/share/native/libfontmanager/layout/
H A DContextualGlyphSubstProc.h50 class ContextualGlyphSubstitutionProcessor : public StateTableProcessor class in inherits:StateTableProcessor
59 ContextualGlyphSubstitutionProcessor(const LEReferenceTo<MorphSubtableHeader> &morphSubtableHeader, LEErrorCode &success);
60 virtual ~ContextualGlyphSubstitutionProcessor();
77 ContextualGlyphSubstitutionProcessor();
H A DContextualGlyphSubstProc.cpp44 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(ContextualGlyphSubstitutionProcessor)
46 ContextualGlyphSubstitutionProcessor::ContextualGlyphSubstitutionProcessor(const LEReferenceTo<MorphSubtableHeader> &morphSubtableHeader, LEErrorCode &success) function in class:ContextualGlyphSubstitutionProcessor
61 ContextualGlyphSubstitutionProcessor::~ContextualGlyphSubstitutionProcessor()
65 void ContextualGlyphSubstitutionProcessor::beginStateTable()
70 ByteOffset ContextualGlyphSubstitutionProcessor::processStateEntry(LEGlyphStorage &glyphStorage, le_int32 &currGlyph, EntryTableIndex index, LEErrorCode &success)
113 void ContextualGlyphSubstitutionProcessor::endStateTable()
H A DMorphTables.cpp104 processor = new ContextualGlyphSubstitutionProcessor(base, success);

Completed in 59 milliseconds