Home
last modified time | relevance | path

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

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