Lines Matching refs:xs
290 int xs = RECT_SIZE_X(rect); 302 if (xs <= xsW && ys <= ysW) 311 if (xs < xsW) x += (xsW - xs) / 2; else xs = xsW; 313 Move(x, y, xs, ys, true); 368 const int xs = RECT_SIZE_X(rect); 373 if (xs <= xs2 && ys <= ys2) 375 const int x = rect2.left + (xs2 - xs) / 2; 379 Move(x, y, xs, ys, true);