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

/openjdk7/jdk/src/share/native/sun/font/layout/
H A DIndicReordering.cpp1047 le_int32 targetPosition = i+1; local
1051 tmpGlyph = glyphStorage.getGlyphID(targetPosition,success);
1052 tmpAuxData = glyphStorage.getAuxData(targetPosition,success);
1058 targetPosition++;
1066 tmpGlyph = glyphStorage.getGlyphID(targetPosition,success);
1070 targetPosition--;
1077 le_int32 checkMatraPosition = targetPosition+1;
1087 targetPosition = checkMatraPosition;
1092 glyphStorage.moveGlyph(i,targetPosition,repositionedGlyphMask);

Completed in 24 milliseconds