Home
last modified time | relevance | path

Searched refs:SM_CYMENUCHECK (Results 1 – 9 of 9) sorted by relevance

/reactos/win32ss/user/ntuser/
H A Dmetric.c152 piSysMet[SM_CYMENUCHECK] = piSysMet[SM_CXMENUCHECK]; in InitMetrics()
H A Dmenu.c2430 UINT check_bitmap_height = UserGetSystemMetrics( SM_CYMENUCHECK ); in MENU_DrawMenuItem()
/reactos/modules/rostests/apitests/user32/
H A DGetSystemMetrics.c313 ret = GetSystemMetrics(SM_CYMENUCHECK); in Test_GetSystemMetrics()
/reactos/dll/win32/shell32/
H A DCOpenWithMenu.cpp1184 SetRect(&rc, 0, 0, GetSystemMetrics(SM_CXMENUCHECK), GetSystemMetrics(SM_CYMENUCHECK)); in IconToBitmap()
/reactos/win32ss/user/user32/windows/
H A Dmenu.c884 GetSystemMetrics(SM_CYMENUCHECK))); in GetMenuCheckMarkDimensions()
/reactos/modules/rostests/winetests/user32/
H A Dsysparams.c2888 ok_gsm( SM_CYMENUCHECK, in test_GetSystemMetrics()
3008 case SM_CYMENUCHECK: in test_metrics_for_dpi()
H A Dmenu.c951 GetSystemMetrics(SM_CYMENUCHECK ),arrowwidth, MOD_avec); in test_mbs_help()
1037 GetSystemMetrics(SM_CYMENUCHECK ),arrowwidth, MOD_avec); in test_menu_bmp_and_string()
/reactos/modules/rostests/winetests/comctl32/
H A Dbutton.c1489 int glyph_size = GetSystemMetrics(SM_CYMENUCHECK); in test_bcm_splitinfo()
/reactos/sdk/include/psdk/
H A Dwinuser.h1035 #define SM_CYMENUCHECK 72 macro