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

/openjdk7/jdk/src/share/native/sun/font/layout/
H A DContextualGlyphInsertionProc2.cpp73 LEGlyphID *insertGlyphs = glyphStorage.insertGlyphs(atGlyph, count + 1, success); local
75 if(LE_FAILURE(success) || insertGlyphs==NULL) {
86 insertGlyphs[targetIndex++] = glyphStorage[atGlyph];
89 insertGlyphs[count] = glyphStorage[atGlyph];
93 insertGlyphs[targetIndex++] = insertionTable.getObject(index++, success);
H A DLEGlyphStorage.h357 LEGlyphID *insertGlyphs(le_int32 atIndex, le_int32 insertCount, LEErrorCode& success);
377 LEGlyphID *insertGlyphs(le_int32 atIndex, le_int32 insertCount);
396 * <code>insertGlyphs</code> to be applied to the glyph array. The
H A DMultipleSubstSubtables.cpp98 LEGlyphID *newGlyphs = glyphIterator->insertGlyphs(glyphCount, success);
H A DGlyphIterator.h97 LEGlyphID *insertGlyphs(le_int32 count, LEErrorCode& success);
H A DLEGlyphStorage.cpp571 LEGlyphID *LEGlyphStorage::insertGlyphs(le_int32 atIndex, le_int32 insertCount) function in class:LEGlyphStorage
574 return insertGlyphs(atIndex, insertCount, ignored);
578 LEGlyphID *LEGlyphStorage::insertGlyphs(le_int32 atIndex, le_int32 insertCount, LEErrorCode& success) function in class:LEGlyphStorage
H A DGlyphIterator.cpp138 LEGlyphID *GlyphIterator::insertGlyphs(le_int32 count, LEErrorCode& success) function in class:GlyphIterator
140 return glyphStorage.insertGlyphs(position, count, success);

Completed in 34 milliseconds