Searched refs:hbm3 (Results 1 – 2 of 2) sorted by relevance
/reactos/modules/rostests/winetests/comctl32/ |
H A D | imagelist.c | 479 HBITMAP hbm3; in test_DrawIndirect() local 504 hbm3 = CreateBitmap(48, 48, 1, 1, bitmap_bits); in test_DrawIndirect() 505 ok(hbm3 != 0, "no bitmap 3\n"); in test_DrawIndirect() 515 ok(pImageList_Replace(himl, 2, hbm3, 0),"failed to replace bitmap 3\n"); in test_DrawIndirect() 554 ok(DeleteObject(hbm3),"bitmap 3 can't be deleted\n"); in test_DrawIndirect() 1762 HBITMAP hbm3; in test_IImageList_Draw() local 1785 hbm3 = CreateBitmap(48, 48, 1, 1, bitmap_bits); in test_IImageList_Draw() 1786 ok(hbm3 != 0, "no bitmap 3\n"); in test_IImageList_Draw() 1795 ok( IImageList_Replace(imgl, 2, hbm3, 0) == S_OK, "failed to replace bitmap 3\n"); in test_IImageList_Draw() 1837 ok(DeleteObject(hbm3),"bitmap 3 can't be deleted\n"); in test_IImageList_Draw()
|
/reactos/modules/rostests/winetests/user32/ |
H A D | menu.c | 3610 HBITMAP hbm1, hbm2, hbm3; in test_menualign() local 3632 hbm3 = CreateBitmap( 50,6,1,1,bmfill); in test_menualign() 3633 ok( hbm1 && hbm2 && hbm3, "Creating bitmaps failed\n"); in test_menualign() 3661 mii.hbmpItem = hbm3; in test_menualign() 3684 mii.dwTypeData = (LPSTR) hbm3; in test_menualign() 3703 DeleteObject( hbm3); in test_menualign()
|