Searched refs:SM_CXSIZE (Results 1 – 15 of 15) sorted by relevance
/reactos/win32ss/user/ntuser/ |
H A D | nonclient.c | 171 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 D | metric.c | 85 piSysMet[SM_CXSIZE] = gspv.ncm.iCaptionHeight; // 18; in InitMetrics()
|
H A D | painting.c | 2145 r.right -= UserGetSystemMetrics(SM_CXSIZE) + 1; in UserDrawCaptionText() 2146 r.right -= UserGetSystemMetrics(SM_CXSIZE) + 1; in UserDrawCaptionText()
|
H A D | menu.c | 1635 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 D | window.c | 1748 …Cs->x = pMonitor->cWndStack * (UserGetSystemMetrics(SM_CXSIZE) + UserGetSystemMetrics(SM_CXFRAME)); in IntFixWindowCoordinates()
|
/reactos/dll/win32/uxtheme/ |
H A D | metric.c | 161 SM_CXSIZE, TMT_CAPTIONBARWIDTH, in GetThemeSysSize()
|
H A D | nonclient.c | 820 XSize = GetSystemMetrics(SM_CXSIZE) * GetSystemMetrics(SM_CXBORDER); in DefWndNCHitTest()
|
/reactos/win32ss/user/user32/windows/ |
H A D | mdi.c | 697 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 D | GetSystemMetrics.c | 155 ret = GetSystemMetrics(SM_CXSIZE); in Test_GetSystemMetrics()
|
/reactos/dll/cpl/console/ |
H A D | layout.c | 177 siButton.cx = GetSystemMetrics(SM_CXSIZE); in WinPrev_OnDraw()
|
/reactos/dll/cpl/desk/ |
H A D | theme.c | 967 scheme->ncMetrics.iCaptionWidth = GetThemeSysSize(hTheme, SM_CXSIZE); in LoadSchemeFromTheme()
|
/reactos/base/shell/explorer/ |
H A D | taskswnd.cpp | 1322 uiMin = GetSystemMetrics(SM_CXSIZE) + (2 * GetSystemMetrics(SM_CXEDGE)); in UpdateButtonsSize()
|
/reactos/modules/rostests/winetests/user32/ |
H A D | sysparams.c | 2799 ok_gsm_2( SM_CXSIZE, in test_GetSystemMetrics() 2974 case SM_CXSIZE: in test_metrics_for_dpi()
|
/reactos/dll/win32/msutb/ |
H A D | msutb.cpp | 4291 m_ButtonWidth = GetSystemMetrics(SM_CXSIZE); in InitThemeMargins()
|
/reactos/sdk/include/psdk/ |
H A D | winuser.h | 994 #define SM_CXSIZE 30 macro
|