Lines Matching refs:oldx
1072 short oldx = pWin->drawable.x;
1159 if (newx != oldx || newy != oldy)
1197 ResizeChildrenWinSize(pWin, x - oldx, y - oldy, dw, dh);
1224 GravityTranslate(x, y, oldx, oldy, dw, dh, pWin->bitGravity, &nx, &ny);
1244 GravityTranslate(x, y, oldx, oldy, dw, dh, g, &nx, &ny);
1246 dx = (oldx - nx) - offx;
1269 RegionTranslate(pRegion, nx - oldx, ny - oldy);
1276 RegionTranslate(oldWinClip2, oldx - nx, oldy - ny);
1291 RegionTranslate(pRegion, nx - oldx, ny - oldy);
1302 RegionTranslate(oldWinClip, oldx - nx, oldy - ny);
1322 GravityTranslate(x, y, oldx, oldy, dw, dh, g, &nx, &ny);
1324 oldpt.x = oldx + (x - nx);