Searched refs:yNew (Results 1 – 3 of 3) sorted by relevance
/external/libpng/contrib/visupng/ |
D | VisualPng.c | 461 int xNew, yNew; in CenterAbout() local 495 yNew = rParent.top + ((hParent - hChild) /2); in CenterAbout() 496 if (yNew < rWorkArea.top) { in CenterAbout() 497 yNew = rWorkArea.top; in CenterAbout() 498 } else if ((yNew+hChild) > rWorkArea.bottom) { in CenterAbout() 499 yNew = rWorkArea.bottom - hChild; in CenterAbout() 503 return SetWindowPos (hwndChild, NULL, xNew, yNew, 0, 0, SWP_NOSIZE | in CenterAbout() 820 int xNew, yNew; in FillBitmap() local 848 for (yNew = 0; yNew < cyNewSize; yNew++) in FillBitmap() 850 yOld = yNew * cyImgSize / cyNewSize; in FillBitmap()
|
/external/qemu/distrib/sdl-1.2.12/src/video/x11/ |
D | SDL_x11wm.c | 337 int xNew, yNew; in set_window_pos_nolock() local 364 XTranslateCoordinates( SDL_Display, WMwindow, SDL_Root, 0, 0, &xNew, &yNew, &child ); in set_window_pos_nolock() 365 if (xNew != x || yNew != y) { in set_window_pos_nolock() 367 X11_wmYAdjust = yAdjust = y - yNew; in set_window_pos_nolock() 369 __FUNCTION__, xNew, yNew, xAdjust, yAdjust, x+xAdjust, y+yAdjust); in set_window_pos_nolock()
|
/external/webkit/Source/WebCore/rendering/svg/ |
D | SVGTextLayoutEngine.cpp | 655 float yNew = y - m_dy; in layoutTextOnLineOrPath() local 660 yNew += baselineShift; in layoutTextOnLineOrPath() 662 updateCurrentTextPosition(xNew, yNew, glyphAdvance + spacing); in layoutTextOnLineOrPath()
|