Home
last modified time | relevance | path

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

/reactos/modules/rostests/winetests/comctl32/
H A Dimagelist.c1398 static void check_ImageList_DrawIndirect(IMAGELISTDRAWPARAMS *ildp, UINT32 *bits, in check_ImageList_DrawIndirect() argument
1402 pImageList_DrawIndirect(ildp); in check_ImageList_DrawIndirect()
1412 IMAGELISTDRAWPARAMS ildp = {sizeof(IMAGELISTDRAWPARAMS), himl, i, hdc, in check_ImageList_DrawIndirect_fStyle() local
1414 check_ImageList_DrawIndirect(&ildp, bits, expected, line); in check_ImageList_DrawIndirect_fStyle()
1420 IMAGELISTDRAWPARAMS ildp = {sizeof(IMAGELISTDRAWPARAMS), himl, i, hdc, in check_ImageList_DrawIndirect_ILD_ROP() local
1422 check_ImageList_DrawIndirect(&ildp, bits, expected, line); in check_ImageList_DrawIndirect_ILD_ROP()
1428 IMAGELISTDRAWPARAMS ildp = {sizeof(IMAGELISTDRAWPARAMS), himl, i, hdc, in check_ImageList_DrawIndirect_fState() local
1430 check_ImageList_DrawIndirect(&ildp, bits, expected, line); in check_ImageList_DrawIndirect_fState()
1437 IMAGELISTDRAWPARAMS ildp = {sizeof(IMAGELISTDRAWPARAMS), himl, i, hdc, in check_ImageList_DrawIndirect_broken() local
1440 pImageList_DrawIndirect(&ildp); in check_ImageList_DrawIndirect_broken()