/reactos/modules/rostests/winetests/comctl32/ |
H A D | imagelist.c | 1513 … check_ImageList_DrawIndirect_fStyle(hdcDst, himl, bits, iImage, ILD_NORMAL, 0x00ABCDEF, __LINE__); in test_ImageList_DrawIndirect() 1523 …check_ImageList_DrawIndirect_fStyle(hdcDst, himl, bits, iAlphaImage, ILD_NORMAL, 0x00D3E5F7, __LIN… in test_ImageList_DrawIndirect() 1536 …check_ImageList_DrawIndirect_fStyle(hdcDst, himl, bits, iTransparentImage, ILD_NORMAL, 0x00FFFFFF,… in test_ImageList_DrawIndirect() 1545 …todo_wine check_ImageList_DrawIndirect_fState(hdcDst, himl, bits, iImage, ILD_NORMAL, ILS_SATURATE… in test_ImageList_DrawIndirect() 1546 …todo_wine check_ImageList_DrawIndirect_broken(hdcDst, himl, bits, iAlphaImage, ILD_NORMAL, ILS_SAT… in test_ImageList_DrawIndirect() 1548 …check_ImageList_DrawIndirect_fState(hdcDst, himl, bits, iImage, ILD_NORMAL, ILS_GLOW, 0, 0x00ABCDE… in test_ImageList_DrawIndirect() 1549 …check_ImageList_DrawIndirect_fState(hdcDst, himl, bits, iImage, ILD_NORMAL, ILS_SHADOW, 0, 0x00ABC… in test_ImageList_DrawIndirect() 1551 …check_ImageList_DrawIndirect_fState(hdcDst, himl, bits, iImage, ILD_NORMAL, ILS_ALPHA, 127, 0x00D5… in test_ImageList_DrawIndirect() 1552 …check_ImageList_DrawIndirect_broken(hdcDst, himl, bits, iAlphaImage, ILD_NORMAL, ILS_ALPHA, 127, 0… in test_ImageList_DrawIndirect() 1553 …todo_wine check_ImageList_DrawIndirect_broken(hdcDst, himl, bits, iAlphaImage, ILD_NORMAL, ILS_NOR… in test_ImageList_DrawIndirect()
|
/reactos/modules/rosapps/applications/explorer-old/ |
H A D | explorer.cpp | 280 …s._icon_cache.get_sys_imagelist(), _sys_idx, hdc, x, y, cx, cy, bk_color, CLR_DEFAULT, ILD_NORMAL); in draw() 296 ImageList_DrawEx(himl, _sys_idx, hdc, 0, 0, cx, cy, bk_color, CLR_DEFAULT, ILD_NORMAL); in create_bitmap() 319 ImageList_DrawEx(himl, _sys_idx, hdc, 0, 0, cx, cy, bk_color, CLR_DEFAULT, ILD_NORMAL); in add_to_imagelist()
|
/reactos/dll/win32/shell32/wine/ |
H A D | shell32_main.c | 750 psfi->hIcon = ImageList_GetIcon( small_icons, psfi->iIcon, ILD_NORMAL); in SHGetFileInfoW() 752 psfi->hIcon = ImageList_GetIcon( big_icons, psfi->iIcon, ILD_NORMAL); in SHGetFileInfoW()
|
H A D | shlmenu.c | 628 ImageList_Draw(hImageList, pMyItem->iIconIndex, lpdis->hDC, xi, yi, ILD_NORMAL); in FileMenu_DrawItem()
|
/reactos/modules/rosapps/applications/explorer-old/shell/ |
H A D | pane.cpp | 474 IMAGE_HEIGHT, bkcolor, CLR_DEFAULT, ILD_NORMAL); in draw_item()
|
/reactos/dll/win32/comctl32/ |
H A D | treeview.c | 2625 ILD_NORMAL); in TREEVIEW_DrawItem() 2650 UINT style = item->state & TVIS_CUT ? ILD_SELECTED : ILD_NORMAL; in TREEVIEW_DrawItem() 4450 ILD_NORMAL); in TREEVIEW_CreateDragImage()
|
H A D | comboex.c | 1368 drawstate = ILD_NORMAL; in COMBOEX_DrawItem()
|
H A D | tab.c | 1852 ILD_NORMAL in TAB_DrawItemInterior()
|
H A D | imagelist.c | 1045 imldp.fStyle = ILD_NORMAL; in ImageList_InternalDragDraw()
|
H A D | listview.c | 4773 …infoPtr->himlState, stateimage-1, nmlvcd->nmcd.hdc, rcStateIcon.left, rcStateIcon.top, ILD_NORMAL); in LISTVIEW_DrawItemPart() 4788 style = ILD_NORMAL; in LISTVIEW_DrawItemPart()
|
H A D | toolbar.c | 2863 lpdis->hDC, rcButton.left+3, rcButton.top+3, ILD_NORMAL); in TOOLBAR_CustomizeDialogProc()
|
/reactos/dll/win32/shell32/ |
H A D | CShellLink.cpp | 3277 hNewIcon = ImageList_GetIcon(himl, iAdded, ILD_NORMAL | ILD_TRANSPARENT); in CreateShortcutIcon()
|
/reactos/sdk/include/psdk/ |
H A D | commctrl.h | 417 #define ILD_NORMAL 0x0 macro
|