Lines Matching defs:rcWin
902 RECT rcWin; /* The source: WindowRect from hwnd */
948 GetWindowRect (hwnd, &rcWin);
951 rcWin.left, rcWin.top, rcWin.right, rcWin.bottom,
952 rcWin.right - rcWin.left, rcWin.bottom - rcWin.top);
958 if (EqualRect (&rcDraw, &rcWin)) {
967 dX = rcWin.left - rcDraw.left;
968 dY = rcWin.top - rcDraw.top;
969 dW = WIDTH(rcWin) - WIDTH(rcDraw);
970 dH = HEIGHT(rcWin) - HEIGHT(rcDraw);