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

  /development/tools/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) {
72 X11_wmYAdjust = yAdjust = y - yNew;
74 __FUNCTION__, xNew, yNew, xAdjust, yAdjust, x+xAdjust, y+yAdjust);
  /external/libpng/contrib/visupng/
VisualPng.c 461 int xNew, yNew;
495 yNew = rParent.top + ((hParent - hChild) /2);
496 if (yNew < rWorkArea.top) {
497 yNew = rWorkArea.top;
498 } else if ((yNew+hChild) > rWorkArea.bottom) {
499 yNew = rWorkArea.bottom - hChild;
503 return SetWindowPos (hwndChild, NULL, xNew, yNew, 0, 0, SWP_NOSIZE |
820 int xNew, yNew;
848 for (yNew = 0; yNew < cyNewSize; yNew++
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/x11/
SDL_x11wm.c 337 int xNew, yNew;
364 XTranslateCoordinates( SDL_Display, WMwindow, SDL_Root, 0, 0, &xNew, &yNew, &child );
365 if (xNew != x || yNew != y) {
367 X11_wmYAdjust = yAdjust = y - yNew;
369 __FUNCTION__, xNew, yNew, xAdjust, yAdjust, x+xAdjust, y+yAdjust);
  /external/webkit/Source/WebCore/rendering/svg/
SVGTextLayoutEngine.cpp 655 float yNew = y - m_dy;
660 yNew += baselineShift;
662 updateCurrentTextPosition(xNew, yNew, glyphAdvance + spacing);

Completed in 500 milliseconds