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

/openjdk7/jdk/src/share/native/sun/font/layout/
H A DLEGlyphStorage.cpp571 LEGlyphID *LEGlyphStorage::insertGlyphs(le_int32 atIndex, le_int32 insertCount) argument
574 return insertGlyphs(atIndex, insertCount, ignored);
578 LEGlyphID *LEGlyphStorage::insertGlyphs(le_int32 atIndex, le_int32 insertCount, LEErrorCode& success) argument
580 return fInsertionList->insert(atIndex, insertCount, success);

Completed in 31 milliseconds