Home | History | Annotate | Download | only in visupng

Lines Matching full:xnew

461    int     xNew, yNew;
487 xNew = rParent.left + ((wParent - wChild) /2);
488 if (xNew < rWorkArea.left) {
489 xNew = rWorkArea.left;
490 } else if ((xNew+wChild) > rWorkArea.right) {
491 xNew = rWorkArea.right - wChild;
503 return SetWindowPos (hwndChild, NULL, xNew, yNew, 0, 0, SWP_NOSIZE |
820 int xNew, yNew;
851 for (xNew = 0; xNew < cxNewSize; xNew++)
853 xOld = xNew * cxImgSize / cxNewSize;