HomeSort by relevance Sort by last modified time
    Searched defs:LayoutEngine (Results 1 - 7 of 7) sorted by null

  /external/icu4c/layout/
LayoutEngine.h 26 * be in a single font, script, and language. An instance of a LayoutEngine can be
37 * These arrays are protected members of LayoutEngine which can be retreived by a
39 * LayoutEngine can be reused.
67 class U_LAYOUT_API LayoutEngine : public UObject {
134 LayoutEngine(const LEFontInstance *fontInstance,
147 LayoutEngine();
325 virtual ~LayoutEngine();
357 * of characters used to create the LayoutEngine.
447 * so that the LayoutEngine can be reused to layout a different
455 * This method returns a LayoutEngine capable of laying out tex
    [all...]
LayoutEngine.cpp 12 #include "LayoutEngine.h"
122 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(LayoutEngine)
137 LayoutEngine::LayoutEngine(const LEFontInstance *fontInstance,
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::getGlyphs(le_uint32 glyphs[], le_uint32 extraBits, LEErrorCode &success) const
176 void LayoutEngine::getGlyphs(LEGlyphID glyphs[], LEErrorCode &success) const
182 void LayoutEngine::getGlyphPositions(float positions[], LEErrorCode &success) cons
    [all...]
  /external/webkit/Source/JavaScriptCore/icu/unicode/
urename.h     [all...]
  /external/webkit/Source/JavaScriptGlue/icu/unicode/
urename.h     [all...]
  /external/webkit/Source/WebCore/icu/unicode/
urename.h     [all...]
  /external/webkit/Source/WebKit/mac/icu/unicode/
urename.h     [all...]
  /external/icu4c/common/unicode/
urename.h     [all...]

Completed in 1134 milliseconds