Searched refs:TempRect (Results 1 – 3 of 3) sorted by relevance
/reactos/win32ss/user/ntuser/ |
H A D | nonclient.c | 807 RECT TempRect; in UserDrawCaptionButton() local 814 TempRect = *Rect; in UserDrawCaptionButton() 872 TempRect.left = TempRect.right - UserGetSystemMetrics(SM_CXSIZE); in UserDrawCaptionButton() 1052 GreMoveTo(hDC, TempRect.left, TempRect.bottom, NULL); in UserDrawCaptionBar() 1054 NtGdiLineTo(hDC, TempRect.right, TempRect.bottom); in UserDrawCaptionBar() 1224 GreMoveTo(hDC, TempRect.left, TempRect.bottom, NULL); in NC_DoNCPaint() 1226 NtGdiLineTo(hDC, TempRect.right, TempRect.bottom); in NC_DoNCPaint() 1268 TempRect.top = TempRect.bottom - UserGetSystemMetrics(SM_CYHSCROLL); in NC_DoNCPaint() 1927 TempRect.right = TempRect.left + GetSystemMetrics(SM_CXVSCROLL); 1929 TempRect.left = TempRect.right - GetSystemMetrics(SM_CXVSCROLL); [all …]
|
/reactos/dll/win32/uxtheme/ |
H A D | nonclient.c | 961 TempRect.right = TempRect.left + GetSystemMetrics(SM_CXVSCROLL); in DefWndNCHitTest() 963 TempRect.left = TempRect.right - GetSystemMetrics(SM_CXVSCROLL); in DefWndNCHitTest() 964 if (PtInRect(&TempRect, Point)) in DefWndNCHitTest() 975 TempRect.top = TempRect2.top; in DefWndNCHitTest() 976 TempRect.bottom = TempRect2.bottom; in DefWndNCHitTest() 992 RECT TempRect = WindowRect; in DefWndNCHitTest() local 995 TempRect.right = TempRect.left + GetSystemMetrics(SM_CXVSCROLL); in DefWndNCHitTest() 997 TempRect.left = TempRect.right - GetSystemMetrics(SM_CXVSCROLL); in DefWndNCHitTest() 998 if (PtInRect(&TempRect, Point)) in DefWndNCHitTest() 1003 RECT TempRect = WindowRect; in DefWndNCHitTest() local [all …]
|
/reactos/win32ss/user/user32/controls/ |
H A D | scrollbar.c | 413 RECT TempRect = *Rect; in IntScrollPtInRectEx() local 421 TempRect.left -= scrollbarWidth*8; in IntScrollPtInRectEx() 422 TempRect.right += scrollbarWidth*8; in IntScrollPtInRectEx() 423 TempRect.top -= scrollbarWidth*2; in IntScrollPtInRectEx() 424 TempRect.bottom += scrollbarWidth*2; in IntScrollPtInRectEx() 429 TempRect.left -= scrollbarWidth*2; in IntScrollPtInRectEx() 430 TempRect.right += scrollbarWidth*2; in IntScrollPtInRectEx() 431 TempRect.top -= scrollbarWidth*8; in IntScrollPtInRectEx() 432 TempRect.bottom += scrollbarWidth*8; in IntScrollPtInRectEx() 435 return PtInRect(&TempRect, Pt); in IntScrollPtInRectEx()
|