Searched refs:wChild (Results 1 – 1 of 1) sorted by relevance
462 int wChild, hChild, wParent, hParent; in CenterAbout() local468 wChild = rChild.right - rChild.left; in CenterAbout()489 xNew = rParent.left + ((wParent - wChild) /2); in CenterAbout()492 } else if ((xNew+wChild) > rWorkArea.right) { in CenterAbout()493 xNew = rWorkArea.right - wChild; in CenterAbout()