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

/external/icu4c/layout/
H A DLayoutEngine.cpp383 float xAdjust = 0; local
405 glyphStorage.adjustPosition(p, xAdjust, 0, success);
408 xAdjust -= xAdvance;
414 glyphStorage.adjustPosition(glyphCount, xAdjust, 0, success);
419 float xAdjust = 0; local
447 glyphStorage.adjustPosition(p, xAdjust, 0, success);
450 xAdjust -= xAdvance;
456 glyphStorage.adjustPosition(glyphCount, xAdjust, 0, success);
H A DOpenTypeLayoutEngine.cpp394 float xAdjust = 0, yAdjust = 0; local
406 xAdjust += xKerning;
417 glyphStorage.adjustPosition(i, xAdjust + xPlacement, -(yAdjust + yPlacement), success);
419 xAdjust += fFontInstance->xUnitsToPoints(xAdvance);
423 glyphStorage.adjustPosition(glyphCount, xAdjust, -yAdjust, 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 DLEGlyphStorage.cpp441 void LEGlyphStorage::adjustPosition(le_int32 glyphIndex, float xAdjust, float yAdjust, LEErrorCode &success) argument
452 fPositions[glyphIndex * 2] += xAdjust;
/external/qemu/distrib/sdl-1.2.15/src/video/x11/
H A DSDL_x11wm.c340 int xAdjust = X11_wmXAdjust; local
362 x, y, x+xAdjust, y+yAdjust);
363 XMoveWindow(SDL_Display, WMwindow, x + xAdjust, y + yAdjust);
367 X11_wmXAdjust = xAdjust = x - xNew;
370 __FUNCTION__, xNew, yNew, xAdjust, yAdjust, x+xAdjust, y+yAdjust);
371 XMoveWindow(SDL_Display, WMwindow, x + xAdjust, y + yAdjust );

Completed in 312 milliseconds