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

/openjdk7/jdk/src/share/native/sun/font/layout/
H A DIndicReordering.cpp1042 LEGlyphID tmpGlyph = glyphStorage.getGlyphID(i,success); local
1044 if ( ( tmpGlyph != NO_GLYPH ) && (tmpAuxData & rephConsonantMask) && !(tmpAuxData & repositionedGlyphMask)) {
1051 tmpGlyph = glyphStorage.getGlyphID(targetPosition,success);
1066 tmpGlyph = glyphStorage.getGlyphID(targetPosition,success);
1067 if ( tmpGlyph != NO_GLYPH ) {

Completed in 32 milliseconds