/reactos/base/applications/rapps/ |
H A D | misc.cpp | 339 return ILC_COLOR; in GetSystemColorDepth() 360 ColorDepth = ILC_COLOR; in GetSystemColorDepth()
|
/reactos/base/applications/taskmgr/ |
H A D | applpage.c | 56 return ILC_COLOR; in GetSystemColorDepth() 65 default: ColorDepth = ILC_COLOR; break; in GetSystemColorDepth()
|
/reactos/modules/rostests/winetests/comctl32/ |
H A D | imagelist.c | 150 HIMAGELIST himl = pImageList_Create(cx, cy, ILC_COLOR, 1, 1); in createImageList() 580 …int sizes[] = { ILC_COLOR, ILC_COLOR | ILC_MASK, ILC_COLOR4, ILC_COLOR8, ILC_COLOR16, ILC_COLOR24,… in test_merge_colors() 2238 dst = pImageList_Create(5, 11, ILC_COLOR, 1, 1); in test_copy()
|
H A D | tab.c | 443 HIMAGELIST himl = pImageList_Create(21, 21, ILC_COLOR, 3, 4); in test_tab() 1122 HIMAGELIST himl = pImageList_Create(16, 16, ILC_COLOR, 3, 4); in test_removeimage()
|
H A D | button.c | 1644 img = pImageList_Create(42, 33, ILC_COLOR, 1, 1); in test_bcm_splitinfo() 1772 himl = pImageList_Create(width, height, ILC_COLOR, 1, 0); in test_get_set_imagelist() 1985 himl = pImageList_Create(image_width, height, ILC_COLOR, 1, 1); in test_bcm_get_ideal_size()
|
/reactos/modules/rosapps/applications/explorer-old/shell/ |
H A D | shellbrowser.cpp | 71 ilMask = ILC_COLOR; in ShellBrowser()
|
H A D | mainframe.cpp | 176 ilMask = ILC_COLOR; in MainFrameBase()
|
/reactos/dll/win32/shell32/ |
H A D | iconcache.cpp | 526 ilMask = ILC_COLOR; in SIC_Initialize()
|
/reactos/dll/win32/comctl32/ |
H A D | imagelist.c | 860 if (ilc == ILC_COLOR) in ImageList_Create() 2225 if (GetObjectW (handle, sizeof(dib), &dib) == sizeof(BITMAP)) color = ILC_COLOR; in ImageList_LoadImageW() 2257 ILC_MASK | ILC_COLOR, 1, cGrow); in ImageList_LoadImageW() 3334 if ((ilc >= ILC_COLOR4 && ilc <= ILC_COLOR32) || ilc == ILC_COLOR) in ImageList_CreateImage()
|
H A D | treeview.c | 2986 infoPtr->himlState = ImageList_Create(16, 16, ILC_COLOR | ILC_MASK, 3, 0); in TREEVIEW_InitCheckboxes() 4448 infoPtr->dragList = ImageList_Create(size.cx, size.cy, ILC_COLOR, 10, 10); in TREEVIEW_CreateDragImage()
|
H A D | propsheet.c | 584 psInfo->hImageList = ImageList_Create(icon_cx, icon_cy, ILC_COLOR, 1, 1); in PROPSHEET_CollectPageInfo()
|
H A D | listview.c | 5594 dragList = ImageList_Create(size.cx, size.cy, ILC_COLOR, 10, 10); in LISTVIEW_CreateDragImage() 8647 ILC_COLOR | ILC_MASK, 2, 2); in LISTVIEW_CreateCheckBoxIL()
|
/reactos/dll/win32/setupapi/ |
H A D | devclass.c | 546 ilMask = ILC_COLOR; in SetupDiGetClassImageListExW()
|
/reactos/sdk/include/psdk/ |
H A D | commctrl.h | 352 #define ILC_COLOR 0x0 macro
|