Home
last modified time | relevance | path

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

/reactos/modules/rostests/winetests/gdi32/
H A Dbitmap.c4822 …BYTE rle4_data[26] = { 0x03, 0x52, 0x07, 0x68, 0x00, 0x00, /* 5, 2, 5, 6, 8, 6, 8, 6, (8, 6,) … in test_SetDIBits_RLE4() local
4852 info->bmiHeader.biSizeImage = sizeof(rle4_data); in test_SetDIBits_RLE4()
4862 ret = SetDIBits( hdc, dib, 0, 8, rle4_data, info, DIB_RGB_COLORS ); in test_SetDIBits_RLE4()