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

/external/icu/icu4c/source/layout/
H A DLEGlyphStorage.h34 class U_LAYOUT_API LEGlyphStorage : public UObject, protected LEInsertionCallback class in inherits:UObject,LEInsertionCallback
115 * Allocates an empty <code>LEGlyphStorage</code> object. You must call
121 LEGlyphStorage();
128 ~LEGlyphStorage();
445 * @param from the <code>LEGlyphStorage</code> object from which
450 void adoptGlyphArray(LEGlyphStorage &from);
457 * @param from the <code>LEGlyphStorage</code> object from which
462 void adoptCharIndicesArray(LEGlyphStorage &from);
469 * @param from the <code>LEGlyphStorage</code> object from which
474 void adoptPositionArray(LEGlyphStorage
[all...]
H A DLEGlyphStorage.cpp10 #include "LEGlyphStorage.h"
14 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(LEGlyphStorage)
21 LEGlyphStorage::LEGlyphStorage() function in class:LEGlyphStorage
28 LEGlyphStorage::~LEGlyphStorage()
33 void LEGlyphStorage::reset()
65 void LEGlyphStorage::allocateGlyphArray(le_int32 initialGlyphCount, le_bool rightToLeft, LEErrorCode &success)
126 le_int32 LEGlyphStorage::allocatePositions(LEErrorCode &success)
148 le_int32 LEGlyphStorage
[all...]

Completed in 292 milliseconds