Home
last modified time | relevance | path

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

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