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

  /sdk/emulator/opengl/tests/ut_renderer/
X11Windowing.cpp 49 int xNew, yNew;
69 get_window_pos(disp, win, &xNew, &yNew);
70 if (xNew != x || yNew != y) {
71 X11_wmXAdjust = xAdjust = x - xNew;
74 __FUNCTION__, xNew, yNew, xAdjust, yAdjust, x+xAdjust, y+yAdjust);
  /external/libpng/contrib/visupng/
VisualPng.c 461 int xNew, yNew;
487 xNew = rParent.left + ((wParent - wChild) /2);
488 if (xNew < rWorkArea.left) {
489 xNew = rWorkArea.left;
490 } else if ((xNew+wChild) > rWorkArea.right) {
491 xNew = rWorkArea.right - wChild;
503 return SetWindowPos (hwndChild, NULL, xNew, yNew, 0, 0, SWP_NOSIZE |
820 int xNew, yNew;
851 for (xNew = 0; xNew < cxNewSize; xNew++
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/x11/
SDL_x11wm.c 338 int xNew, yNew;
365 XTranslateCoordinates( SDL_Display, WMwindow, SDL_Root, 0, 0, &xNew, &yNew, &child );
366 if (xNew != x || yNew != y) {
367 X11_wmXAdjust = xAdjust = x - xNew;
370 __FUNCTION__, xNew, yNew, xAdjust, yAdjust, x+xAdjust, y+yAdjust);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGTextLayoutEngine.cpp 629 float xNew = x - m_dx;
633 xNew -= baselineShift;
637 updateCurrentTextPosition(xNew, yNew, glyphAdvance + spacing);

Completed in 281 milliseconds