Searched defs:yAdjust (Results 1 - 3 of 3) sorted by relevance

/external/icu/icu4c/source/layout/
H A DLEGlyphStorage.cpp441 void LEGlyphStorage::adjustPosition(le_int32 glyphIndex, float xAdjust, float yAdjust, LEErrorCode &success) argument
453 fPositions[glyphIndex * 2 + 1] += yAdjust;
H A DOpenTypeLayoutEngine.cpp501 float xAdjust = 0, yAdjust = 0; local
514 yAdjust += yKerning;
524 glyphStorage.adjustPosition(i, xAdjust + xPlacement, -(yAdjust + yPlacement), success);
527 yAdjust += fFontInstance->yUnitsToPoints(yAdvance);
530 glyphStorage.adjustPosition(glyphCount, xAdjust, -yAdjust, success);
/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 135 milliseconds