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

/openjdk7/jdk/src/share/native/sun/font/layout/
H A DIndicLayoutEngine.h62 class IndicOpenTypeLayoutEngine : public OpenTypeLayoutEngine class in inherits:OpenTypeLayoutEngine
66 * This is the main constructor. It constructs an instance of IndicOpenTypeLayoutEngine for
83 IndicOpenTypeLayoutEngine(const LEFontInstance *fontInstance, le_int32 scriptCode, le_int32 languageCode,
100 IndicOpenTypeLayoutEngine(const LEFontInstance *fontInstance, le_int32 scriptCode, le_int32 languageCode,
108 virtual ~IndicOpenTypeLayoutEngine();
H A DIndicLayoutEngine.cpp50 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(IndicOpenTypeLayoutEngine)
52 IndicOpenTypeLayoutEngine::IndicOpenTypeLayoutEngine(const LEFontInstance *fontInstance, le_int32 scriptCode, le_int32 languageCode, function in class:IndicOpenTypeLayoutEngine
66 IndicOpenTypeLayoutEngine::IndicOpenTypeLayoutEngine(const LEFontInstance *fontInstance, le_int32 scriptCode, le_int32 languageCode, le_int32 typoFlags, LEErrorCode &success) function in class:IndicOpenTypeLayoutEngine
74 IndicOpenTypeLayoutEngine::~IndicOpenTypeLayoutEngine()
81 le_int32 IndicOpenTypeLayoutEngine::glyphProcessing(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool rightToLeft,
112 le_int32 IndicOpenTypeLayoutEngine::characterProcessing(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool rightToLeft,

Completed in 29 milliseconds