Searched defs:LigatureSubstitutionProcessor2 (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/native/sun/font/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)
166 void LigatureSubstitutionProcessor2::endStateTable()

Completed in 167 milliseconds