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

/openjdk7/jdk/src/share/native/sun/font/layout/
H A DIndicReordering.cpp1041 le_int32 tmpAuxData = glyphStorage.getAuxData(i,success); local
1044 if ( ( tmpGlyph != NO_GLYPH ) && (tmpAuxData & rephConsonantMask) && !(tmpAuxData & repositionedGlyphMask)) {
1052 tmpAuxData = glyphStorage.getAuxData(targetPosition,success);
1054 if ( tmpAuxData & baseConsonantMask ) {
1055 baseConsonantData = tmpAuxData;
1079 tmpAuxData = glyphStorage.getAuxData(checkMatraPosition,success);
1080 if ( checkMatraPosition >= count || ( (tmpAuxData ^ baseConsonantData) & LE_GLYPH_GROUP_MASK)) {
1084 if ( (tmpAuxData & matraMask) &&
1085 (((tmpAuxData
[all...]

Completed in 32 milliseconds