Searched refs:bm4 (Results 1 – 1 of 1) sorted by relevance
/reactos/modules/rostests/winetests/gdi32/ |
H A D | bitmap.c | 2781 HBITMAP bm4 = CreateBitmap(0, 1, 0, 0, 0); in test_CreateBitmap() local 2795 ok(bm == bm1 && bm == bm4 && bm == bm5 && bm == curObj1 && bm == old1, in test_CreateBitmap() 2797 bm, bm1, bm4, bm5, curObj1, old1); in test_CreateBitmap() 2807 test_mono_1x1_bmp(bm4); in test_CreateBitmap() 2816 DeleteObject(bm4); in test_CreateBitmap()
|