Searched refs:ThaiLayoutEngine (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/share/native/sun/font/layout/
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*/,
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 DLayoutEngine.cpp45 #include "ThaiLayoutEngine.h"
698 result = new ThaiLayoutEngine(fontInstance, scriptCode, languageCode, typoFlags, success);
/openjdk7/jdk/make/sun/font/
H A DFILES_c.gmk107 ThaiLayoutEngine.cpp \

Completed in 69 milliseconds