Lines Matching defs:rcNew
436 RECT rcNew;
458 SetRect (&rcNew, iX, iY, iX + iWidth, iY + iHeight);
462 rcNew.left, rcNew.top, rcNew.right, rcNew.bottom,
463 rcNew.right - rcNew.left, rcNew.bottom - rcNew.top);
469 AdjustWindowRectEx (&rcNew, dwStyle, FALSE, dwExStyle);
473 rcNew.left, rcNew.top, rcNew.right, rcNew.bottom,
474 rcNew.right - rcNew.left, rcNew.bottom - rcNew.top);
477 SetWindowPos (pRLWinPriv->hWnd, NULL, rcNew.left, rcNew.top, 0, 0,
492 RECT rcNew;
514 SetRect (&rcNew, iX, iY, iX + uiNewWidth, iY + uiNewHeight);
520 AdjustWindowRectEx (&rcNew, dwStyle, FALSE, dwExStyle);
526 if (!EqualRect (&rcNew, &rcOld))
531 rcNew.left, rcNew.top,
532 rcNew.right - rcNew.left, rcNew.bottom - rcNew.top,