Searched refs:ThaiLayoutEngine (Results 1 - 4 of 4) sorted by relevance
/external/icu/icu4c/source/layout/ |
H A D | ThaiLayoutEngine.cpp | 10 #include "ThaiLayoutEngine.h" 20 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(ThaiLayoutEngine) 22 ThaiLayoutEngine::ThaiLayoutEngine(const LEFontInstance *fontInstance, le_int32 scriptCode, le_int32 languageCode, le_int32 typoFlags, LEErrorCode &success) function in class:ThaiLayoutEngine 50 ThaiLayoutEngine::~ThaiLayoutEngine() 59 le_int32 ThaiLayoutEngine::computeGlyphs(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool /*rightToLeft*/, LEGlyphStorage &glyphStorage, LEErrorCode &success) 100 void ThaiLayoutEngine::adjustGlyphPositions(const LEUnicode chars[], le_int32 offset, le_int32 count, le_bool /*reverse*/,
|
H A D | ThaiLayoutEngine.h | 29 class ThaiLayoutEngine : public LayoutEngine class in inherits:LayoutEngine 33 * This constructs an instance of ThaiLayoutEngine for the given font, script and 47 ThaiLayoutEngine(const LEFontInstance *fontInstance, le_int32 scriptCode, le_int32 languageCode, le_int32 typoFlags, LEErrorCode &success); 54 virtual ~ThaiLayoutEngine();
|
H A D | LayoutEngine.cpp | 17 #include "ThaiLayoutEngine.h" 642 result = new ThaiLayoutEngine(fontInstance, scriptCode, languageCode, typoFlags, success);
|
/external/chromium_org/third_party/icu/source/common/unicode/ |
H A D | urename.h | 2164 #define ThaiLayoutEngine U_ICU_ENTRY_POINT_RENAME(ThaiLayoutEngine) macro
|
Completed in 89 milliseconds