Definition at line 25 of file rect.h.
Referenced by co_UserCreateWindowEx(), co_WinPosDoNCCALCSize(), co_WinPosDoWinPosChanging(), co_WinPosSetWindowPos(), IntEngGradientFillRect(), IntGetClientRect(), IntGetWindowPlacement(), NtGdiStretchDIBitsInternal(), NtUserGetUpdateRect(), UserScrollDC(), and WinPosInitInternalPos().
{
prcl->left += cx;
prcl->right += cx;
prcl->top += cy;
prcl->bottom += cy;
}