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

/openjdk7/jdk/src/share/native/sun/font/layout/
H A DNonContextualGlyphSubstProc.h49 class NonContextualGlyphSubstitutionProcessor : public SubtableProcessor class in inherits:SubtableProcessor
57 NonContextualGlyphSubstitutionProcessor();
58 NonContextualGlyphSubstitutionProcessor(const LEReferenceTo<MorphSubtableHeader> &morphSubtableHeader, LEErrorCode &status);
60 virtual ~NonContextualGlyphSubstitutionProcessor();
63 NonContextualGlyphSubstitutionProcessor(const NonContextualGlyphSubstitutionProcessor &other); // forbid copying of this class
64 NonContextualGlyphSubstitutionProcessor &operator=(const NonContextualGlyphSubstitutionProcessor &other); // forbid copying of this class
H A DNonContextualGlyphSubstProc.cpp46 NonContextualGlyphSubstitutionProcessor::NonContextualGlyphSubstitutionProcessor() function in class:NonContextualGlyphSubstitutionProcessor
50 NonContextualGlyphSubstitutionProcessor::NonContextualGlyphSubstitutionProcessor(const LEReferenceTo<MorphSubtableHeader> &morphSubtableHeader, LEErrorCode &success) function in class:NonContextualGlyphSubstitutionProcessor
55 NonContextualGlyphSubstitutionProcessor::~NonContextualGlyphSubstitutionProcessor()
59 SubtableProcessor *NonContextualGlyphSubstitutionProcessor::createInstance(const LEReferenceTo<MorphSubtableHeader> &morphSubtableHeader, LEErrorCode &success)

Completed in 4168 milliseconds