HomeSort by relevance Sort by last modified time
    Searched defs:ThaiLayoutEngine (Results 1 - 2 of 2) sorted by null

  /external/icu/icu4c/source/layout/
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)
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*/,
ThaiLayoutEngine.h 29 class ThaiLayoutEngine : public 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();

Completed in 616 milliseconds