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

/openjdk7/jdk/src/share/native/sun/font/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
60 ContextualGlyphSubstitutionProcessor::~ContextualGlyphSubstitutionProcessor()
64 void ContextualGlyphSubstitutionProcessor::beginStateTable()
69 ByteOffset ContextualGlyphSubstitutionProcessor::processStateEntry(LEGlyphStorage &glyphStorage, le_int32 &currGlyph, EntryTableIndex index)
104 void ContextualGlyphSubstitutionProcessor::endStateTable()
H A DMorphTables.cpp90 processor = new ContextualGlyphSubstitutionProcessor(base, success);

Completed in 73 milliseconds