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

/external/icu4c/layout/
H A DOpenTypeLayoutEngine.cpp394 float xAdjust = 0, yAdjust = 0; local
407 yAdjust += yKerning;
417 glyphStorage.adjustPosition(i, xAdjust + xPlacement, -(yAdjust + yPlacement), success);
420 yAdjust += fFontInstance->yUnitsToPoints(yAdvance);
423 glyphStorage.adjustPosition(glyphCount, xAdjust, -yAdjust, success);
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 DLEGlyphStorage.cpp441 void LEGlyphStorage::adjustPosition(le_int32 glyphIndex, float xAdjust, float yAdjust, LEErrorCode &success) argument
453 fPositions[glyphIndex * 2 + 1] += yAdjust;
/external/qemu/distrib/sdl-1.2.15/src/video/x11/
H A DSDL_x11wm.c341 int yAdjust = X11_wmYAdjust; local
362 x, y, x+xAdjust, y+yAdjust);
363 XMoveWindow(SDL_Display, WMwindow, x + xAdjust, y + yAdjust);
368 X11_wmYAdjust = yAdjust = y - yNew;
370 __FUNCTION__, xNew, yNew, xAdjust, yAdjust, x+xAdjust, y+yAdjust);
371 XMoveWindow(SDL_Display, WMwindow, x + xAdjust, y + yAdjust );

Completed in 91 milliseconds