ReactOS 0.4.15-dev-8621-g4b051b9
|
Go to the source code of this file.
Classes | |
struct | tagDCE |
Macros | |
#define | DCHC_INVALIDVISRGN 0x0001 |
#define | DCHC_DELETEDC 0x0002 |
#define | DCHF_INVALIDATEVISRGN 0x0001 |
#define | DCHF_VALIDATEVISRGN 0x0002 |
#define | DCX_DCEEMPTY 0x00000800 |
#define | DCX_DCEBUSY 0x00001000 |
#define | DCX_DCEDIRTY 0x00002000 |
#define | DCX_LAYEREDWIN 0x00004000 |
#define | DCX_DCPOWNED 0x00008000 |
#define | DCX_NOCLIPCHILDREN 0x00080000 |
#define | DCX_NORECOMPUTE 0x00100000 |
#define | DCX_INDESTROY 0x00400000 |
Typedefs | |
typedef enum DCE_TYPE * | PDCE_TYPE |
typedef struct tagDCE | DCE |
typedef struct tagDCE * | PDCE |
Enumerations | |
enum | DCE_TYPE { DCE_CACHE_DC , DCE_CLASS_DC , DCE_WINDOW_DC } |
Functions | |
CODE_SEG ("INIT") NTSTATUS NTAPI InitDCEImpl(VOID) | |
PDCE FASTCALL | DceAllocDCE (PWND Window, DCE_TYPE Type) |
HWND FASTCALL | IntWindowFromDC (HDC hDc) |
void FASTCALL | DceFreeDCE (PDCE dce, BOOLEAN Force) |
void FASTCALL | DceEmptyCache (void) |
VOID FASTCALL | DceResetActiveDCEs (PWND Window) |
void FASTCALL | DceFreeClassDCE (PDCE) |
HWND FASTCALL | UserGethWnd (HDC, PWNDOBJ *) |
void FASTCALL | DceFreeWindowDCE (PWND) |
void FASTCALL | DceFreeThreadDCE (PTHREADINFO) |
VOID FASTCALL | DceUpdateVisRgn (DCE *Dce, PWND Window, ULONG Flags) |
DCE *FASTCALL | DceGetDceFromDC (HDC hdc) |
CODE_SEG | ( | "INIT" | ) |
Definition at line 1810 of file Interface.c.
Definition at line 86 of file windc.c.
Referenced by IntCreateWindow(), and UserGetDCEx().
Definition at line 801 of file windc.c.
Definition at line 762 of file windc.c.
Referenced by IntDestroyClass().
Definition at line 633 of file windc.c.
Referenced by DceEmptyCache(), DceFreeClassDCE(), DceFreeThreadDCE(), DceFreeWindowDCE(), and DceReleaseDC().
void FASTCALL DceFreeThreadDCE | ( | PTHREADINFO | pti | ) |
Definition at line 780 of file windc.c.
Referenced by ExitThreadCallback().
Definition at line 686 of file windc.c.
Referenced by co_UserFreeWindow().
Definition at line 816 of file windc.c.
Referenced by co_IntSetParent(), co_IntSetWindowLongPtr(), co_WinPosSetWindowPos(), and IntSetStyle().
Definition at line 192 of file windc.c.
Referenced by DceFreeWindowDCE(), DceReleaseDC(), DceResetActiveDCEs(), and UserGetDCEx().
Definition at line 894 of file windc.c.
Referenced by NtGdiUpdateColors(), NtUserCallOneParam(), UserGethWnd(), and UserRealizePalette().
Definition at line 953 of file windc.c.
Referenced by NtGdiSetPixelFormat(), and NtGdiSwapBuffers().