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

  /external/icu4c/layout/
LayoutEngine.h 23 * 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 {
140 LayoutEngine(const LEFontInstance *fontInstance,
156 LayoutEngine();
335 virtual ~LayoutEngine();
367 * of characters used to create the LayoutEngine.
457 * so that the LayoutEngine can be reused to layout a different
465 * This method returns a LayoutEngine capable of laying out tex
    [all...]
LayoutEngine.cpp 9 #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,
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) 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...]

Completed in 441 milliseconds