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

/macosx-10.10.1/ICU-531.30/icuSources/layout/
H A DLEGlyphStorage.h422 * @param yAdjust the adjustment to the glyph's Y position
427 void adjustPosition(le_int32 glyphIndex, float xAdjust, float yAdjust, LEErrorCode &success);
H A DOpenTypeLayoutEngine.cpp501 float xAdjust = 0, yAdjust = 0; local
514 yAdjust += yKerning;
524 glyphStorage.adjustPosition(i, xAdjust + xPlacement, -(yAdjust + yPlacement), success);
527 yAdjust += fFontInstance->yUnitsToPoints(yAdvance);
530 glyphStorage.adjustPosition(glyphCount, xAdjust, -yAdjust, success);
H A DLEGlyphStorage.cpp441 void LEGlyphStorage::adjustPosition(le_int32 glyphIndex, float xAdjust, float yAdjust, LEErrorCode &success) argument
453 fPositions[glyphIndex * 2 + 1] += yAdjust;

Completed in 192 milliseconds