Home
last modified time | relevance | path

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

/external/icu/icu4c/source/layout/
DOpenTypeLayoutEngine.cpp501 float xAdjust = 0, yAdjust = 0; in adjustGlyphPositions() local
514 yAdjust += yKerning; in adjustGlyphPositions()
524 glyphStorage.adjustPosition(i, xAdjust + xPlacement, -(yAdjust + yPlacement), success); in adjustGlyphPositions()
527 yAdjust += fFontInstance->yUnitsToPoints(yAdvance); in adjustGlyphPositions()
530 glyphStorage.adjustPosition(glyphCount, xAdjust, -yAdjust, success); in adjustGlyphPositions()
DLEGlyphStorage.h427 void adjustPosition(le_int32 glyphIndex, float xAdjust, float yAdjust, LEErrorCode &success);
DLEGlyphStorage.cpp441 void LEGlyphStorage::adjustPosition(le_int32 glyphIndex, float xAdjust, float yAdjust, LEErrorCode … in adjustPosition() argument
453 fPositions[glyphIndex * 2 + 1] += yAdjust; in adjustPosition()