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

/openjdk7/jdk/src/share/native/sun/font/layout/
H A DLayoutEngine.cpp445 float xAdjust = 0; local
467 glyphStorage.adjustPosition(p, xAdjust, 0, success);
470 xAdjust -= xAdvance;
476 glyphStorage.adjustPosition(glyphCount, xAdjust, 0, success);
481 float xAdjust = 0; local
509 glyphStorage.adjustPosition(p, xAdjust, 0, success);
512 xAdjust -= xAdvance;
518 glyphStorage.adjustPosition(glyphCount, xAdjust, 0, success);
H A DLEGlyphStorage.h446 * @param xAdjust the adjustment to the glyph's X position
452 void adjustPosition(le_int32 glyphIndex, float xAdjust, float yAdjust, LEErrorCode &success);
H A DOpenTypeLayoutEngine.cpp526 float xAdjust = 0, yAdjust = 0; local
538 xAdjust += xKerning;
549 glyphStorage.adjustPosition(i, xAdjust + xPlacement, -(yAdjust + yPlacement), success);
551 xAdjust += fFontInstance->xUnitsToPoints(xAdvance);
555 glyphStorage.adjustPosition(glyphCount, xAdjust, -yAdjust, success);
H A DLEGlyphStorage.cpp466 void LEGlyphStorage::adjustPosition(le_int32 glyphIndex, float xAdjust, float yAdjust, LEErrorCode &success) argument
477 fPositions[glyphIndex * 2] += xAdjust;

Completed in 48 milliseconds