Home | History | Annotate | Download | only in visupng

Lines Matching full:xnew

463    int     xNew, yNew;
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;
856 for (xNew = 0; xNew < cxNewSize; xNew++)
858 xOld = xNew * cxImgSize / cxNewSize;