Searched defs:LayoutEngine (Results 1 - 7 of 7) sorted by relevance

/external/icu4c/layout/
H A DLayoutEngine.h23 * be in a single font, script, and language. An instance of a LayoutEngine can be
34 * These arrays are protected members of LayoutEngine which can be retreived by a
36 * LayoutEngine can be reused.
64 class U_LAYOUT_API LayoutEngine : public UObject { class in inherits:UObject
137 LayoutEngine(const LEFontInstance *fontInstance,
150 LayoutEngine();
328 virtual ~LayoutEngine();
360 * of characters used to create the LayoutEngine.
450 * so that the LayoutEngine can be reused to layout a different
458 * This method returns a LayoutEngine capabl
[all...]
H A DLayoutEngine.cpp9 #include "LayoutEngine.h"
38 const le_int32 LayoutEngine::kTypoFlagKern = 0x1;
39 const le_int32 LayoutEngine::kTypoFlagLiga = 0x2;
122 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(LayoutEngine)
137 LayoutEngine::LayoutEngine(const LEFontInstance *fontInstance, function in class:LayoutEngine
155 le_int32 LayoutEngine::getGlyphCount() const
160 void LayoutEngine::getCharIndices(le_int32 charIndices[], le_int32 indexBase, LEErrorCode &success) const
165 void LayoutEngine::getCharIndices(le_int32 charIndices[], LEErrorCode &success) const
171 void LayoutEngine
[all...]
/external/webkit/Source/JavaScriptCore/icu/unicode/
H A Durename.h1300 #define LayoutEngine LayoutEngine_3_2 macro
/external/webkit/Source/JavaScriptGlue/icu/unicode/
H A Durename.h1300 #define LayoutEngine LayoutEngine_3_2 macro
/external/webkit/Source/WebCore/icu/unicode/
H A Durename.h1300 #define LayoutEngine LayoutEngine_3_2 macro
/external/webkit/Source/WebKit/mac/icu/unicode/
H A Durename.h1300 #define LayoutEngine LayoutEngine_3_2 macro
/external/icu4c/common/unicode/
H A Durename.h2017 #define LayoutEngine U_ICU_ENTRY_POINT_RENAME(LayoutEngine) macro

Completed in 205 milliseconds