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

/openjdk7/jdk/src/share/native/sun/font/layout/
H A DIndicReordering.cpp265 le_int32 saveIndex = fGlyphStorage.getCharIndex(i+inv_count,success); local
275 insertCharacter(piece,i+1+inv_count,saveIndex,saveAuxData);
289 le_int32 i,saveIndex; local
294 saveIndex = fGlyphStorage.getCharIndex(fromPosition,success);
313 fGlyphStorage.setCharIndex(toPosition,saveIndex,success);

Completed in 35 milliseconds