Lines Matching defs:rcNew
262 RECT rcNew;
272 SetRect (&rcNew,
280 rcNew.left, rcNew.top, rcNew.right, rcNew.bottom,
281 rcNew.right - rcNew.left, rcNew.bottom - rcNew.top);
284 AdjustWindowRectEx (&rcNew,
291 rcNew.left, rcNew.top, rcNew.right, rcNew.bottom,
292 rcNew.right - rcNew.left, rcNew.bottom - rcNew.top);
295 iDx = pRLWinPriv->pFrame->x - rcNew.left;
296 iDy = pRLWinPriv->pFrame->y - rcNew.top;
299 rcNew.left += iDx;
300 rcNew.right += iDx;
301 rcNew.top += iDy;
302 rcNew.bottom += iDy;
319 rcNew.left, rcNew.top, rcNew.right, rcNew.bottom,
320 rcNew.right - rcNew.left, rcNew.bottom - rcNew.top);
323 rcNew.left, rcNew.top,
324 rcNew.right - rcNew.left, rcNew.bottom - rcNew.top,
339 RECT rcNew;
346 SetRect (&rcNew,
353 AdjustWindowRectEx (&rcNew,
359 iDx = pRLWinPriv->pFrame->x - rcNew.left;
360 iDy = pRLWinPriv->pFrame->y - rcNew.top;
363 rcNew.left += iDx;
364 rcNew.right += iDx;
365 rcNew.top += iDy;
366 rcNew.bottom += iDy;
381 rcNew.left, rcNew.top,
382 rcNew.right - rcNew.left, rcNew.bottom - rcNew.top,