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

/openjdk7/jdk/src/share/native/sun/font/layout/
H A DLigatureSubstProc.cpp100 le_uint32 componentGlyph = componentStack[m--]; local
118 if(componentGlyph > glyphStorage.getGlyphCount()) {
119 LE_DEBUG_BAD_FONT("preposterous componentGlyph");
123 i += SWAPW(offsetTable.getObject(LE_GET_GLYPH(glyphStorage[componentGlyph]), success));
129 glyphStorage[componentGlyph] = LE_SET_GLYPH(glyphStorage[componentGlyph], ligatureGlyph);
134 stack[++mm] = componentGlyph;
137 glyphStorage[componentGlyph] = LE_SET_GLYPH(glyphStorage[componentGlyph], 0xFFFF);
H A DLigatureSubstProc2.cpp112 le_uint32 componentGlyph = componentStack[m--]; // pop off local
123 if(componentGlyph > glyphStorage.getGlyphCount()) {
124 LE_DEBUG_BAD_FONT("preposterous componentGlyph");
128 i += SWAPW(componentTable(LE_GET_GLYPH(glyphStorage[componentGlyph]) + (SignExtend(offset, lafComponentOffsetMask)),success));
132 glyphStorage[componentGlyph] = LE_SET_GLYPH(glyphStorage[componentGlyph], ligatureGlyph);
137 stack[++mm] = componentGlyph;
140 glyphStorage[componentGlyph] = LE_SET_GLYPH(glyphStorage[componentGlyph], 0xFFFF);

Completed in 43 milliseconds