Lines Matching refs:oldx
348 short oldx = pWin->drawable.x, oldy = pWin->drawable.y;
415 if (newx != oldx || newy != oldy)
444 ResizeChildrenWinSize(pWin, x - oldx, y - oldy, dw, dh);
475 GravityTranslate(x, y, oldx, oldy, dw, dh, pWin->bitGravity, &nx, &ny);
492 GravityTranslate(x, y, oldx, oldy, dw, dh, g, &nx, &ny);
494 dx = (oldx - nx) - offx;
516 RegionTranslate(pRegion, nx - oldx, ny - oldy);
527 RegionTranslate(oldWinClip, oldx - nx, oldy - ny);
547 GravityTranslate(x, y, oldx, oldy, dw, dh, g, &nx, &ny);
549 oldpt.x = oldx + (x - nx);