Home
last modified time | relevance | path

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

/reactos/dll/win32/comctl32/
H A Dtoolbar.c148 HIMAGELIST himlInt; /* image list created internally */ member
347 iP->himlInt, iP->himlDef, iP->himlHot, iP->himlDis, in TOOLBAR_DumpToolbar()
1288 if (GETDEFIMAGELIST(infoPtr, 0) != infoPtr->himlInt) in TOOLBAR_Refresh()
2964 if (himlDef == NULL || himlDef != infoPtr->himlInt) in TOOLBAR_CheckImageListIconSize()
2979 infoPtr->himlInt = himlNew; in TOOLBAR_CheckImageListIconSize()
3079 infoPtr->himlInt = himlDef; in TOOLBAR_AddBitmap()
4614 if ((himlDef == infoPtr->himlInt) && in TOOLBAR_SetBitmapSize()
4615 (ImageList_GetImageCount(infoPtr->himlInt) == 0)) in TOOLBAR_SetBitmapSize()
4617 ImageList_SetIconSize(infoPtr->himlInt, infoPtr->nBitmapWidth, in TOOLBAR_SetBitmapSize()
5613 if (infoPtr->himlInt) in TOOLBAR_Destroy()
[all …]