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

/openjdk10/jdk/src/java.desktop/share/native/libfontmanager/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);

Completed in 45 milliseconds