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

/openjdk9/jdk/src/java.desktop/share/native/libfontmanager/layout/
H A DSegmentArrayProcessor.h50 class SegmentArrayProcessor : public NonContextualGlyphSubstitutionProcessor class in inherits:NonContextualGlyphSubstitutionProcessor
55 SegmentArrayProcessor(const LEReferenceTo<MorphSubtableHeader> &morphSubtableHeader, LEErrorCode &success);
57 virtual ~SegmentArrayProcessor();
74 SegmentArrayProcessor();
H A DSegmentArrayProcessor.cpp37 #include "SegmentArrayProcessor.h"
43 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(SegmentArrayProcessor)
45 SegmentArrayProcessor::SegmentArrayProcessor() function in class:SegmentArrayProcessor
49 SegmentArrayProcessor::SegmentArrayProcessor(const LEReferenceTo<MorphSubtableHeader> &morphSubtableHeader, LEErrorCode &success) function in class:SegmentArrayProcessor
56 SegmentArrayProcessor::~SegmentArrayProcessor()
60 void SegmentArrayProcessor::process(LEGlyphStorage &glyphStorage, LEErrorCode &success)
H A DNonContextualGlyphSubstProc.cpp39 #include "SegmentArrayProcessor.h"
73 return new SegmentArrayProcessor(morphSubtableHeader, success);

Completed in 41 milliseconds