ReactOS 0.4.16-dev-550-g2186ce3
|
Go to the source code of this file.
Functions | |
BOOL | InitPerBitDepth (_In_ ULONG cBitsPerPixel, _In_ ULONG cx, _In_ ULONG cy, _Out_ HBITMAP *phbmp, _Out_ HDC *phdcDIB, _Out_ HBITMAP *phbmpDIB, _Out_ PVOID *ppvBits) |
BOOL | InitStuff (void) |
BOOL InitPerBitDepth | ( | _In_ ULONG | cBitsPerPixel, |
_In_ ULONG | cx, | ||
_In_ ULONG | cy, | ||
_Out_ HBITMAP * | phbmp, | ||
_Out_ HDC * | phdcDIB, | ||
_Out_ HBITMAP * | phbmpDIB, | ||
_Out_ PVOID * | ppvBits | ||
) |
Definition at line 29 of file init.c.
Referenced by InitStuff().
Definition at line 95 of file init.c.
Referenced by START_TEST().
HBITMAP ghbmp1 |
Definition at line 6 of file init.c.
Referenced by InitStuff().
HBITMAP ghbmp16 |
Definition at line 6 of file init.c.
Referenced by InitStuff().
HBITMAP ghbmp24 |
Definition at line 6 of file init.c.
Referenced by InitStuff(), and Test_MaskBlt_1bpp().
HBITMAP ghbmp32 |
Definition at line 6 of file init.c.
Referenced by InitStuff().
HBITMAP ghbmp4 |
Definition at line 6 of file init.c.
Referenced by InitStuff().
HBITMAP ghbmp8 |
Definition at line 6 of file init.c.
Referenced by InitStuff().
HBITMAP ghbmpDIB1 |
Definition at line 7 of file init.c.
Referenced by InitStuff().
HBITMAP ghbmpDIB16 |
Definition at line 7 of file init.c.
Referenced by InitStuff().
HBITMAP ghbmpDIB24 |
Definition at line 7 of file init.c.
Referenced by InitStuff().
HBITMAP ghbmpDIB32 |
Definition at line 7 of file init.c.
Referenced by InitStuff().
HBITMAP ghbmpDIB4 |
Definition at line 7 of file init.c.
Referenced by InitStuff(), and Test_GetDIBits().
HBITMAP ghbmpDIB8 |
Definition at line 7 of file init.c.
Referenced by InitStuff().
HDC ghdcDIB1 |
Definition at line 8 of file init.c.
Referenced by InitStuff(), and Test_PaintRgn().
HDC ghdcDIB16 |
Definition at line 8 of file init.c.
Referenced by InitStuff().
HDC ghdcDIB24 |
Definition at line 8 of file init.c.
Referenced by InitStuff().
HDC ghdcDIB32 |
Definition at line 8 of file init.c.
Referenced by InitStuff(), START_TEST(), Test_CreateDIBitmap_CBM_CREATDIB(), Test_CreateDIBPatternBrushPt(), Test_FrameRgn(), Test_SetDIBitsToDevice(), and Test_SetDIBitsToDevice_Params().
HDC ghdcDIB4 |
Definition at line 8 of file init.c.
Referenced by InitStuff().
HDC ghdcDIB8 |
Definition at line 8 of file init.c.
Referenced by InitStuff().
HPALETTE ghpal |
Definition at line 11 of file init.c.
Referenced by InitStuff(), Test_CreateDIBitmap_DIB_PAL_COLORS(), and Test_CreateDIBPatternBrushPt().
MYPAL gpal |
Definition at line 13 of file init.c.
Referenced by InitStuff().
ULONG(* gpDIB32)[8][8] |
Definition at line 10 of file init.c.
Referenced by InitStuff(), Test_CreateDIBitmap_CBM_CREATDIB(), Test_CreateDIBPatternBrushPt(), and Test_SetDIBitsToDevice().
PVOID gpvDIB1 |
Definition at line 9 of file init.c.
Referenced by InitStuff(), and Test_PaintRgn().
PVOID gpvDIB16 |
Definition at line 9 of file init.c.
Referenced by InitStuff().
PVOID gpvDIB24 |
Definition at line 9 of file init.c.
Referenced by InitStuff().
PVOID gpvDIB32 |
Definition at line 9 of file init.c.
Referenced by InitStuff().
PVOID gpvDIB4 |
Definition at line 9 of file init.c.
Referenced by InitStuff().
PVOID gpvDIB8 |
Definition at line 9 of file init.c.
Referenced by InitStuff().