Home
last modified time | relevance | path

Searched refs:SM_CXFRAME (Results 1 – 19 of 19) sorted by relevance

/reactos/win32ss/user/ntuser/
H A Dmetric.c97 piSysMet[SM_CXFRAME] = piSysMet[SM_CXDLGFRAME] + gspv.ncm.iBorderWidth; // 4 in InitMetrics()
105 …gspv.ncm.iCaptionWidth, piSysMet[SM_CYSIZE],piSysMet[SM_CXFRAME], gspv.tmCaptionFont.tmAveCharWidt… in InitMetrics()
110 + 2 * piSysMet[SM_CXFRAME]; in InitMetrics()
112 piSysMet[SM_CXMAXIMIZED] = piSysMet[SM_CXSCREEN] + 2 * piSysMet[SM_CXFRAME]; in InitMetrics()
122 + 2 * piSysMet[SM_CXFRAME]; in InitMetrics()
H A Dnonclient.c60 …if (thickframe) UserDrawWindowFrame(hdc, rect, UserGetSystemMetrics(SM_CXFRAME), UserGetSystemMetr… in UserDrawMovingFrame()
88 … RECTL_vInflateRect(rect, -UserGetSystemMetrics(SM_CXFRAME), -UserGetSystemMetrics(SM_CYFRAME)); in NC_GetInsideRect()
217 pt.x = rectWindow.left + UserGetSystemMetrics(SM_CXFRAME) / 2; in DefWndStartSizeMove()
222 pt.x = rectWindow.right - UserGetSystemMetrics(SM_CXFRAME) / 2; in DefWndStartSizeMove()
912 (UserGetSystemMetrics(SM_CXFRAME) - UserGetSystemMetrics(SM_CXDLGFRAME)) * in NC_DrawFrame()
2015 …RECTL_vInflateRect(&rcWindow, -UserGetSystemMetrics(SM_CXFRAME), -UserGetSystemMetrics(SM_CYFRAME)… in GetNCHitEx()
H A Dwinpos.c878 *cx = UserGetSystemMetrics(SM_CXFRAME); in IntGetWindowBorderMeasures()
909 Size->cx += UserGetSystemMetrics(SM_CXFRAME) - UserGetSystemMetrics(SM_CXDLGFRAME); in UserGetWindowBorders()
978 xinc += UserGetSystemMetrics(SM_CXFRAME) - UserGetSystemMetrics(SM_CXDLGFRAME); in co_WinPosGetMinMaxInfo()
H A Dwindow.c1748 …Cs->x = pMonitor->cWndStack * (UserGetSystemMetrics(SM_CXSIZE) + UserGetSystemMetrics(SM_CXFRAME)); in IntFixWindowCoordinates()
H A Dmenu.c4848 …RECTL_vInflateRect( &bti->rcTitleBar, -UserGetSystemMetrics(SM_CXFRAME), -UserGetSystemMetrics(SM_… in intGetTitleBarInfo()
/reactos/dll/win32/uxtheme/
H A Dmetric.c163 SM_CXFRAME, TMT_SIZINGBORDERWIDTH, in GetThemeSysSize()
197 if (iSizeID == SM_CXFRAME) in GetThemeSysSize()
198 return GetSystemMetrics(SM_CXFRAME) - GetSystemMetrics(SM_CXDLGFRAME); in GetThemeSysSize()
H A Dnonclient.c476 (GetSystemMetrics(SM_CXFRAME) - GetSystemMetrics(SM_CXDLGFRAME)) * in DrawClassicFrame()
/reactos/dll/win32/browseui/shellbars/
H A DCBaseBar.cpp199 neededBorderSpace.left = fNeededSize + GetSystemMetrics(SM_CXFRAME); in ReserveBorderSpace()
201 neededBorderSpace.bottom = fNeededSize + GetSystemMetrics(SM_CXFRAME); in ReserveBorderSpace()
469 dwWidth -= GetSystemMetrics(SM_CXFRAME); in OnSize()
471 dwHeight -= GetSystemMetrics(SM_CXFRAME); in OnSize()
478 …::SetWindowPos(clientHwnd, NULL, 0, (fVertical) ? 0 : GetSystemMetrics(SM_CXFRAME), dwWidth, dwHei… in OnSize()
/reactos/win32ss/user/user32/windows/
H A Dnonclient.c68 Size->cx += GetSystemMetrics(SM_CXFRAME) - GetSystemMetrics(SM_CXDLGFRAME); in UserGetWindowBorders()
/reactos/modules/rostests/apitests/user32/
H A DGetSystemMetrics.c163 ret = GetSystemMetrics(SM_CXFRAME); in Test_GetSystemMetrics()
/reactos/dll/cpl/console/
H A Dlayout.c163 siFrame.cx = GetSystemMetrics(SM_CXFRAME); in WinPrev_OnDraw()
543 cxFrame = GetSystemMetrics(SM_CXFRAME); in LayoutProc()
/reactos/modules/rostests/winetests/user32/
H A Dsysparams.c798 eq( frame, GetSystemMetrics( SM_CXFRAME ), "SM_CXFRAME", "%d" ); in test_setborder()
2782 GetSystemMetrics( SM_CXMAXIMIZED) - 2 * GetSystemMetrics( SM_CXFRAME)); in test_GetSystemMetrics()
2796 GetSystemMetrics( SM_CYSIZE) + 4 + 4 * avcwCaption + 2 * GetSystemMetrics( SM_CXFRAME)); in test_GetSystemMetrics()
2804 ok_gsm( SM_CXFRAME, ncm.iBorderWidth + 3); in test_GetSystemMetrics()
2868 ok_gsm_3( SM_CXMAXTRACK, screen.cx + 4 + 2 * GetSystemMetrics(SM_CXFRAME), in test_GetSystemMetrics()
2869 screen.cx - 4 + 2 * GetSystemMetrics(SM_CXFRAME), /* Vista */ in test_GetSystemMetrics()
2870 screen.cx + 2 * GetSystemMetrics(SM_CXFRAME)); /* Win8 */ in test_GetSystemMetrics()
2995 case SM_CXFRAME: in test_metrics_for_dpi()
H A Dwin.c1026 … adjust += GetSystemMetrics(SM_CXFRAME) - GetSystemMetrics(SM_CXDLGFRAME); /* The resize border */ in wine_AdjustWindowRectEx()
5357 SHOWSYSMETRIC(SM_CXFRAME); in test_AdjustWindowRect()
/reactos/win32ss/user/winsrv/consrv/frontends/gui/
H A Dconwnd.c436 2 * (GetSystemMetrics(SM_CXFRAME) + GetSystemMetrics(SM_CXEDGE)); in ResizeConWnd()
2113 …windx = CONGUI_MIN_WIDTH * WidthUnit + 2 * (GetSystemMetrics(SM_CXFRAME) + GetSystemMetrics(SM_C… in OnGetMinMaxInfo()
2119 …windx = (ActiveBuffer->ScreenBufferSize.X) * WidthUnit + 2 * (GetSystemMetrics(SM_CXFRAME) + GetS… in OnGetMinMaxInfo()
H A Dguiterm.c985 Width -= (2 * (GetSystemMetrics(SM_CXFRAME) + GetSystemMetrics(SM_CXEDGE))); in GuiGetLargestConsoleWindowSize()
/reactos/dll/cpl/desk/
H A Dtheme.c964 scheme->ncMetrics.iBorderWidth = GetThemeSysSize(hTheme, SM_CXFRAME); in LoadSchemeFromTheme()
/reactos/dll/win32/hhctrl.ocx/
H A Dhelp.c1557 dwSize = GetSystemMetrics(SM_CXFRAME); in Help_OnSize()
/reactos/modules/rostests/winetests/quartz/
H A Dfiltergraph.c187 window_width = max(video_width, GetSystemMetrics(SM_CXMIN) - 2 * GetSystemMetrics(SM_CXFRAME)); in test_basic_video()
/reactos/sdk/include/psdk/
H A Dwinuser.h997 #define SM_CXFRAME 32 macro