Home | History | Annotate | Download | only in visupng

Lines Matching refs:yNew

461    int     xNew, yNew;
495 yNew = rParent.top + ((hParent - hChild) /2);
496 if (yNew < rWorkArea.top) {
497 yNew = rWorkArea.top;
498 } else if ((yNew+hChild) > rWorkArea.bottom) {
499 yNew = rWorkArea.bottom - hChild;
503 return SetWindowPos (hwndChild, NULL, xNew, yNew, 0, 0, SWP_NOSIZE |
820 int xNew, yNew;
848 for (yNew = 0; yNew < cyNewSize; yNew++)
850 yOld = yNew * cyImgSize / cyNewSize;