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()824 int xNew, yNew; in FillBitmap() local856 for (xNew = 0; xNew < cxNewSize; xNew++) in FillBitmap()858 xOld = xNew * cxImgSize / cxNewSize; in FillBitmap()