Home
last modified time | relevance | path

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

/reactos/modules/rostests/winetests/gdi32/
H A Dbitmap.c4914 info->bmiHeader.biSizeImage = sizeof(rle8_data); in test_SetDIBits_RLE8()
4924 ret = SetDIBits( hdc, dib, 0, 8, rle8_data, info, DIB_RGB_COLORS ); in test_SetDIBits_RLE8()
4930 ret = SetDIBits( hdc, dib, 1, 8, rle8_data, info, DIB_RGB_COLORS ); in test_SetDIBits_RLE8()
4935 ret = SetDIBits( hdc, dib, 1, 1, rle8_data, info, DIB_RGB_COLORS ); in test_SetDIBits_RLE8()
4940 ret = SetDIBits( hdc, dib, 1, 0, rle8_data, info, DIB_RGB_COLORS ); in test_SetDIBits_RLE8()
4947 ret = SetDIBits( hdc, dib, 0, 8, rle8_data, info, DIB_RGB_COLORS ); in test_SetDIBits_RLE8()
4961 ret = SetDIBits( hdc, dib, 0, 8, rle8_data, info, DIB_RGB_COLORS ); in test_SetDIBits_RLE8()
4969 ret = SetDIBits( hdc, dib, 0, 8, rle8_data, info, DIB_RGB_COLORS ); in test_SetDIBits_RLE8()
4996 info->bmiHeader.biSizeImage = sizeof(rle8_data); in test_SetDIBits_RLE8()
5488 info->bmiHeader.biSizeImage = sizeof(rle8_data); in test_SetDIBitsToDevice_RLE8()
[all …]
H A Ddib.c1385 static const BYTE rle8_data[20] = { 0x03, 0x02, 0x04, 0xf0, 0x00, 0x00, /* 2, 2, 2, f0, f0, f0,… variable
2352 src_bi->bmiHeader.biSizeImage = sizeof(rle8_data); in draw_graphics()
2362 StretchDIBits( hdc, 10, 10, 7, 7, 0, 0, 7, 7, rle8_data, src_bi, DIB_RGB_COLORS, SRCCOPY ); in draw_graphics()
2363 StretchDIBits( hdc, 100, 10, 7, 7, 0, 0, 7, 7, rle8_data, src_bi, DIB_RGB_COLORS, SRCAND ); in draw_graphics()
2364 StretchDIBits( hdc, 200, 10, 7, 7, 0, 1, 7, 7, rle8_data, src_bi, DIB_RGB_COLORS, SRCCOPY ); in draw_graphics()
2365 StretchDIBits( hdc, 300, 10, 7, 7, 1, 0, 7, 7, rle8_data, src_bi, DIB_RGB_COLORS, SRCCOPY ); in draw_graphics()
2366 StretchDIBits( hdc, 400, 10, 16, 16, 0, 0, 8, 8, rle8_data, src_bi, DIB_RGB_COLORS, SRCCOPY ); in draw_graphics()