Home
last modified time | relevance | path

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

/reactos/modules/rostests/apitests/win32nt/ntgdi/
H A DNtGdiSetDIBitsToDeviceInternal.c27 static const DWORD InBits[8] = { 0x81, 0x7E, 0x5A, 0x7E, 0x7E, 0x42, 0x7E, 0x81 }; in START_TEST() local
59 (PVOID)InBits, (BITMAPINFO *)&bmi, DIB_RGB_COLORS, in START_TEST()
60 sizeof(InBits), sizeof(bmi), TRUE, NULL)); in START_TEST()
65 TEST(memcmp(InBits, OutBits, sizeof(InBits)) == 0); in START_TEST()
75 (PVOID)InBits, (BITMAPINFO *)&bmi, DIB_RGB_COLORS, in START_TEST()
76 sizeof(InBits), sizeof(bmi), TRUE, NULL)); in START_TEST()
92 TEST(memcmp(InBits, OutBits, sizeof(InBits)) == 0); in START_TEST()