Lines Matching refs:RECT
115 RECT rcMonitor;
116 RECT rcWork;
125 static bool GetWorkAreaRect(RECT *rect, HWND hwnd)
169 RECT rect;
182 RECT rect;
196 RECT rect;
208 RECT rect;
216 void CDialog::GetClientRectOfItem(unsigned id, RECT &rect)
232 static bool GetWindowsRect_DWM(HWND hwnd, RECT *rect)
243 RECT r;
244 if (f(hwnd, MY__DWMWA_EXTENDED_FRAME_BOUNDS, &r, sizeof(RECT)) == S_OK)
255 static bool IsRect_Small_Inside_Big(const RECT &sm, const RECT &big)
264 static bool AreRectsOverlapped(const RECT &r1, const RECT &r2)
273 static bool AreRectsEqual(const RECT &r1, const RECT &r2)
284 RECT workRect;
287 RECT rect;
319 RECT workRect;
323 RECT rect2 = workRect;
329 RECT workRectParent;
337 // RECT rect3; if (GetWindowsRect_DWM(parentHWND, &rect3)) {}
352 RECT rect;