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

/openjdk7/jdk/src/share/native/sun/font/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)

Completed in 29 milliseconds