Home
last modified time | relevance | path

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

/reactos/modules/rostests/winetests/comctl32/
H A Dimagelist.c1585 IImageList *imgl, *imgl2; in test_iimagelist() local
1625 IImageList_Release(imgl); in test_iimagelist()
1665 IImageList *imgl; in test_IImageList_Add_Remove() local
1716 IImageList_Release(imgl); in test_IImageList_Add_Remove()
1724 IImageList *imgl; in test_IImageList_Get_SetImageCount() local
1752 IImageList_Release(imgl); in test_IImageList_Get_SetImageCount()
1757 IImageList *imgl; in test_IImageList_Draw() local
2301 IImageList *imgl; in test_IImageList_GetBkColor() local
2323 IImageList *imgl; in test_IImageList_SetBkColor() local
2353 IImageList *imgl; in test_IImageList_GetImageCount() local
[all …]
/reactos/dll/win32/comctl32/
H A Dimagelist.c3458 *ppv = &imgl->IImageList2_iface; in ImageListImpl_QueryInterface()
3473 ULONG ref = InterlockedIncrement(&imgl->ref); in ImageListImpl_AddRef()
3520 ret = ImageList_Add(imgl, hbmImage, hbmMask); in ImageListImpl_Add()
3538 ret = ImageList_ReplaceIcon(imgl, i, hicon); in ImageListImpl_ReplaceIcon()
3589 pimldp->himl = imgl; in ImageListImpl_Draw()
3612 hIcon = ImageList_GetIcon(imgl, i, flags); in ImageListImpl_GetIcon()
3700 clone = ImageList_Duplicate(imgl); in ImageListImpl_Clone()
3721 if (!ImageList_GetImageInfo(imgl, i, &info)) in ImageListImpl_GetImageRect()
3746 *pi = ImageList_GetImageCount(imgl); in ImageListImpl_GetImageCount()
3760 *pclr = ImageList_SetBkColor(imgl, clrBk); in ImageListImpl_SetBkColor()
[all …]