Searched refs:newGlyphs (Results 1 – 4 of 4) sorted by relevance
74 LEGlyphID *newGlyphs = glyphIterator->insertGlyphs(glyphCount, success); in process() local89 newGlyphs[insert] = LE_SET_GLYPH(glyph, substitute); in process()
568 LEGlyphID *newGlyphs = (LEGlyphID *) LE_GROW_ARRAY(fGlyphs, newGlyphCount); in applyInsertions() local569 if (newGlyphs == NULL) { in applyInsertions()573 fGlyphs = newGlyphs; in applyInsertions()615 le_bool LEGlyphStorage::applyInsertion(le_int32 atPosition, le_int32 count, LEGlyphID newGlyphs[]) in applyInsertion() argument652 fGlyphs[fDestIndex] = newGlyphs[i]; in applyInsertion()
40 virtual le_bool applyInsertion(le_int32 atPosition, le_int32 count, LEGlyphID newGlyphs[]) = 0;
110 virtual le_bool applyInsertion(le_int32 atPosition, le_int32 count, LEGlyphID newGlyphs[]);