Searched defs:SegmentArrayProcessor2 (Results 1 - 2 of 2) 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)

Completed in 29 milliseconds