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

/external/icu4c/layout/
H A DOpenTypeLayoutEngine.h21 * OpenTypeLayoutEngine implements complex text layout for OpenType fonts - that is
38 * OpenTypeLayoutEngine will also use the font's GPOS table to apply position adjustments
45 class U_LAYOUT_API OpenTypeLayoutEngine : public LayoutEngine class in inherits:LayoutEngine
49 * This is the main constructor. It constructs an instance of OpenTypeLayoutEngine for
65 OpenTypeLayoutEngine(const LEFontInstance *fontInstance, le_int32 scriptCode, le_int32 languageCode,
79 OpenTypeLayoutEngine(const LEFontInstance *fontInstance, le_int32 scriptCode, le_int32 languageCode,
87 virtual ~OpenTypeLayoutEngine();
380 * OpenTypeLayoutEngine can be reused for different text.
H A DOpenTypeLayoutEngine.cpp14 #include "OpenTypeLayoutEngine.h"
31 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(OpenTypeLayoutEngine)
128 OpenTypeLayoutEngine::OpenTypeLayoutEngine(const LEFontInstance *fontInstance, le_int32 scriptCode, le_int32 languageCode, function in class:OpenTypeLayoutEngine
210 void OpenTypeLayoutEngine::reset()
219 OpenTypeLayoutEngine::OpenTypeLayoutEngine(const LEFontInstance *fontInstance, le_int32 scriptCode, le_int32 languageCode, function in class:OpenTypeLayoutEngine
227 OpenTypeLayoutEngine::~OpenTypeLayoutEngine()
236 LETag OpenTypeLayoutEngine
[all...]
/external/chromium_org/third_party/icu/source/common/unicode/
H A Durename.h2058 #define OpenTypeLayoutEngine U_ICU_ENTRY_POINT_RENAME(OpenTypeLayoutEngine) macro

Completed in 171 milliseconds