Home
last modified time | relevance | path

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

/reactos/modules/rostests/winetests/windowscodecs/
H A Dbitmap.c665 BYTE data3x3[27]; in test_CreateBitmapFromMemory() local
675 memcpy(data3x3, orig_data3x3, sizeof(data3x3)); in test_CreateBitmapFromMemory()
682 0, sizeof(data3x3), data3x3, &bitmap); in test_CreateBitmapFromMemory()
686 6, sizeof(data3x3), data3x3, &bitmap); in test_CreateBitmapFromMemory()
690 12, sizeof(data3x3), data3x3, &bitmap); in test_CreateBitmapFromMemory()
694 9, sizeof(data3x3) - 1, data3x3, &bitmap); in test_CreateBitmapFromMemory()
698 9, sizeof(data3x3), data3x3, &bitmap); in test_CreateBitmapFromMemory()
706 data3x3[2] = 192; in test_CreateBitmapFromMemory()
712 ok(data[i] == orig_data3x3[i], "%u: expected %u, got %u\n", i, data[i], data3x3[i]); in test_CreateBitmapFromMemory()