Home | History | Annotate | Download | only in layout

Lines Matching defs:LEGlyphStorage

34 class U_LAYOUT_API LEGlyphStorage : public UObject, protected 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 &from);
481 * @param from the <code>LEGlyphStorage</code> object from which
486 void adoptAuxDataArray(LEGlyphStorage &from);
492 * @param from the <code>LEGlyphStorage</code> object from which
497 void adoptGlyphCount(LEGlyphStorage &from);
533 inline le_int32 LEGlyphStorage::getGlyphCount() const
538 inline LEGlyphID &LEGlyphStorage::operator[](le_int32 glyphIndex) const