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

/openjdk10/jdk/src/java.desktop/share/native/libfontmanager/layout/
H A DSegmentArrayProcessor2.cpp77 TTGlyphID thisGlyphId= LE_GET_GLYPH(thisGlyph); local
79 if (offset != 0 && thisGlyphId <= lastGlyph && thisGlyphId >= firstGlyph && LE_SUCCESS(success) ) {
80 TTGlyphID newGlyph = SWAPW(glyphArray[thisGlyphId]);

Completed in 38 milliseconds