|
ReactOS 0.4.16-dev-2104-gb84fa49
|

Go to the source code of this file.
Classes | |
| struct | MYPAL |
Functions | |
| BOOL | GdiToolsInit (void) |
| PENTRY | GdiQueryTable (VOID) |
| BOOL | GdiIsHandleValid (_In_ HGDIOBJ hobj) |
| BOOL | GdiIsHandleValidEx (_In_ HGDIOBJ hobj, _In_ GDILOOBJTYPE ObjectType) |
| PVOID | GdiGetHandleUserData (_In_ HGDIOBJ hobj) |
Definition at line 93 of file gditools.c.
Referenced by CancelDC(), CreateCompatibleBitmap(), CreateCompatibleDC(), CreatePen(), GdiDeleteBrushOrPen(), GetBrushOrgEx(), GetColorSpace(), IntCreateDICW(), SetBrushOrgEx(), SetDIBitsToDevice(), START_TEST(), and StretchDIBits().
Definition at line 54 of file gditools.c.
Referenced by GdiGetHandleUserData(), and START_TEST().
| BOOL GdiIsHandleValidEx | ( | _In_ HGDIOBJ | hobj, |
| _In_ GDILOOBJTYPE | ObjectType | ||
| ) |
Definition at line 72 of file gditools.c.
Definition at line 45 of file gditools.c.
Referenced by GdiGetHandleUserData(), GdiIsHandleValid(), and GdiIsHandleValidEx().
Definition at line 192 of file gditools.c.
Referenced by START_TEST().
|
extern |
Definition at line 21 of file gditools.c.
Referenced by GdiToolsInit().
| HBITMAP ghbmp16 |
Definition at line 4 of file gditools.h.
| HBITMAP ghbmp1_InvCol |
Definition at line 4 of file gditools.h.
| HBITMAP ghbmp1_RB |
Definition at line 4 of file gditools.h.
| HBITMAP ghbmp24 |
Definition at line 4 of file gditools.h.
| HBITMAP ghbmp32 |
Definition at line 4 of file gditools.h.
| HBITMAP ghbmp4 |
Definition at line 4 of file gditools.h.
| HBITMAP ghbmp8 |
Definition at line 4 of file gditools.h.
|
extern |
Definition at line 22 of file gditools.c.
Referenced by GdiToolsInit().
| HBITMAP ghbmpDIB16 |
Definition at line 5 of file gditools.h.
| HBITMAP ghbmpDIB1_InvCol |
Definition at line 5 of file gditools.h.
| HBITMAP ghbmpDIB1_RB |
Definition at line 5 of file gditools.h.
| HBITMAP ghbmpDIB24 |
Definition at line 5 of file gditools.h.
| HBITMAP ghbmpDIB32 |
Definition at line 5 of file gditools.h.
| HBITMAP ghbmpDIB4 |
Definition at line 5 of file gditools.h.
| HBITMAP ghbmpDIB8 |
Definition at line 5 of file gditools.h.
|
extern |
Definition at line 23 of file gditools.c.
Referenced by GdiToolsInit(), Test_NtGdiSetPixel_1Bpp(), and Test_PaintRgn().
| HDC ghdcDIB16 |
Definition at line 6 of file gditools.h.
| HDC ghdcDIB1_InvCol |
Definition at line 6 of file gditools.h.
| HDC ghdcDIB1_RB |
Definition at line 6 of file gditools.h.
| HDC ghdcDIB24 |
Definition at line 6 of file gditools.h.
| HDC ghdcDIB32 |
Definition at line 6 of file gditools.h.
| HDC ghdcDIB4 |
Definition at line 6 of file gditools.h.
| HDC ghdcDIB8 |
Definition at line 6 of file gditools.h.
|
extern |
Definition at line 27 of file gditools.c.
Referenced by GdiToolsInit(), and Test_NtGdiSetPixel_generic().
|
extern |
Definition at line 26 of file gditools.c.
Referenced by GdiToolsInit(), Test_CreateDIBitmap_DIB_PAL_COLORS(), Test_CreateDIBPatternBrushPt(), Test_NtGdiSetPixel_1Bpp(), and Test_NtGdiSetPixel_32Bpp().
|
extern |
Definition at line 29 of file gditools.c.
Referenced by GdiToolsInit().
|
extern |
Definition at line 25 of file gditools.c.
Referenced by GdiToolsInit(), Test_CreateDIBitmap_CBM_CREATDIB(), Test_CreateDIBPatternBrushPt(), Test_NtGdiSetPixel_generic(), and Test_SetDIBitsToDevice().
|
extern |
Definition at line 24 of file gditools.c.
Referenced by GdiToolsInit(), Test_NtGdiSetPixel_1Bpp(), and Test_PaintRgn().
| PVOID gpvDIB16 |
Definition at line 7 of file gditools.h.
| PVOID gpvDIB1_InvCol |
Definition at line 7 of file gditools.h.
| PVOID gpvDIB1_RB |
Definition at line 7 of file gditools.h.
| PVOID gpvDIB24 |
Definition at line 7 of file gditools.h.
| PVOID gpvDIB32 |
Definition at line 7 of file gditools.h.
| PVOID gpvDIB4 |
Definition at line 7 of file gditools.h.
| PVOID gpvDIB8 |
Definition at line 7 of file gditools.h.
|
extern |