Home
last modified time | relevance | path

Searched refs:SM_CXSIZE (Results 1 – 15 of 15) sorted by relevance

/reactos/win32ss/user/ntuser/
H A Dnonclient.c171 rect.left += UserGetSystemMetrics(SM_CXSIZE) + 1; in DefWndStartSizeMove()
173 rect.right -= UserGetSystemMetrics(SM_CXSIZE) + 1; in DefWndStartSizeMove()
175 rect.right -= UserGetSystemMetrics(SM_CXSIZE) + 1; in DefWndStartSizeMove()
824 TempRect.right -= UserGetSystemMetrics(SM_CXSIZE) + 1; in UserDrawCaptionButton()
827 TempRect.right -= UserGetSystemMetrics(SM_CXSIZE) - 2; in UserDrawCaptionButton()
846 TempRect.right -= UserGetSystemMetrics(SM_CXSIZE) + 1; in UserDrawCaptionButton()
1876 WindowRect.left += GetSystemMetrics(SM_CXSIZE);
1877 WindowRect.right -= GetSystemMetrics(SM_CXSIZE);
1885 WindowRect.right -= GetSystemMetrics(SM_CXSIZE);
1889 WindowRect.right -= GetSystemMetrics(SM_CXSIZE);
[all …]
H A Dmetric.c85 piSysMet[SM_CXSIZE] = gspv.ncm.iCaptionHeight; // 18; in InitMetrics()
H A Dpainting.c2145 r.right -= UserGetSystemMetrics(SM_CXSIZE) + 1; in UserDrawCaptionText()
2146 r.right -= UserGetSystemMetrics(SM_CXSIZE) + 1; in UserDrawCaptionText()
H A Dmenu.c1635 size->cx = UserGetSystemMetrics(SM_CXSIZE) - 2; in MENU_GetBitmapItemSize()
3411 Rect.right = UserGetSystemMetrics(SM_CXSIZE); in MENU_ShowSubPopup()
4894 bti->rcTitleBar.left += UserGetSystemMetrics(SM_CXSIZE); in intGetTitleBarInfo()
H A Dwindow.c1748 …Cs->x = pMonitor->cWndStack * (UserGetSystemMetrics(SM_CXSIZE) + UserGetSystemMetrics(SM_CXFRAME)); in IntFixWindowCoordinates()
/reactos/dll/win32/uxtheme/
H A Dmetric.c161 SM_CXSIZE, TMT_CAPTIONBARWIDTH, in GetThemeSysSize()
H A Dnonclient.c820 XSize = GetSystemMetrics(SM_CXSIZE) * GetSystemMetrics(SM_CXBORDER); in DefWndNCHitTest()
/reactos/win32ss/user/user32/windows/
H A Dmdi.c697 hbCopy = CreateCompatibleBitmap(hDCSrc,GetSystemMetrics(SM_CXSIZE),GetSystemMetrics(SM_CYSIZE)); in CreateMDIMenuBitmap()
700 BitBlt(hDCDest, 0, 0, GetSystemMetrics(SM_CXSIZE), GetSystemMetrics(SM_CYSIZE), in CreateMDIMenuBitmap()
701 hDCSrc, GetSystemMetrics(SM_CXSIZE), 0, SRCCOPY); in CreateMDIMenuBitmap()
709 MoveToEx( hDCDest, GetSystemMetrics(SM_CXSIZE) - 1, 0, NULL ); in CreateMDIMenuBitmap()
710 LineTo( hDCDest, GetSystemMetrics(SM_CXSIZE) - 1, GetSystemMetrics(SM_CYSIZE) - 1); in CreateMDIMenuBitmap()
2130 dx = GetSystemMetrics(SM_CXSIZEFRAME) + GetSystemMetrics(SM_CXSIZE); in CascadeWindows()
/reactos/modules/rostests/apitests/user32/
H A DGetSystemMetrics.c155 ret = GetSystemMetrics(SM_CXSIZE); in Test_GetSystemMetrics()
/reactos/dll/cpl/console/
H A Dlayout.c177 siButton.cx = GetSystemMetrics(SM_CXSIZE); in WinPrev_OnDraw()
/reactos/dll/cpl/desk/
H A Dtheme.c967 scheme->ncMetrics.iCaptionWidth = GetThemeSysSize(hTheme, SM_CXSIZE); in LoadSchemeFromTheme()
/reactos/base/shell/explorer/
H A Dtaskswnd.cpp1322 uiMin = GetSystemMetrics(SM_CXSIZE) + (2 * GetSystemMetrics(SM_CXEDGE)); in UpdateButtonsSize()
/reactos/modules/rostests/winetests/user32/
H A Dsysparams.c2799 ok_gsm_2( SM_CXSIZE, in test_GetSystemMetrics()
2974 case SM_CXSIZE: in test_metrics_for_dpi()
/reactos/dll/win32/msutb/
H A Dmsutb.cpp4291 m_ButtonWidth = GetSystemMetrics(SM_CXSIZE); in InitThemeMargins()
/reactos/sdk/include/psdk/
H A Dwinuser.h994 #define SM_CXSIZE 30 macro