21#ifndef GDI_TEST_HELPERS_H
22#define GDI_TEST_HELPERS_H
24#include <freerdp/codec/color.h>
25#include <freerdp/gdi/bitmap.h>
29HGDI_BITMAP test_convert_to_bitmap(
const BYTE* src, UINT32 SrcFormat, UINT32 SrcStride, UINT32 xSrc,
30 UINT32 ySrc, UINT32 DstFormat, UINT32 DstStride, UINT32 xDst,
31 UINT32 yDst, UINT32 nWidth, UINT32 nHeight,
33 const gdiPalette* hPalette);
36void test_dump_bitmap(
HGDI_BITMAP hBmp,
const char* name);
41 const gdiPalette* palette);