Searched defs:xNew (Results 1 - 1 of 1) sorted by relevance

/vbox/src/libs/libpng-1.2.8/contrib/visupng/
H A DVisualPng.c458 int xNew, yNew; local
484 xNew = rParent.left + ((wParent - wChild) /2);
485 if (xNew < rWorkArea.left) {
486 xNew = rWorkArea.left;
487 } else if ((xNew+wChild) > rWorkArea.right) {
488 xNew = rWorkArea.right - wChild;
500 return SetWindowPos (hwndChild, NULL, xNew, yNew, 0, 0, SWP_NOSIZE |
817 int xNew, yNew; local
848 for (xNew = 0; xNew < cxNewSiz
[all...]

Completed in 380 milliseconds