Searched refs:newGlyphCount (Results 1 - 4 of 4) sorted by relevance

/openjdk9/jdk/src/java.desktop/share/native/libfontmanager/layout/
H A DLEGlyphStorage.cpp533 void LEGlyphStorage::adoptGlyphCount(le_int32 newGlyphCount) argument
535 fGlyphCount = newGlyphCount;
591 le_int32 newGlyphCount = fGlyphCount + growAmount; local
593 LEGlyphID *newGlyphs = (LEGlyphID *) LE_GROW_ARRAY(fGlyphs, newGlyphCount);
600 le_int32 *newCharIndices = (le_int32 *) LE_GROW_ARRAY(fCharIndices, newGlyphCount);
608 le_uint32 *newAuxData = (le_uint32 *) LE_GROW_ARRAY(fAuxData, newGlyphCount);
619 fDestIndex = newGlyphCount - 1;
631 position = newGlyphCount;
639 return fGlyphCount = newGlyphCount;
H A DLookupProcessor.cpp92 le_int32 newGlyphCount = glyphCount; local
118 newGlyphCount = glyphIterator.applyInsertions();
122 return newGlyphCount;
H A DGlyphIterator.cpp149 le_int32 newGlyphCount = glyphStorage.applyInsertions(); local
152 prevLimit = newGlyphCount;
154 nextLimit = newGlyphCount;
157 return newGlyphCount;
H A DLEGlyphStorage.h527 * @param newGlyphCount the new glyph count.
531 void adoptGlyphCount(le_int32 newGlyphCount);

Completed in 59 milliseconds