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

/openjdk7/jdk/src/share/native/sun/font/layout/
H A DContextualGlyphSubstProc.cpp79 LEGlyphID mGlyph = glyphStorage[markGlyph]; local
80 TTGlyphID newGlyph = SWAPW(int16Table.getObject(markOffset + LE_GET_GLYPH(mGlyph), success)); // whew.
82 glyphStorage[markGlyph] = LE_SET_GLYPH(mGlyph, newGlyph);
H A DContextualGlyphSubstProc2.cpp78 LEGlyphID mGlyph = glyphStorage[markGlyph]; local
79 TTGlyphID newGlyph = lookup(offset, mGlyph, success);
80 glyphStorage[markGlyph] = LE_SET_GLYPH(mGlyph, newGlyph);

Completed in 22 milliseconds