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

/openjdk10/jdk/src/java.desktop/share/native/libfontmanager/layout/
H A DLEGlyphStorage.h447 * @param yAdjust the adjustment to the glyph's Y position
452 void adjustPosition(le_int32 glyphIndex, float xAdjust, float yAdjust, LEErrorCode &success);
H A DOpenTypeLayoutEngine.cpp530 float xAdjust = 0, yAdjust = 0; local
543 yAdjust += yKerning;
554 glyphStorage.adjustPosition(i, xAdjust + xPlacement, -(yAdjust + yPlacement), success);
557 yAdjust += fFontInstance->yUnitsToPoints(yAdvance);
560 glyphStorage.adjustPosition(glyphCount, xAdjust, -yAdjust, success);
H A DLEGlyphStorage.cpp466 void LEGlyphStorage::adjustPosition(le_int32 glyphIndex, float xAdjust, float yAdjust, LEErrorCode &success) argument
478 fPositions[glyphIndex * 2 + 1] += yAdjust;

Completed in 47 milliseconds