Searched refs:xNew (Results 1 – 3 of 3) sorted by relevance
/external/libpng/contrib/visupng/ |
D | VisualPng.c | 461 int xNew, yNew; in CenterAbout() local 487 xNew = rParent.left + ((wParent - wChild) /2); in CenterAbout() 488 if (xNew < rWorkArea.left) { in CenterAbout() 489 xNew = rWorkArea.left; in CenterAbout() 490 } else if ((xNew+wChild) > rWorkArea.right) { in CenterAbout() 491 xNew = rWorkArea.right - wChild; in CenterAbout() 503 return SetWindowPos (hwndChild, NULL, xNew, yNew, 0, 0, SWP_NOSIZE | in CenterAbout() 820 int xNew, yNew; in FillBitmap() local 851 for (xNew = 0; xNew < cxNewSize; xNew++) in FillBitmap() 853 xOld = xNew * cxImgSize / cxNewSize; in FillBitmap()
|
/external/qemu/distrib/sdl-1.2.15/src/video/x11/ |
D | SDL_x11wm.c | 338 int xNew, yNew; in set_window_pos_nolock() local 365 XTranslateCoordinates( SDL_Display, WMwindow, SDL_Root, 0, 0, &xNew, &yNew, &child ); in set_window_pos_nolock() 366 if (xNew != x || yNew != y) { in set_window_pos_nolock() 367 X11_wmXAdjust = xAdjust = x - xNew; in set_window_pos_nolock() 370 __FUNCTION__, xNew, yNew, xAdjust, yAdjust, x+xAdjust, y+yAdjust); in set_window_pos_nolock()
|
/external/webkit/Source/WebCore/rendering/svg/ |
D | SVGTextLayoutEngine.cpp | 654 float xNew = x - m_dx; in layoutTextOnLineOrPath() local 658 xNew -= baselineShift; in layoutTextOnLineOrPath() 662 updateCurrentTextPosition(xNew, yNew, glyphAdvance + spacing); in layoutTextOnLineOrPath()
|