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

/openjdk9/jdk/src/java.desktop/share/native/libfontmanager/layout/
H A DTrimmedArrayProcessor2.cpp75 TTGlyphID newGlyph = SWAPW(valueArray(ttGlyph - firstGlyph, success)); local
H A DTrimmedArrayProcessor.cpp79 TTGlyphID newGlyph = SWAPW(trimmedArrayLookupTable->valueArray[ttGlyph - firstGlyph]); local
H A DSimpleArrayProcessor2.cpp72 TTGlyphID newGlyph = SWAPW(valueArray(LE_GET_GLYPH(thisGlyph),success)); local
H A DSimpleArrayProcessor.cpp70 TTGlyphID newGlyph = SWAPW(valueArray.getObject(LE_GET_GLYPH(thisGlyph),success)); local
H A DSegmentArrayProcessor2.cpp80 TTGlyphID newGlyph = SWAPW(glyphArray[thisGlyphId]); local
H A DSegmentArrayProcessor.cpp79 TTGlyphID newGlyph = SWAPW(glyphArray(LE_GET_GLYPH(thisGlyph) - firstGlyph, success)); local
H A DSegmentSingleProcessor.cpp71 TTGlyphID newGlyph = (TTGlyphID) LE_GET_GLYPH(thisGlyph) + SWAPW(lookupSegment->value); local
H A DSegmentSingleProcessor2.cpp74 TTGlyphID newGlyph = (TTGlyphID) LE_GET_GLYPH(thisGlyph) + SWAPW(lookupSegment->value); local
H A DContextualGlyphSubstProc.cpp85 TTGlyphID newGlyph = SWAPW(int16Table.getObject(markOffset + LE_GET_GLYPH(mGlyph), success)); // whew. local
96 TTGlyphID newGlyph = SWAPW(int16Table.getObject(currOffset + LE_GET_GLYPH(thisGlyph), success)); // whew. local
H A DContextualGlyphSubstProc2.cpp83 TTGlyphID newGlyph = lookup(offset, mGlyph, success); local
94 TTGlyphID newGlyph = lookup(offset, thisGlyph, success); local
111 TTGlyphID newGlyph = 0xFFFF; local
[all...]

Completed in 225 milliseconds