Searched refs:hChild (Results 1 – 1 of 1) sorted by relevance
462 int wChild, hChild, wParent, hParent; in CenterAbout() local469 hChild = rChild.bottom - rChild.top; in CenterAbout()497 yNew = rParent.top + ((hParent - hChild) /2); in CenterAbout()500 } else if ((yNew+hChild) > rWorkArea.bottom) { in CenterAbout()501 yNew = rWorkArea.bottom - hChild; in CenterAbout()