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

  /external/icu4c/layoutex/
RunArrays.cpp 74 const char FontRuns::fgClassID = 0;
76 FontRuns::FontRuns(le_int32 initialCapacity)
84 FontRuns::~FontRuns()
92 void FontRuns::init(le_int32 capacity)
98 void FontRuns::grow(le_int32 capacity)
104 le_int32 FontRuns::add(const LEFontInstance *font, le_int32 limit)
117 const LEFontInstance *FontRuns::getFont(le_int32 run) const
  /external/icu4c/layoutex/layout/
RunArrays.h 265 * The <code>FontRuns</code> class associates pointers to <code>LEFontInstance</code>
270 class U_LAYOUTEX_API FontRuns : public RunArray
274 * Construct a <code>FontRuns</code> object from pre-existing arrays of fonts
279 * valid until the <code>FontRuns</code> object is destroyed.
282 * the <code>FontRuns</code> object is destroyed.
288 inline FontRuns(const LEFontInstance **fonts, const le_int32 *limits, le_int32 count);
291 * Construct an empty <code>FontRuns</code> object. Clients can add font and limit
301 FontRuns(le_int32 initialCapacity);
308 virtual ~FontRuns();
331 * If the <code>FontRuns</code> object was created with a client-supplie
    [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 809 milliseconds