Searched refs:SegmentArrayProcessor2 (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/share/native/sun/font/layout/
H A DSegmentArrayProcessor2.h50 class SegmentArrayProcessor2 : public NonContextualGlyphSubstitutionProcessor2 class in inherits:NonContextualGlyphSubstitutionProcessor2
55 SegmentArrayProcessor2(const LEReferenceTo<MorphSubtableHeader2> &morphSubtableHeader, LEErrorCode &success);
57 virtual ~SegmentArrayProcessor2();
74 SegmentArrayProcessor2();
H A DSegmentArrayProcessor2.cpp37 #include "SegmentArrayProcessor2.h"
43 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(SegmentArrayProcessor2)
45 SegmentArrayProcessor2::SegmentArrayProcessor2() function in class:SegmentArrayProcessor2
49 SegmentArrayProcessor2::SegmentArrayProcessor2(const LEReferenceTo<MorphSubtableHeader2> &morphSubtableHeader, LEErrorCode &success) function in class:SegmentArrayProcessor2
56 SegmentArrayProcessor2::~SegmentArrayProcessor2()
60 void SegmentArrayProcessor2::process(LEGlyphStorage &glyphStorage, LEErrorCode &success)
H A DNonContextualGlyphSubstProc2.cpp39 #include "SegmentArrayProcessor2.h"
75 return new SegmentArrayProcessor2(morphSubtableHeader, success);
/openjdk7/jdk/make/sun/font/
H A DFILES_c.gmk117 SegmentArrayProcessor2.cpp \

Completed in 30 milliseconds