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

/external/icu/icu4c/source/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
140 LayoutEngine(const LEFontInstance *fontInstance,
156 LayoutEngine();
341 virtual ~LayoutEngine();
373 * of characters used to create the LayoutEngine.
463 * so that the LayoutEngine can be reused to layout a different
471 * This method returns a LayoutEngine capabl
[all...]
H A DLayoutEngine.cpp10 #include "LayoutEngine.h"
42 const le_int32 LayoutEngine::kTypoFlagKern = LE_Kerning_FEATURE_FLAG;
43 const le_int32 LayoutEngine::kTypoFlagLiga = LE_Ligatures_FEATURE_FLAG;
128 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(LayoutEngine)
143 LayoutEngine::LayoutEngine(const LEFontInstance *fontInstance, function in class:LayoutEngine
161 le_int32 LayoutEngine::getGlyphCount() const
166 void LayoutEngine::getCharIndices(le_int32 charIndices[], le_int32 indexBase, LEErrorCode &success) const
171 void LayoutEngine::getCharIndices(le_int32 charIndices[], LEErrorCode &success) const
177 void LayoutEngine
[all...]

Completed in 78 milliseconds