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

/openjdk7/jdk/src/share/native/sun/font/layout/
H A DLEGlyphFilter.h46 class LEGlyphFilter /* not : public UObject because this is an interface/mixin class */ { class
52 virtual ~LEGlyphFilter();
H A DLayoutEngine.cpp128 // This is here to get it out of LEGlyphFilter.h.
131 LEGlyphFilter::~LEGlyphFilter()
147 class CanonMarkFilter : public UMemory, public LEGlyphFilter
443 void LayoutEngine::adjustMarkGlyphs(LEGlyphStorage &glyphStorage, LEGlyphFilter *markFilter, LEErrorCode &success)
479 void LayoutEngine::adjustMarkGlyphs(const LEUnicode chars[], le_int32 charCount, le_bool reverse, LEGlyphStorage &glyphStorage, LEGlyphFilter *markFilter, LEErrorCode &success)

Completed in 1002 milliseconds