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

/openjdk9/jdk/src/java.desktop/share/native/libfontmanager/layout/
H A DContextualGlyphSubstProc2.cpp83 TTGlyphID newGlyph = lookup(offset, mGlyph, success); local
84 glyphStorage[markGlyph] = LE_SET_GLYPH(mGlyph, newGlyph);
94 TTGlyphID newGlyph = lookup(offset, thisGlyph, success); local
95 glyphStorage[currGlyph] = LE_SET_GLYPH(thisGlyph, newGlyph);
111 TTGlyphID newGlyph = 0xFFFF; local
112 if(LE_FAILURE(success)) return newGlyph;
114 if(LE_FAILURE(success)) return newGlyph;
123 if(LE_FAILURE(success)) return newGlyph;
125 newGlyph = SWAPW(lookupTable0->valueArray(glyphCode, success));
135 newGlyph
[all...]
H A DSegmentSingleProcessor2.cpp74 TTGlyphID newGlyph = (TTGlyphID) LE_GET_GLYPH(thisGlyph) + SWAPW(lookupSegment->value); local
76 glyphStorage[glyph] = LE_SET_GLYPH(thisGlyph, newGlyph);
H A DSimpleArrayProcessor2.cpp72 TTGlyphID newGlyph = SWAPW(valueArray(LE_GET_GLYPH(thisGlyph),success)); 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 DContextualGlyphSubstProc.cpp85 TTGlyphID newGlyph = SWAPW(int16Table.getObject(markOffset + LE_GET_GLYPH(mGlyph), success)); // whew. local
87 glyphStorage[markGlyph] = LE_SET_GLYPH(mGlyph, newGlyph);
96 TTGlyphID newGlyph = SWAPW(int16Table.getObject(currOffset + LE_GET_GLYPH(thisGlyph), success)); // whew. local
98 glyphStorage[currGlyph] = LE_SET_GLYPH(thisGlyph, newGlyph);
H A DSegmentArrayProcessor2.cpp80 TTGlyphID newGlyph = SWAPW(glyphArray[thisGlyphId]); local
81 glyphStorage[glyph] = LE_SET_GLYPH(thisGlyph, newGlyph);
H A DSegmentArrayProcessor.cpp79 TTGlyphID newGlyph = SWAPW(glyphArray(LE_GET_GLYPH(thisGlyph) - firstGlyph, success)); local
80 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 DTrimmedArrayProcessor2.cpp75 TTGlyphID newGlyph = SWAPW(valueArray(ttGlyph - firstGlyph, success)); local
77 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);

Completed in 59 milliseconds