Home
last modified time | relevance | path

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

/external/icu/icu4c/source/layout/
DMultipleSubstSubtables.cpp74 LEGlyphID *newGlyphs = glyphIterator->insertGlyphs(glyphCount, success); in process() local
89 newGlyphs[insert] = LE_SET_GLYPH(glyph, substitute); in process()
DLEGlyphStorage.cpp568 LEGlyphID *newGlyphs = (LEGlyphID *) LE_GROW_ARRAY(fGlyphs, newGlyphCount); in applyInsertions() local
569 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() argument
652 fGlyphs[fDestIndex] = newGlyphs[i]; in applyInsertion()
DLEInsertionList.h40 virtual le_bool applyInsertion(le_int32 atPosition, le_int32 count, LEGlyphID newGlyphs[]) = 0;
DLEGlyphStorage.h110 virtual le_bool applyInsertion(le_int32 atPosition, le_int32 count, LEGlyphID newGlyphs[]);