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

/openjdk7/jdk/src/share/native/sun/font/layout/
H A DContextualGlyphSubstitution.h67 WordOffset currOffset; member in struct:ContextualGlyphSubstitutionStateEntry
H A DContextualGlyphSubstProc.cpp76 WordOffset currOffset = SWAPW(entry->currOffset); local
85 if (currOffset != 0) {
87 TTGlyphID newGlyph = SWAPW(int16Table.getObject(currOffset + LE_GET_GLYPH(thisGlyph), success)); // whew.

Completed in 39 milliseconds