Lines Matching defs:oldx
371 short oldx = pWin->drawable.x,
446 if (newx != oldx || newy != oldy)
479 ResizeChildrenWinSize(pWin, x - oldx, y - oldy, dw, dh);
513 GravityTranslate (x, y, oldx, oldy, dw, dh, pWin->bitGravity, &nx, &ny);
533 GravityTranslate (x, y, oldx, oldy, dw, dh, g, &nx, &ny);
535 dx = (oldx - nx) - offx;
560 RegionTranslate(pRegion, nx - oldx, ny - oldy);
573 RegionTranslate(oldWinClip, oldx - nx, oldy - ny);
595 GravityTranslate (x, y, oldx, oldy, dw, dh, g, &nx, &ny);
597 oldpt.x = oldx + (x - nx);