Lines Matching refs:rcNew
412 RECT rcNew; in winMWExtWMMoveFrame() local
435 SetRect(&rcNew, iX, iY, iX + iWidth, iY + iHeight); in winMWExtWMMoveFrame()
439 rcNew.left, rcNew.top, rcNew.right, rcNew.bottom, in winMWExtWMMoveFrame()
440 rcNew.right - rcNew.left, rcNew.bottom - rcNew.top); in winMWExtWMMoveFrame()
446 AdjustWindowRectEx(&rcNew, dwStyle, FALSE, dwExStyle); in winMWExtWMMoveFrame()
450 rcNew.left, rcNew.top, rcNew.right, rcNew.bottom, in winMWExtWMMoveFrame()
451 rcNew.right - rcNew.left, rcNew.bottom - rcNew.top); in winMWExtWMMoveFrame()
454 SetWindowPos(pRLWinPriv->hWnd, NULL, rcNew.left, rcNew.top, 0, 0, in winMWExtWMMoveFrame()
469 RECT rcNew; in winMWExtWMResizeFrame() local
491 SetRect(&rcNew, iX, iY, iX + uiNewWidth, iY + uiNewHeight); in winMWExtWMResizeFrame()
497 AdjustWindowRectEx(&rcNew, dwStyle, FALSE, dwExStyle); in winMWExtWMResizeFrame()
503 if (!EqualRect(&rcNew, &rcOld)) { in winMWExtWMResizeFrame()
507 rcNew.left, rcNew.top, in winMWExtWMResizeFrame()
508 rcNew.right - rcNew.left, rcNew.bottom - rcNew.top, TRUE); in winMWExtWMResizeFrame()