Searched refs:newGlyphCount (Results 1 – 4 of 4) sorted by relevance
508 void LEGlyphStorage::adoptGlyphCount(le_int32 newGlyphCount) in adoptGlyphCount() argument510 fGlyphCount = newGlyphCount; in adoptGlyphCount()566 le_int32 newGlyphCount = fGlyphCount + growAmount; in applyInsertions() local568 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()
125 le_int32 newGlyphCount = glyphStorage.applyInsertions(); in applyInsertions() local128 prevLimit = newGlyphCount; in applyInsertions()130 nextLimit = newGlyphCount; in applyInsertions()133 return newGlyphCount; in applyInsertions()
65 le_int32 newGlyphCount = glyphCount; in process() local87 newGlyphCount = glyphIterator.applyInsertions(); in process()91 return newGlyphCount; in process()
506 void adoptGlyphCount(le_int32 newGlyphCount);