Lines Matching defs:xNew
458 int xNew, yNew;
484 xNew = rParent.left + ((wParent - wChild) /2);
485 if (xNew < rWorkArea.left) {
486 xNew = rWorkArea.left;
487 } else if ((xNew+wChild) > rWorkArea.right) {
488 xNew = rWorkArea.right - wChild;
500 return SetWindowPos (hwndChild, NULL, xNew, yNew, 0, 0, SWP_NOSIZE |
817 int xNew, yNew;
848 for (xNew = 0; xNew < cxNewSize; xNew++)
850 xOld = xNew * cxImgSize / cxNewSize;