/reactos/modules/rostests/winetests/comctl32/ |
H A D | imagelist.c | 1112 himl = pImageList_Create(BMP_CX, BMP_CX, ILC_COLOR24, 1, 1); in test_imagelist_storage() 1146 check_iml_data(himl, BMP_CX, BMP_CX, 0, 4, 1, ILC_COLOR24, "7"); in test_imagelist_storage() 1153 himl = pImageList_Create(BMP_CX, BMP_CX, ILC_COLOR24, 0, 32); in test_imagelist_storage() 1164 himl = pImageList_Create(BMP_CX, BMP_CX, ILC_COLOR24, 4, 4); in test_imagelist_storage() 1178 himl = pImageList_Create(BMP_CX, BMP_CX, ILC_COLOR24, 207, 209); in test_imagelist_storage() 1184 himl = pImageList_Create(BMP_CX, BMP_CX, ILC_COLOR24, 209, 207); in test_imagelist_storage() 1190 himl = pImageList_Create(BMP_CX, BMP_CX, ILC_COLOR24, 14, 4); in test_imagelist_storage() 1196 himl = pImageList_Create(BMP_CX, BMP_CX, ILC_COLOR24, 5, 9); in test_imagelist_storage() 1202 himl = pImageList_Create(BMP_CX, BMP_CX, ILC_COLOR24, 9, 5); in test_imagelist_storage() 1208 himl = pImageList_Create(BMP_CX, BMP_CX, ILC_COLOR24, 2, 4); in test_imagelist_storage() [all …]
|
/reactos/base/applications/mspaint/ |
H A D | toolbox.cpp | 48 HIMAGELIST hImageList = ImageList_Create(16, 16, ILC_COLOR24 | ILC_MASK, 16, 0); in DoCreate()
|
/reactos/modules/rosapps/applications/explorer-old/shell/ |
H A D | shellbrowser.cpp | 67 ilMask = ILC_COLOR24; in ShellBrowser() 274 …t_Create(GetSystemMetrics(SM_CXSMICON), GetSystemMetrics(SM_CYSMICON), ILC_MASK|ILC_COLOR24, 2, 0); in invalidate_cache()
|
H A D | mainframe.cpp | 172 ilMask = ILC_COLOR24; in MainFrameBase()
|
/reactos/base/applications/rapps/ |
H A D | misc.cpp | 348 ColorDepth = ILC_COLOR24; in GetSystemColorDepth()
|
/reactos/base/shell/progman/ |
H A D | group.c | 193 …eList_Create(GetSystemMetrics(SM_CXICON), GetSystemMetrics(SM_CYICON), ILC_COLOR24 | ILC_MASK, 1, … in GROUP_GroupWndProc()
|
/reactos/dll/win32/browseui/ |
H A D | basebarsite.cpp | 433 toolImageList = ImageList_Create(13, 11, ILC_COLOR24 | ILC_MASK, 3, 0); in SetDeskBarSite()
|
/reactos/dll/win32/shell32/dialogs/ |
H A D | view.cpp | 551 hImageList = ImageList_Create(16, 16, ILC_COLOR24 | ILC_MASK, 9, 1); in ViewDlg_CreateTreeImageList()
|
/reactos/dll/win32/shell32/ |
H A D | iconcache.cpp | 522 ilMask = ILC_COLOR24; in SIC_Initialize()
|
/reactos/base/applications/taskmgr/ |
H A D | applpage.c | 61 case 24: ColorDepth = ILC_COLOR24; break; in GetSystemColorDepth()
|
/reactos/modules/rosapps/applications/explorer-old/taskbar/ |
H A D | traynotify.cpp | 881 …_himl(ImageList_Create(GetSystemMetrics(SM_CXSMICON), GetSystemMetrics(SM_CYSMICON), ILC_COLOR24, … in TrayNotifyDlg()
|
/reactos/dll/win32/setupapi/ |
H A D | devclass.c | 542 ilMask = ILC_COLOR24; in SetupDiGetClassImageListExW()
|
/reactos/base/applications/mplay32/ |
H A D | mplay32.c | 242 hImageList = ImageList_Create(16, 16, ILC_MASK | ILC_COLOR24, 1, 1); in SetImageList()
|
/reactos/dll/win32/shimgvw/ |
H A D | shimgvw.c | 962 hImageList = ImageList_Create(TB_IMAGE_WIDTH, TB_IMAGE_HEIGHT, ILC_MASK | ILC_COLOR24, 1, 1); in Preview_CreateToolBar()
|
/reactos/sdk/include/psdk/ |
H A D | commctrl.h | 357 #define ILC_COLOR24 0x18 macro
|