Searched refs:yNew (Results 1 - 3 of 3) sorted by relevance

/external/libpng/contrib/visupng/
H A DVisualPng.c461 int xNew, yNew; local
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; local
848 for (yNew = 0; yNew < cyNewSiz
[all...]
/external/qemu/distrib/sdl-1.2.15/src/video/x11/
H A DSDL_x11wm.c338 int xNew, yNew; local
365 XTranslateCoordinates( SDL_Display, WMwindow, SDL_Root, 0, 0, &xNew, &yNew, &child );
366 if (xNew != x || yNew != y) {
368 X11_wmYAdjust = yAdjust = y - yNew;
370 __FUNCTION__, xNew, yNew, xAdjust, yAdjust, x+xAdjust, y+yAdjust);
/external/webkit/Source/WebCore/rendering/svg/
H A DSVGTextLayoutEngine.cpp655 float yNew = y - m_dy; local
660 yNew += baselineShift;
662 updateCurrentTextPosition(xNew, yNew, glyphAdvance + spacing);

Completed in 113 milliseconds