HomeSort by relevance Sort by last modified time
    Searched defs:yAdjust (Results 1 - 3 of 3) 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 394 float xAdjust = 0, yAdjust = 0;
407 yAdjust += yKerning;
417 glyphStorage.adjustPosition(i, xAdjust + xPlacement, -(yAdjust + yPlacement), success);
420 yAdjust += fFontInstance->yUnitsToPoints(yAdvance);
423 glyphStorage.adjustPosition(glyphCount, xAdjust, -yAdjust, success);
  /external/qemu/distrib/sdl-1.2.12/src/video/x11/
SDL_x11wm.c 340 int yAdjust = X11_wmYAdjust;
361 x, y, x+xAdjust, y+yAdjust);
362 XMoveWindow(SDL_Display, WMwindow, x + xAdjust, y + yAdjust);
367 X11_wmYAdjust = yAdjust = y - yNew;
369 __FUNCTION__, xNew, yNew, xAdjust, yAdjust, x+xAdjust, y+yAdjust);
370 XMoveWindow(SDL_Display, WMwindow, x + xAdjust, y + yAdjust );

Completed in 2097 milliseconds