Searched refs:initialGlyphCount (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/native/sun/font/layout/
H A DLEGlyphStorage.h249 * @param initialGlyphCount the initial size of the glyph and char indices arrays.
256 void allocateGlyphArray(le_int32 initialGlyphCount, le_bool rightToLeft, LEErrorCode &success);
H A DLEGlyphStorage.cpp90 void LEGlyphStorage::allocateGlyphArray(le_int32 initialGlyphCount, le_bool rightToLeft, LEErrorCode &success) argument
96 if (initialGlyphCount <= 0) {
102 fGlyphCount = initialGlyphCount;

Completed in 31 milliseconds