Home
last modified time | relevance | path

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

/reactos/modules/rostests/winetests/gdi32/
H A Dbitmap.c1302 HBITMAP old_bm, mono_ds; in test_mono_dibsection() local
1332 mono_ds = CreateDIBSection(hdc, pbmi, DIB_RGB_COLORS, (void**)&ds_bits, NULL, 0); in test_mono_dibsection()
1333 ok(mono_ds != NULL, "CreateDIBSection rets NULL\n"); in test_mono_dibsection()
1334 old_bm = SelectObject(memdc, mono_ds); in test_mono_dibsection()
1362 DeleteObject(mono_ds); in test_mono_dibsection()
1376 ok(mono_ds != NULL, "CreateDIBSection rets NULL\n"); in test_mono_dibsection()
1377 old_bm = SelectObject(memdc, mono_ds); in test_mono_dibsection()
1440 DeleteObject(mono_ds); in test_mono_dibsection()
1454 ok(mono_ds != NULL, "CreateDIBSection rets NULL\n"); in test_mono_dibsection()
1455 old_bm = SelectObject(memdc, mono_ds); in test_mono_dibsection()
[all …]