Searched refs:yNew (Results 1 – 1 of 1) sorted by relevance
463 int xNew, yNew; in CenterAbout() local497 yNew = rParent.top + ((hParent - hChild) /2); in CenterAbout()498 if (yNew < rWorkArea.top) { in CenterAbout()499 yNew = rWorkArea.top; in CenterAbout()500 } else if ((yNew+hChild) > rWorkArea.bottom) { in CenterAbout()501 yNew = rWorkArea.bottom - hChild; in CenterAbout()505 return SetWindowPos (hwndChild, NULL, xNew, yNew, 0, 0, SWP_NOSIZE | in CenterAbout()824 int xNew, yNew; in FillBitmap() local853 for (yNew = 0; yNew < cyNewSize; yNew++) in FillBitmap()855 yOld = yNew * cyImgSize / cyNewSize; in FillBitmap()