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

/openjdk7/jdk/src/share/native/sun/font/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.cpp526 float xAdjust = 0, yAdjust = 0; local
539 yAdjust += yKerning;
549 glyphStorage.adjustPosition(i, xAdjust + xPlacement, -(yAdjust + yPlacement), success);
552 yAdjust += fFontInstance->yUnitsToPoints(yAdvance);
555 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 26 milliseconds