HomeSort by relevance Sort by last modified time
    Searched refs:yAdjust (Results 1 - 3 of 3) sorted by null

  /external/icu/icu4c/source/layout/
LEGlyphStorage.h 422 * @param yAdjust the adjustment to the glyph's Y position
427 void adjustPosition(le_int32 glyphIndex, float xAdjust, float yAdjust, LEErrorCode &success);
OpenTypeLayoutEngine.cpp 501 float xAdjust = 0, yAdjust = 0;
514 yAdjust += yKerning;
524 glyphStorage.adjustPosition(i, xAdjust + xPlacement, -(yAdjust + yPlacement), success);
527 yAdjust += fFontInstance->yUnitsToPoints(yAdvance);
530 glyphStorage.adjustPosition(glyphCount, xAdjust, -yAdjust, success);
LEGlyphStorage.cpp 441 void LEGlyphStorage::adjustPosition(le_int32 glyphIndex, float xAdjust, float yAdjust, LEErrorCode &success)
453 fPositions[glyphIndex * 2 + 1] += yAdjust;

Completed in 40 milliseconds