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

/openjdk7/jdk/src/share/native/sun/font/layout/
H A DLEGlyphStorage.h59 class U_LAYOUT_API LEGlyphStorage : public UObject, protected LEInsertionCallback class in inherits:UObject,LEInsertionCallback
140 * Allocates an empty <code>LEGlyphStorage</code> object. You must call
146 LEGlyphStorage();
153 ~LEGlyphStorage();
470 * @param from the <code>LEGlyphStorage</code> object from which
475 void adoptGlyphArray(LEGlyphStorage &from);
482 * @param from the <code>LEGlyphStorage</code> object from which
487 void adoptCharIndicesArray(LEGlyphStorage &from);
494 * @param from the <code>LEGlyphStorage</code> object from which
499 void adoptPositionArray(LEGlyphStorage
[all...]
H A DLEGlyphStorage.cpp35 #include "LEGlyphStorage.h"
39 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(LEGlyphStorage)
46 LEGlyphStorage::LEGlyphStorage() function in class:LEGlyphStorage
53 LEGlyphStorage::~LEGlyphStorage()
58 void LEGlyphStorage::reset()
90 void LEGlyphStorage::allocateGlyphArray(le_int32 initialGlyphCount, le_bool rightToLeft, LEErrorCode &success)
151 le_int32 LEGlyphStorage::allocatePositions(LEErrorCode &success)
173 le_int32 LEGlyphStorage
[all...]

Completed in 39 milliseconds