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

  /external/icu/icu4c/source/layout/
LayoutEngine.cpp 389 float xAdjust = 0;
411 glyphStorage.adjustPosition(p, xAdjust, 0, success);
414 xAdjust -= xAdvance;
420 glyphStorage.adjustPosition(glyphCount, xAdjust, 0, success);
425 float xAdjust = 0;
453 glyphStorage.adjustPosition(p, xAdjust, 0, success);
456 xAdjust -= xAdvance;
462 glyphStorage.adjustPosition(glyphCount, xAdjust, 0, success);
LEGlyphStorage.h 421 * @param xAdjust the adjustment to the glyph's X position
427 void adjustPosition(le_int32 glyphIndex, float xAdjust, float yAdjust, LEErrorCode &success);
OpenTypeLayoutEngine.cpp 501 float xAdjust = 0, yAdjust = 0;
513 xAdjust += xKerning;
524 glyphStorage.adjustPosition(i, xAdjust + xPlacement, -(yAdjust + yPlacement), success);
526 xAdjust += fFontInstance->xUnitsToPoints(xAdvance);
530 glyphStorage.adjustPosition(glyphCount, xAdjust, -yAdjust, success);
LEGlyphStorage.cpp 441 void LEGlyphStorage::adjustPosition(le_int32 glyphIndex, float xAdjust, float yAdjust, LEErrorCode &success)
452 fPositions[glyphIndex * 2] += xAdjust;

Completed in 401 milliseconds