Home
last modified time | relevance | path

Searched refs:himlNormal (Results 1 – 2 of 2) sorted by relevance

/reactos/dll/win32/comctl32/
H A Dtreeview.c122 HIMAGELIST himlNormal; member
1719 return (LRESULT)infoPtr->himlNormal; in TREEVIEW_GetImageList()
1775 himlOld = infoPtr->himlNormal; in TREEVIEW_SetImageList()
1776 infoPtr->himlNormal = himlNew; in TREEVIEW_SetImageList()
2648 if (infoPtr->himlNormal) in TREEVIEW_DrawItem()
2654 ImageList_DrawEx(infoPtr->himlNormal, imageIndex, hdc, in TREEVIEW_DrawItem()
4419 if (!(infoPtr->himlNormal)) in TREEVIEW_CreateDragImage()
4443 ImageList_GetIconSize(infoPtr->himlNormal, &cx, &cy); in TREEVIEW_CreateDragImage()
4449 ImageList_Draw(infoPtr->himlNormal, dragItem->iImage, hdc, 0, 0, in TREEVIEW_CreateDragImage()
5155 infoPtr->himlNormal = NULL; in TREEVIEW_Create()
H A Dlistview.c272 HIMAGELIST himlNormal; member
419 iP->hwndSelf, iP->himlNormal, iP->himlSmall, iP->himlState, \
2426 if (infoPtr->himlNormal) in LISTVIEW_GetItemMetrics()
2431 if (infoPtr->himlNormal) in LISTVIEW_GetItemMetrics()
6750 case LVSIL_NORMAL: return infoPtr->himlNormal; in LISTVIEW_GetImageList()
8866 if (infoPtr->himlNormal) in LISTVIEW_SetIconSpacing()
8867 ImageList_GetIconSize(infoPtr->himlNormal, &iconWidth, &iconHeight); in LISTVIEW_SetIconSpacing()
8932 himlOld = infoPtr->himlNormal; in LISTVIEW_SetImageList()
8933 infoPtr->himlNormal = himl; in LISTVIEW_SetImageList()
9361 himl = (nView == LV_VIEW_ICON ? infoPtr->himlNormal : infoPtr->himlSmall); in LISTVIEW_SetView()
[all …]