Searched refs:xNew (Results 1 – 1 of 1) sorted by relevance
463 int xNew, yNew; in CenterAbout() local489 xNew = rParent.left + ((wParent - wChild) /2); in CenterAbout()490 if (xNew < rWorkArea.left) { in CenterAbout()491 xNew = rWorkArea.left; in CenterAbout()492 } else if ((xNew+wChild) > rWorkArea.right) { in CenterAbout()493 xNew = rWorkArea.right - wChild; in CenterAbout()505 return SetWindowPos (hwndChild, NULL, xNew, yNew, 0, 0, SWP_NOSIZE | in CenterAbout()828 int xNew, yNew;864 for (xNew = 0; xNew < cxNewSize; xNew++)866 xOld = xNew * cxImgSize / cxNewSize;