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

/openjdk7/jdk/src/share/native/sun/font/layout/
H A DThaiLayoutEngine.h54 class ThaiLayoutEngine : public LayoutEngine class in inherits:LayoutEngine
58 * This constructs an instance of ThaiLayoutEngine for the given font, script and
72 ThaiLayoutEngine(const LEFontInstance *fontInstance, le_int32 scriptCode, le_int32 languageCode, le_int32 typoFlags, LEErrorCode &success);
79 virtual ~ThaiLayoutEngine();
H A DThaiLayoutEngine.cpp35 #include "ThaiLayoutEngine.h"
45 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(ThaiLayoutEngine)
47 ThaiLayoutEngine::ThaiLayoutEngine(const LEFontInstance *fontInstance, le_int32 scriptCode, le_int32 languageCode, le_int32 typoFlags, LEErrorCode &success) function in class:ThaiLayoutEngine
75 ThaiLayoutEngine::~ThaiLayoutEngine()
84 le_int32 ThaiLayoutEngine::computeGlyphs(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool /*rightToLeft*/, LEGlyphStorage &glyphStorage, LEErrorCode &success)
125 void ThaiLayoutEngine::adjustGlyphPositions(const LEUnicode chars[], le_int32 offset, le_int32 count, le_bool /*reverse*/,

Completed in 30 milliseconds