Searched refs:SM_CYSIZE (Results 1 – 16 of 16) sorted by relevance
/reactos/modules/rosapps/applications/explorer-old/taskbar/ |
H A D | desktopbar.h | 33 #define DESKTOPBARBAR_HEIGHT (GetSystemMetrics(SM_CYSIZE) + 5 * GetSystemMetrics(SM_CYEDGE)) 34 #define REBARBAND_HEIGHT (GetSystemMetrics(SM_CYSIZE) + 2 * GetSystemMetrics(SM_CYEDGE))
|
/reactos/win32ss/user/ntuser/ |
H A D | metric.c | 86 piSysMet[SM_CYSIZE] = gspv.ncm.iCaptionHeight; // 18; in InitMetrics() 105 …gspv.ncm.iCaptionWidth, piSysMet[SM_CYSIZE],piSysMet[SM_CXFRAME], gspv.tmCaptionFont.tmAveCharWidt… in InitMetrics() 108 + piSysMet[SM_CYSIZE] + 4 in InitMetrics()
|
H A D | nonclient.c | 177 pt.y = rect.top + UserGetSystemMetrics(SM_CYSIZE)/2; in DefWndStartSizeMove() 830 TempRect.bottom = TempRect.top + UserGetSystemMetrics(SM_CYSIZE) - 2; in UserDrawCaptionButton() 849 TempRect.bottom = TempRect.top + UserGetSystemMetrics(SM_CYSIZE) - 2; in UserDrawCaptionButton() 873 TempRect.bottom = TempRect.top + UserGetSystemMetrics(SM_CYSIZE) - 2; in UserDrawCaptionButton() 1787 YSize = GetSystemMetrics(SM_CYSIZE) * GetSystemMetrics(SM_CYBORDER); 2035 if (pt.y < rcWindow.top+UserGetSystemMetrics(SM_CYSIZE)) return HTTOPLEFT; in GetNCHitEx() 2036 if (pt.y >= rcWindow.bottom-UserGetSystemMetrics(SM_CYSIZE)) return HTBOTTOMLEFT; in GetNCHitEx() 2042 if (pt.y < rcWindow.top+UserGetSystemMetrics(SM_CYSIZE)) return HTTOPRIGHT; in GetNCHitEx() 2043 if (pt.y >= rcWindow.bottom-UserGetSystemMetrics(SM_CYSIZE)) return HTBOTTOMRIGHT; in GetNCHitEx()
|
H A D | menu.c | 1636 size->cy = UserGetSystemMetrics(SM_CYSIZE) - 4; in MENU_GetBitmapItemSize() 3412 Rect.bottom = UserGetSystemMetrics(SM_CYSIZE); in MENU_ShowSubPopup()
|
H A D | window.c | 1749 …Cs->y = pMonitor->cWndStack * (UserGetSystemMetrics(SM_CYSIZE) + UserGetSystemMetrics(SM_CYFRAME)); in IntFixWindowCoordinates()
|
/reactos/dll/win32/uxtheme/ |
H A D | metric.c | 162 SM_CYSIZE, TMT_CAPTIONBARHEIGHT, in GetThemeSysSize()
|
H A D | nonclient.c | 277 btnHeight = GetSystemMetrics(wi.dwExStyle & WS_EX_TOOLWINDOW ? SM_CYSMSIZE : SM_CYSIZE); in ThemeCalculateCaptionButtonsPos() 821 YSize = GetSystemMetrics(SM_CYSIZE) * GetSystemMetrics(SM_CYBORDER); in DefWndNCHitTest() 1106 …Borders + GetThemeSysSize(pcontext->theme, dwExStyle & WS_EX_TOOLWINDOW ? SM_CYSMSIZE : SM_CYSIZE); in DrawWindowForNCPreview()
|
/reactos/modules/rostests/apitests/user32/ |
H A D | GetSystemMetrics.c | 159 ret = GetSystemMetrics(SM_CYSIZE); in Test_GetSystemMetrics()
|
/reactos/modules/rostests/winetests/comctl32/ |
H A D | status.c | 232 g_ysize = GetSystemMetrics(SM_CYSIZE) + 2; in test_height() 241 GetSystemMetrics(SM_CYSIZE)); in test_height()
|
/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() 710 LineTo( hDCDest, GetSystemMetrics(SM_CXSIZE) - 1, GetSystemMetrics(SM_CYSIZE) - 1); in CreateMDIMenuBitmap() 2131 dy = GetSystemMetrics(SM_CYSIZEFRAME) + GetSystemMetrics(SM_CYSIZE); in CascadeWindows()
|
/reactos/dll/win32/comctl32/ |
H A D | status.c | 629 DWORD ysize = GetSystemMetrics(SM_CYSIZE); in STATUSBAR_SetMinHeight() 916 infoPtr->minHeight = GetSystemMetrics(SM_CYSIZE); in STATUSBAR_WMCreate()
|
/reactos/base/applications/osk/ |
H A D | main.c | 288 yPad = GetSystemMetrics(SM_CYSIZE) + GetSystemMetrics(SM_CYMENU); in OSK_SetKeys()
|
/reactos/dll/cpl/console/ |
H A D | layout.c | 181 siButton.cy = GetSystemMetrics(SM_CYSIZE); in WinPrev_OnDraw()
|
/reactos/dll/cpl/desk/ |
H A D | theme.c | 968 scheme->ncMetrics.iCaptionHeight = GetThemeSysSize(hTheme, SM_CYSIZE); in LoadSchemeFromTheme()
|
/reactos/modules/rostests/winetests/user32/ |
H A D | sysparams.c | 2796 GetSystemMetrics( SM_CYSIZE) + 4 + 4 * avcwCaption + 2 * GetSystemMetrics( SM_CXFRAME)); in test_GetSystemMetrics() 2803 ok_gsm( SM_CYSIZE, ncm.iCaptionHeight); in test_GetSystemMetrics() 2966 case SM_CYSIZE: in test_metrics_for_dpi()
|
/reactos/sdk/include/psdk/ |
H A D | winuser.h | 995 #define SM_CYSIZE 31 macro
|