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

/openjdk9/jdk/src/java.desktop/share/native/libfontmanager/layout/
H A DContextualGlyphSubstProc2.h50 class ContextualGlyphSubstitutionProcessor2 : public StateTableProcessor2 class in inherits:StateTableProcessor2
59 ContextualGlyphSubstitutionProcessor2(const LEReferenceTo<MorphSubtableHeader2> &morphSubtableHeader, LEErrorCode &success);
60 virtual ~ContextualGlyphSubstitutionProcessor2();
77 ContextualGlyphSubstitutionProcessor2();
H A DContextualGlyphSubstProc2.cpp44 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(ContextualGlyphSubstitutionProcessor2)
46 ContextualGlyphSubstitutionProcessor2::ContextualGlyphSubstitutionProcessor2( function in class:ContextualGlyphSubstitutionProcessor2
56 ContextualGlyphSubstitutionProcessor2::~ContextualGlyphSubstitutionProcessor2()
60 void ContextualGlyphSubstitutionProcessor2::beginStateTable()
65 le_uint16 ContextualGlyphSubstitutionProcessor2::processStateEntry(LEGlyphStorage &glyphStorage, le_int32 &currGlyph,
109 TTGlyphID ContextualGlyphSubstitutionProcessor2::lookup(le_uint32 offset, LEGlyphID gid, LEErrorCode &success)
175 void ContextualGlyphSubstitutionProcessor2::endStateTable()
H A DMorphTables2.cpp225 processor = new ContextualGlyphSubstitutionProcessor2(base, success);

Completed in 50 milliseconds