Home
last modified time | relevance | path

Searched refs:hChild (Results 1 – 1 of 1) sorted by relevance

/external/libpng/contrib/visupng/
DVisualPng.c462 int wChild, hChild, wParent, hParent; in CenterAbout() local
469 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()