Searched defs:yAdjust (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/native/sun/font/layout/
H A DLEGlyphStorage.cpp466 void LEGlyphStorage::adjustPosition(le_int32 glyphIndex, float xAdjust, float yAdjust, LEErrorCode &success) argument
478 fPositions[glyphIndex * 2 + 1] += yAdjust;
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);

Completed in 62 milliseconds