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

/macosx-10.10.1/ICU-531.30/icuSources/layout/
H A DMultipleSubstSubtables.cpp69 LEGlyphID *newGlyphs = glyphIterator->insertGlyphs(glyphCount, success); local
84 newGlyphs[insert] = LE_SET_GLYPH(glyph, substitute);
H A DLEInsertionList.h33 * @param newGlyphs the address of the glyphs to insert
40 virtual le_bool applyInsertion(le_int32 atPosition, le_int32 count, LEGlyphID newGlyphs[]) = 0;
H A DLEGlyphStorage.cpp568 LEGlyphID *newGlyphs = (LEGlyphID *) LE_GROW_ARRAY(fGlyphs, newGlyphCount); local
569 if (newGlyphs == NULL) {
573 fGlyphs = newGlyphs;
615 le_bool LEGlyphStorage::applyInsertion(le_int32 atPosition, le_int32 count, LEGlyphID newGlyphs[]) argument
652 fGlyphs[fDestIndex] = newGlyphs[i];
H A DLEGlyphStorage.h101 * @param newGlyphs the address of the new glyph IDs
110 virtual le_bool applyInsertion(le_int32 atPosition, le_int32 count, LEGlyphID newGlyphs[]);

Completed in 91 milliseconds