Searched defs:FontRuns (Results 1 - 3 of 3) sorted by relevance

/external/icu4c/layoutex/
H A DRunArrays.cpp74 const char FontRuns::fgClassID = 0;
76 FontRuns::FontRuns(le_int32 initialCapacity) function in class:FontRuns
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/
H A DRunArrays.h265 * The <code>FontRuns</code> class associates pointers to <code>LEFontInstance</code>
270 class U_LAYOUTEX_API FontRuns : public RunArray class in inherits: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</cod
383 inline FontRuns::FontRuns() function in class:FontRuns
389 inline FontRuns::FontRuns(const FontRuns & /*other*/) function in class:FontRuns
395 inline FontRuns::FontRuns(const LEFontInstance **fonts, const le_int32 *limits, le_int32 count) function in class:FontRuns
[all...]
/external/chromium_org/third_party/icu/source/common/unicode/
H A Durename.h1927 #define FontRuns U_ICU_ENTRY_POINT_RENAME(FontRuns) macro

Completed in 252 milliseconds