Searched refs:wChild (Results 1 – 1 of 1) sorted by relevance
460 int wChild, hChild, wParent, hParent; in CenterAbout() local466 wChild = rChild.right - rChild.left; in CenterAbout()487 xNew = rParent.left + ((wParent - wChild) /2); in CenterAbout()490 } else if ((xNew+wChild) > rWorkArea.right) { in CenterAbout()491 xNew = rWorkArea.right - wChild; in CenterAbout()