Lines Matching defs:oldx
1120 short oldx = pWin->drawable.x;
1208 if (newx != oldx || newy != oldy)
1252 ResizeChildrenWinSize(pWin, x - oldx, y - oldy, dw, dh);
1280 GravityTranslate (x, y, oldx, oldy, dw, dh, pWin->bitGravity, &nx, &ny);
1300 GravityTranslate (x, y, oldx, oldy, dw, dh, g, &nx, &ny);
1302 dx = (oldx - nx) - offx;
1327 RegionTranslate(pRegion, nx - oldx, ny - oldy);
1335 RegionTranslate(oldWinClip2, oldx - nx, oldy - ny);
1351 RegionTranslate(pRegion, nx - oldx, ny - oldy);
1363 RegionTranslate(oldWinClip, oldx - nx, oldy - ny);
1383 GravityTranslate (x, y, oldx, oldy, dw, dh, g, &nx, &ny);
1385 oldpt.x = oldx + (x - nx);