Searched defs:GXLayoutEngine (Results 1 - 3 of 3) sorted by relevance

/external/icu4c/layout/
H A DGXLayoutEngine.h29 class GXLayoutEngine : public LayoutEngine class in inherits:LayoutEngine
33 * This is the main constructor. It constructs an instance of GXLayoutEngine for
52 GXLayoutEngine(const LEFontInstance *fontInstance, le_int32 scriptCode, le_int32 languageCode, const MorphTableHeader *morphTable, LEErrorCode &success);
59 virtual ~GXLayoutEngine();
H A DGXLayoutEngine.cpp10 #include "GXLayoutEngine.h"
17 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(GXLayoutEngine)
19 GXLayoutEngine::GXLayoutEngine(const LEFontInstance *fontInstance, le_int32 scriptCode, le_int32 languageCode, const MorphTableHeader *morphTable, LEErrorCode &success) function in class:GXLayoutEngine
25 GXLayoutEngine::~GXLayoutEngine()
31 le_int32 GXLayoutEngine::computeGlyphs(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool rightToLeft, LEGlyphStorage &glyphStorage, LEErrorCode &success)
54 void GXLayoutEngine::adjustGlyphPositions(const LEUnicode chars[], le_int32 offset, le_int32 count, le_bool /*reverse*/,
/external/chromium_org/third_party/icu/source/common/unicode/
H A Durename.h1940 #define GXLayoutEngine U_ICU_ENTRY_POINT_RENAME(GXLayoutEngine) macro

Completed in 62 milliseconds