Home
last modified time | relevance | path

Searched refs:ILC_COLOR8 (Results 1 – 11 of 11) sorted by relevance

/reactos/base/applications/rapps/
H A Dmisc.cpp354 ColorDepth = ILC_COLOR8; in GetSystemColorDepth()
/reactos/modules/rostests/winetests/comctl32/
H A Dimagelist.c580 …int sizes[] = { ILC_COLOR, ILC_COLOR | ILC_MASK, ILC_COLOR4, ILC_COLOR8, ILC_COLOR16, ILC_COLOR24,… in test_merge_colors()
1220 himl = pImageList_Create(BMP_CX, BMP_CX, ILC_COLOR8, 4, 2); in test_imagelist_storage()
1222 check_iml_data(himl, BMP_CX, BMP_CX, 0, 5, 2, ILC_COLOR8, "bpp 8"); in test_imagelist_storage()
2453 test_color_table(ILC_COLOR8); in START_TEST()
2473 test_color_table(ILC_COLOR8); in START_TEST()
/reactos/dll/cpl/input/
H A Dsettings_page.c401 ILC_COLOR8 | ILC_MASK, 0, 0); in OnInitSettingsPage()
/reactos/modules/rosapps/applications/explorer-old/shell/
H A Dshellbrowser.cpp63 ilMask = ILC_COLOR8; in ShellBrowser()
H A Dmainframe.cpp168 ilMask = ILC_COLOR8; in MainFrameBase()
/reactos/dll/win32/shell32/
H A Diconcache.cpp518 ilMask = ILC_COLOR8; in SIC_Initialize()
/reactos/base/applications/taskmgr/
H A Dapplpage.c63 case 8: ColorDepth = ILC_COLOR8; break; in GetSystemColorDepth()
/reactos/dll/win32/setupapi/
H A Ddevclass.c538 ilMask = ILC_COLOR8; in SetupDiGetClassImageListExW()
/reactos/modules/rosapps/applications/sysutils/fontsub/
H A Dfontsub.cpp334 hImageList = ImageList_Create(12, 12, ILC_COLOR8 | ILC_MASK, 2, 2); in LV_Init()
/reactos/dll/win32/comctl32/
H A Dimagelist.c3350 if (himl->uBitsPixel <= ILC_COLOR8) in ImageList_CreateImage()
/reactos/sdk/include/psdk/
H A Dcommctrl.h355 #define ILC_COLOR8 0x8 macro