Home
last modified time | relevance | path

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

/external/icu/icu4c/source/layout/
DThaiLayoutEngine.cpp20 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(ThaiLayoutEngine) in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() argument
22 ThaiLayoutEngine::ThaiLayoutEngine(const LEFontInstance *fontInstance, le_int32 scriptCode, le_int3… in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
50 ThaiLayoutEngine::~ThaiLayoutEngine() in ~ThaiLayoutEngine()
59 le_int32 ThaiLayoutEngine::computeGlyphs(const LEUnicode chars[], le_int32 offset, le_int32 count, … in computeGlyphs()
100 void ThaiLayoutEngine::adjustGlyphPositions(const LEUnicode chars[], le_int32 offset, le_int32 coun… in adjustGlyphPositions()
DThaiLayoutEngine.h29 class ThaiLayoutEngine : public LayoutEngine
47ThaiLayoutEngine(const LEFontInstance *fontInstance, le_int32 scriptCode, le_int32 languageCode, l…
54 virtual ~ThaiLayoutEngine();
DMakefile.in62 ThaiLayoutEngine.o \
DLayoutEngine.cpp642 … result = new ThaiLayoutEngine(fontInstance, scriptCode, languageCode, typoFlags, success); in layoutEngineFactory()