Home
last modified time | relevance | path

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

/reactos/modules/rostests/winetests/windowscodecs/
H A Dbitmap.c661 BYTE orig_data3x3[27] = { in test_CreateBitmapFromMemory() local
675 memcpy(data3x3, orig_data3x3, sizeof(data3x3)); in test_CreateBitmapFromMemory()
712 ok(data[i] == orig_data3x3[i], "%u: expected %u, got %u\n", i, data[i], data3x3[i]); in test_CreateBitmapFromMemory()
717 13, sizeof(orig_data3x3), orig_data3x3, &bitmap); in test_CreateBitmapFromMemory()