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

  /sdk/emulator/opengl/tests/ut_renderer/
X11Windowing.cpp 51 int yAdjust = X11_wmYAdjust;
66 x, y, x+xAdjust, y+yAdjust);
67 XMoveWindow(disp, win, x + xAdjust, y + yAdjust);
72 X11_wmYAdjust = yAdjust = y - yNew;
74 __FUNCTION__, xNew, yNew, xAdjust, yAdjust, x+xAdjust, y+yAdjust);
75 XMoveWindow(disp, win, x + xAdjust, y + yAdjust );
  /external/icu4c/layout/
OpenTypeLayoutEngine.cpp 396 float xAdjust = 0, yAdjust = 0;
409 yAdjust += yKerning;
419 glyphStorage.adjustPosition(i, xAdjust + xPlacement, -(yAdjust + yPlacement), success);
422 yAdjust += fFontInstance->yUnitsToPoints(yAdvance);
425 glyphStorage.adjustPosition(glyphCount, xAdjust, -yAdjust, success);
LEGlyphStorage.h 422 * @param yAdjust the adjustment to the glyph's Y position
427 void adjustPosition(le_int32 glyphIndex, float xAdjust, float yAdjust, LEErrorCode &success);
LEGlyphStorage.cpp 441 void LEGlyphStorage::adjustPosition(le_int32 glyphIndex, float xAdjust, float yAdjust, LEErrorCode &success)
453 fPositions[glyphIndex * 2 + 1] += yAdjust;
  /external/qemu/distrib/sdl-1.2.15/src/video/x11/
SDL_x11wm.c 341 int yAdjust = X11_wmYAdjust;
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 204 milliseconds