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

/openjdk10/jdk/src/java.desktop/share/native/libfontmanager/layout/
H A DLayoutEngine.cpp450 float xAdjust = 0; local
473 glyphStorage.adjustPosition(p, xAdjust, 0, success);
476 xAdjust -= xAdvance;
482 glyphStorage.adjustPosition(glyphCount, xAdjust, 0, success);
487 float xAdjust = 0; local
519 glyphStorage.adjustPosition(p, xAdjust, 0, success);
522 xAdjust -= xAdvance;
528 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.cpp530 float xAdjust = 0, yAdjust = 0; local
542 xAdjust += xKerning;
554 glyphStorage.adjustPosition(i, xAdjust + xPlacement, -(yAdjust + yPlacement), success);
556 xAdjust += fFontInstance->xUnitsToPoints(xAdvance);
560 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 42 milliseconds