Searched refs:xAdjust (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/ICU-511.35/icuSources/layout/
H A DLayoutEngine.cpp387 float xAdjust = 0; local
409 glyphStorage.adjustPosition(p, xAdjust, 0, success);
412 xAdjust -= xAdvance;
418 glyphStorage.adjustPosition(glyphCount, xAdjust, 0, success);
423 float xAdjust = 0; local
451 glyphStorage.adjustPosition(p, xAdjust, 0, success);
454 xAdjust -= xAdvance;
460 glyphStorage.adjustPosition(glyphCount, xAdjust, 0, success);
H A DLEGlyphStorage.h421 * @param xAdjust the adjustment to the glyph's X position
427 void adjustPosition(le_int32 glyphIndex, float xAdjust, float yAdjust, LEErrorCode &success);
H A DOpenTypeLayoutEngine.cpp494 float xAdjust = 0, yAdjust = 0; local
506 xAdjust += xKerning;
517 glyphStorage.adjustPosition(i, xAdjust + xPlacement, -(yAdjust + yPlacement), success);
519 xAdjust += fFontInstance->xUnitsToPoints(xAdvance);
523 glyphStorage.adjustPosition(glyphCount, xAdjust, -yAdjust, success);
H A DLEGlyphStorage.cpp441 void LEGlyphStorage::adjustPosition(le_int32 glyphIndex, float xAdjust, float yAdjust, LEErrorCode &success) argument
452 fPositions[glyphIndex * 2] += xAdjust;

Completed in 95 milliseconds