Home
last modified time | relevance | path

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

/reactos/modules/rostests/winetests/gdi32/
H A Dbitmap.c454 DWORD *bits32; in test_dibsections() local
746 hdib2 = CreateDIBSection(NULL, pbmi, DIB_RGB_COLORS, (void **)&bits32, NULL, 0); in test_dibsections()
753 ok(bits32[0] == 0xff00, "lower left pixel is %08x\n", bits32[0]); in test_dibsections()
754 ok(bits32[17] == 0xff00ff, "bottom but one, left pixel is %08x\n", bits32[17]); in test_dibsections()
757 test_dib_info(hdib2, bits32, &pbmi->bmiHeader); in test_dibsections()