Home
last modified time | relevance | path

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

/external/icu/icu4c/source/layout/
DLEGlyphStorage.cpp508 void LEGlyphStorage::adoptGlyphCount(le_int32 newGlyphCount) in adoptGlyphCount() argument
510 fGlyphCount = newGlyphCount; in adoptGlyphCount()
566 le_int32 newGlyphCount = fGlyphCount + growAmount; in applyInsertions() local
568 LEGlyphID *newGlyphs = (LEGlyphID *) LE_GROW_ARRAY(fGlyphs, newGlyphCount); in applyInsertions()
575 le_int32 *newCharIndices = (le_int32 *) LE_GROW_ARRAY(fCharIndices, newGlyphCount); in applyInsertions()
583 le_uint32 *newAuxData = (le_uint32 *) LE_GROW_ARRAY(fAuxData, newGlyphCount); in applyInsertions()
592 fDestIndex = newGlyphCount - 1; in applyInsertions()
604 position = newGlyphCount; in applyInsertions()
612 return fGlyphCount = newGlyphCount; in applyInsertions()
DGlyphIterator.cpp125 le_int32 newGlyphCount = glyphStorage.applyInsertions(); in applyInsertions() local
128 prevLimit = newGlyphCount; in applyInsertions()
130 nextLimit = newGlyphCount; in applyInsertions()
133 return newGlyphCount; in applyInsertions()
DLookupProcessor.cpp65 le_int32 newGlyphCount = glyphCount; in process() local
87 newGlyphCount = glyphIterator.applyInsertions(); in process()
91 return newGlyphCount; in process()
DLEGlyphStorage.h506 void adoptGlyphCount(le_int32 newGlyphCount);