Home
last modified time | relevance | path

Searched refs:cyWindowBorders (Results 1 – 7 of 7) sorted by relevance

/reactos/dll/win32/uxtheme/
H A Dnonclient.c169 pcontext->CaptionHeight = pcontext->wi.cyWindowBorders; in ThemeInitDrawContext()
246 InflateRect(&rcCurrent, -(int)wi->cyWindowBorders-BUTTON_GAP_SIZE, in ThemeCalculateCaptionButtonsPosEx()
247 -(int)wi->cyWindowBorders-BUTTON_GAP_SIZE); in ThemeCalculateCaptionButtonsPosEx()
403 InflateRect(&rcPart, -(int)pcontext->wi.cyWindowBorders-BUTTON_GAP_SIZE, in ThemeDrawCaption()
404 -(int)pcontext->wi.cyWindowBorders-BUTTON_GAP_SIZE); in ThemeDrawCaption()
442 rcPart.top = rcPart.bottom - pcontext->wi.cyWindowBorders; in ThemeDrawBorders()
819 InflateRect(&WindowRect, -(int)wi.cxWindowBorders, -(int)wi.cyWindowBorders); in DefWndNCHitTest()
1106 …pcontext->CaptionHeight = pcontext->wi.cyWindowBorders + GetThemeSysSize(pcontext->theme, dwExStyl… in DrawWindowForNCPreview()
1134 …text->wi, pcontext->hWnd, pcontext->theme, pcontext->CaptionHeight - pcontext->wi.cyWindowBorders); in DrawWindowForNCPreview()
1139 INT bottomBorderInset = pcontext->wi.cyWindowBorders; in DrawWindowForNCPreview()
H A Dthemehooks.c192 CaptionHeight = wi.cyWindowBorders; in SetThemeRegion()
/reactos/modules/rostests/winetests/user32/
H A Dgenerated.c3319 TEST_FIELD_SIZE (WINDOWINFO, cyWindowBorders, 4) in test_pack_WINDOWINFO()
3320 TEST_FIELD_ALIGN (WINDOWINFO, cyWindowBorders, 4) in test_pack_WINDOWINFO()
3321 TEST_FIELD_OFFSET(WINDOWINFO, cyWindowBorders, 52) in test_pack_WINDOWINFO()
6823 TEST_FIELD_SIZE (WINDOWINFO, cyWindowBorders, 4) in test_pack_WINDOWINFO()
6824 TEST_FIELD_ALIGN (WINDOWINFO, cyWindowBorders, 4) in test_pack_WINDOWINFO()
6825 TEST_FIELD_OFFSET(WINDOWINFO, cyWindowBorders, 52) in test_pack_WINDOWINFO()
H A Dwin.c984 ok(info->cyWindowBorders == border, in verify_window_info()
985 "wrong cyWindowBorders %d != %d\n", info->cyWindowBorders, border); in verify_window_info()
/reactos/win32ss/user/user32/windows/
H A Dwindow.c1204 pwi->cyWindowBorders = Size.cy; in GetWindowInfo()
/reactos/base/shell/explorer/
H A Dtraywnd.cpp2793 … if (prcStartBtn->bottom + (int)pwi->cyWindowBorders * 2 + 1 < pwi->rcWindow.bottom && in IsPointWithinStartButton()
/reactos/sdk/include/psdk/
H A Dwinuser.h3776 UINT cyWindowBorders; member