ReactOS 0.4.16-dev-334-g4d9f67c
|
Go to the source code of this file.
Macros | |
#define | CBM_CREATDIB 2 |
#define | INVALID_POINTER ((PVOID)(ULONG_PTR)0xC0000000C0000000ULL) |
Functions | |
BOOL | GetExpected (DWORD *pdwError, HDC hdc, const BITMAPINFOHEADER *lpbmih, DWORD fdwInit, const VOID *lpbInit, const BITMAPINFO *lpbmi, UINT fuUsage) |
void | Test_CreateDIBitmap_Params (void) |
void | Test_CreateDIBitmap_DIB_PAL_COLORS (void) |
void | Test_CreateDIBitmap1 (void) |
void | Test_CreateDIBitmap_RLE8 () |
void | Test_CreateDIBitmap_CBM_CREATDIB (void) |
START_TEST (CreateDIBitmap) | |
#define CBM_CREATDIB 2 |
Definition at line 14 of file CreateDIBitmap.c.
Definition at line 16 of file CreateDIBitmap.c.
BOOL GetExpected | ( | DWORD * | pdwError, |
HDC | hdc, | ||
const BITMAPINFOHEADER * | lpbmih, | ||
DWORD | fdwInit, | ||
const VOID * | lpbInit, | ||
const BITMAPINFO * | lpbmi, | ||
UINT | fuUsage | ||
) |
Definition at line 19 of file CreateDIBitmap.c.
Referenced by Test_CreateDIBitmap_Params().
START_TEST | ( | CreateDIBitmap | ) |
Definition at line 535 of file CreateDIBitmap.c.
Definition at line 307 of file CreateDIBitmap.c.
Referenced by START_TEST().
Definition at line 419 of file CreateDIBitmap.c.
Referenced by START_TEST().
Definition at line 258 of file CreateDIBitmap.c.
Referenced by START_TEST().
Definition at line 104 of file CreateDIBitmap.c.
Referenced by START_TEST().
void Test_CreateDIBitmap_RLE8 | ( | ) |
Definition at line 366 of file CreateDIBitmap.c.
Referenced by START_TEST().