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

/external/libpng/contrib/visupng/
H A DVisualPng.c463 int xNew, yNew; local
489 xNew = rParent.left + ((wParent - wChild) /2);
490 if (xNew < rWorkArea.left) {
491 xNew = rWorkArea.left;
492 } else if ((xNew+wChild) > rWorkArea.right) {
493 xNew = rWorkArea.right - wChild;
505 return SetWindowPos (hwndChild, NULL, xNew, yNew, 0, 0, SWP_NOSIZE |
824 int xNew, yNew; local
856 for (xNew = 0; xNew < cxNewSiz
[all...]

Completed in 89 milliseconds