Home
last modified time | relevance | path

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

/reactos/modules/rostests/winetests/gdi32/
H A Dbitmap.c2538 bitmasks[0] = 0x0000ff; in test_GetDIBits_BI_BITFIELDS()
2539 bitmasks[1] = 0x00ff00; in test_GetDIBits_BI_BITFIELDS()
2540 bitmasks[2] = 0xff0000; in test_GetDIBits_BI_BITFIELDS()
2566 ok( bitmasks[0] == 0xff0000, "wrong red mask %08x\n", bitmasks[0] ); in test_GetDIBits_BI_BITFIELDS()
2567 ok( bitmasks[1] == 0x00ff00, "wrong green mask %08x\n", bitmasks[1] ); in test_GetDIBits_BI_BITFIELDS()
2568 ok( bitmasks[2] == 0x0000ff, "wrong blue mask %08x\n", bitmasks[2] ); in test_GetDIBits_BI_BITFIELDS()
2585 bitmasks[0] = 0x0000ff; in test_GetDIBits_BI_BITFIELDS()
2586 bitmasks[1] = 0x00ff00; in test_GetDIBits_BI_BITFIELDS()
2607 ok( bitmasks[0] == 0x0000ff, "wrong red mask %08x\n", bitmasks[0] ); in test_GetDIBits_BI_BITFIELDS()
2608 ok( bitmasks[1] == 0x00ff00, "wrong green mask %08x\n", bitmasks[1] ); in test_GetDIBits_BI_BITFIELDS()
[all …]