Searched refs:yAdjust (Results 1 – 3 of 3) sorted by relevance
/external/icu/icu4c/source/layout/ |
D | OpenTypeLayoutEngine.cpp | 501 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()
|
D | LEGlyphStorage.h | 427 void adjustPosition(le_int32 glyphIndex, float xAdjust, float yAdjust, LEErrorCode &success);
|
D | LEGlyphStorage.cpp | 441 void LEGlyphStorage::adjustPosition(le_int32 glyphIndex, float xAdjust, float yAdjust, LEErrorCode … in adjustPosition() argument 453 fPositions[glyphIndex * 2 + 1] += yAdjust; in adjustPosition()
|