Searched defs:newGlyphs (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/native/sun/font/layout/
H A DMultipleSubstSubtables.cpp98 LEGlyphID *newGlyphs = glyphIterator->insertGlyphs(glyphCount, success); local
113 newGlyphs[insert] = LE_SET_GLYPH(glyph, substitute);
H A DLEGlyphStorage.cpp593 LEGlyphID *newGlyphs = (LEGlyphID *) LE_GROW_ARRAY(fGlyphs, newGlyphCount); local
594 if (newGlyphs == NULL) {
598 fGlyphs = newGlyphs;
642 le_bool LEGlyphStorage::applyInsertion(le_int32 atPosition, le_int32 count, LEGlyphID newGlyphs[]) argument
683 fGlyphs[fDestIndex] = newGlyphs[i];

Completed in 172 milliseconds