Searched refs:insertGlyphs (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10.1/ICU-531.30/icuSources/layout/
H A DContextualGlyphInsertionProc2.cpp48 LEGlyphID *insertGlyphs = glyphStorage.insertGlyphs(atGlyph, count + 1, success); local
50 if(LE_FAILURE(success) || insertGlyphs==NULL) {
61 insertGlyphs[targetIndex++] = glyphStorage[atGlyph];
64 insertGlyphs[count] = glyphStorage[atGlyph];
68 insertGlyphs[targetIndex++] = insertionTable.getObject(index++, success);
H A DLEGlyphStorage.h332 LEGlyphID *insertGlyphs(le_int32 atIndex, le_int32 insertCount, LEErrorCode& success);
352 LEGlyphID *insertGlyphs(le_int32 atIndex, le_int32 insertCount);
371 * <code>insertGlyphs</code> to be applied to the glyph array. The
H A DMultipleSubstSubtables.cpp69 LEGlyphID *newGlyphs = glyphIterator->insertGlyphs(glyphCount, success);
H A DGlyphIterator.h72 LEGlyphID *insertGlyphs(le_int32 count, LEErrorCode& success);
H A DLEGlyphStorage.cpp546 LEGlyphID *LEGlyphStorage::insertGlyphs(le_int32 atIndex, le_int32 insertCount) function in class:LEGlyphStorage
549 return insertGlyphs(atIndex, insertCount, ignored);
553 LEGlyphID *LEGlyphStorage::insertGlyphs(le_int32 atIndex, le_int32 insertCount, LEErrorCode& success) function in class:LEGlyphStorage
H A DGlyphIterator.cpp118 LEGlyphID *GlyphIterator::insertGlyphs(le_int32 count, LEErrorCode& success) function in class:GlyphIterator
120 return glyphStorage.insertGlyphs(position, count, success);

Completed in 135 milliseconds