Home
last modified time | relevance | path

Searched refs:SM_CYSIZE (Results 1 – 16 of 16) sorted by relevance

/reactos/modules/rosapps/applications/explorer-old/taskbar/
H A Ddesktopbar.h33 #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 Dmetric.c86 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 Dnonclient.c177 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 Dmenu.c1636 size->cy = UserGetSystemMetrics(SM_CYSIZE) - 4; in MENU_GetBitmapItemSize()
3412 Rect.bottom = UserGetSystemMetrics(SM_CYSIZE); in MENU_ShowSubPopup()
H A Dwindow.c1749 …Cs->y = pMonitor->cWndStack * (UserGetSystemMetrics(SM_CYSIZE) + UserGetSystemMetrics(SM_CYFRAME)); in IntFixWindowCoordinates()
/reactos/dll/win32/uxtheme/
H A Dmetric.c162 SM_CYSIZE, TMT_CAPTIONBARHEIGHT, in GetThemeSysSize()
H A Dnonclient.c277 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 DGetSystemMetrics.c159 ret = GetSystemMetrics(SM_CYSIZE); in Test_GetSystemMetrics()
/reactos/modules/rostests/winetests/comctl32/
H A Dstatus.c232 g_ysize = GetSystemMetrics(SM_CYSIZE) + 2; in test_height()
241 GetSystemMetrics(SM_CYSIZE)); in test_height()
/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()
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 Dstatus.c629 DWORD ysize = GetSystemMetrics(SM_CYSIZE); in STATUSBAR_SetMinHeight()
916 infoPtr->minHeight = GetSystemMetrics(SM_CYSIZE); in STATUSBAR_WMCreate()
/reactos/base/applications/osk/
H A Dmain.c288 yPad = GetSystemMetrics(SM_CYSIZE) + GetSystemMetrics(SM_CYMENU); in OSK_SetKeys()
/reactos/dll/cpl/console/
H A Dlayout.c181 siButton.cy = GetSystemMetrics(SM_CYSIZE); in WinPrev_OnDraw()
/reactos/dll/cpl/desk/
H A Dtheme.c968 scheme->ncMetrics.iCaptionHeight = GetThemeSysSize(hTheme, SM_CYSIZE); in LoadSchemeFromTheme()
/reactos/modules/rostests/winetests/user32/
H A Dsysparams.c2796 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 Dwinuser.h995 #define SM_CYSIZE 31 macro