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

/openjdk7/jdk/src/share/native/sun/font/layout/
H A DContextualGlyphSubstProc2.cpp79 TTGlyphID newGlyph = lookup(offset, mGlyph, success); local
80 glyphStorage[markGlyph] = LE_SET_GLYPH(mGlyph, newGlyph);
86 TTGlyphID newGlyph = lookup(offset, thisGlyph, success); local
87 glyphStorage[currGlyph] = LE_SET_GLYPH(thisGlyph, newGlyph);
103 TTGlyphID newGlyph = 0xFFFF; local
104 if(LE_FAILURE(success)) return newGlyph;
106 if(LE_FAILURE(success)) return newGlyph;
115 if(LE_FAILURE(success)) return newGlyph;
117 newGlyph = SWAPW(lookupTable0->valueArray(glyphCode, success));
127 newGlyph
[all...]
H A DSegmentSingleProcessor2.cpp72 TTGlyphID newGlyph = (TTGlyphID) LE_GET_GLYPH(thisGlyph) + SWAPW(lookupSegment->value); local
74 glyphStorage[glyph] = LE_SET_GLYPH(thisGlyph, newGlyph);
H A DSimpleArrayProcessor.cpp70 TTGlyphID newGlyph = SWAPW(valueArray.getObject(LE_GET_GLYPH(thisGlyph),success)); local
71 glyphStorage[glyph] = LE_SET_GLYPH(thisGlyph, newGlyph);
H A DSimpleArrayProcessor2.cpp71 TTGlyphID newGlyph = SWAPW(valueArray(LE_GET_GLYPH(thisGlyph),success)); local
73 glyphStorage[glyph] = LE_SET_GLYPH(thisGlyph, newGlyph);
H A DContextualGlyphSubstProc.cpp80 TTGlyphID newGlyph = SWAPW(int16Table.getObject(markOffset + LE_GET_GLYPH(mGlyph), success)); // whew. local
82 glyphStorage[markGlyph] = LE_SET_GLYPH(mGlyph, newGlyph);
87 TTGlyphID newGlyph = SWAPW(int16Table.getObject(currOffset + LE_GET_GLYPH(thisGlyph), success)); // whew. local
89 glyphStorage[currGlyph] = LE_SET_GLYPH(thisGlyph, newGlyph);
H A DSegmentArrayProcessor.cpp76 TTGlyphID newGlyph = SWAPW(glyphArray(LE_GET_GLYPH(thisGlyph) - firstGlyph, success)); local
77 glyphStorage[glyph] = LE_SET_GLYPH(thisGlyph, newGlyph);
H A DSegmentArrayProcessor2.cpp76 TTGlyphID newGlyph = SWAPW(glyphArray[LE_GET_GLYPH(thisGlyph) - firstGlyph]); local
78 glyphStorage[glyph] = LE_SET_GLYPH(thisGlyph, newGlyph);
H A DSegmentSingleProcessor.cpp71 TTGlyphID newGlyph = (TTGlyphID) LE_GET_GLYPH(thisGlyph) + SWAPW(lookupSegment->value); local
73 glyphStorage[glyph] = LE_SET_GLYPH(thisGlyph, newGlyph);
H A DTrimmedArrayProcessor.cpp79 TTGlyphID newGlyph = SWAPW(trimmedArrayLookupTable->valueArray[ttGlyph - firstGlyph]); local
81 glyphStorage[glyph] = LE_SET_GLYPH(thisGlyph, newGlyph);
H A DTrimmedArrayProcessor2.cpp75 TTGlyphID newGlyph = SWAPW(valueArray(ttGlyph - firstGlyph, success)); local
77 glyphStorage[glyph] = LE_SET_GLYPH(thisGlyph, newGlyph);

Completed in 55 milliseconds