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

/openjdk7/jdk/src/share/native/sun/font/layout/
H A DArabicLayoutEngine.h179 class UnicodeArabicOpenTypeLayoutEngine : public ArabicOpenTypeLayoutEngine class in inherits:ArabicOpenTypeLayoutEngine
183 * This constructs an instance of UnicodeArabicOpenTypeLayoutEngine for a specific font,
196 UnicodeArabicOpenTypeLayoutEngine(const LEFontInstance *fontInstance, le_int32 scriptCode, le_int32 languageCode,
204 virtual ~UnicodeArabicOpenTypeLayoutEngine();
H A DArabicLayoutEngine.cpp80 // for UnicodeArabicOpenTypeLayoutEngine, which uses a pre-built
157 UnicodeArabicOpenTypeLayoutEngine::UnicodeArabicOpenTypeLayoutEngine(const LEFontInstance *fontInstance, le_int32 scriptCode, le_int32 languageCode, le_int32 typoFlags, LEErrorCode &success) function in class:UnicodeArabicOpenTypeLayoutEngine
165 UnicodeArabicOpenTypeLayoutEngine::~UnicodeArabicOpenTypeLayoutEngine()
171 le_int32 UnicodeArabicOpenTypeLayoutEngine::glyphPostProcessing(LEGlyphStorage &tempGlyphStorage, LEGlyphStorage &glyphStorage, LEErrorCode &success)
201 void UnicodeArabicOpenTypeLayoutEngine::mapCharsToGlyphs(const LEUnicode chars[], le_int32 offset, le_int32 count, le_bool reverse, le_bool /*mirror*/, LEGlyphStorage &glyphStorage, LEErrorCode &success)
226 void UnicodeArabicOpenTypeLayoutEngine::adjustGlyphPositions(const LEUnicode chars[], le_int32 offset, le_int32 count, le_bool reverse,

Completed in 30 milliseconds