|
ReactOS 0.4.16-dev-1946-g52006dd
|

Go to the source code of this file.
Macros | |
| #define | NDEBUG |
Functions | |
| VOID FASTCALL | DC_vCopyState (PDC pdcSrc, PDC pdcDst, BOOL To) |
| BOOL FASTCALL | IntGdiCleanDC (HDC hDC) |
| __kernel_entry BOOL APIENTRY | NtGdiResetDC (_In_ HDC hdc, _In_ LPDEVMODEW pdm, _Out_ PBOOL pbBanding, _In_opt_ DRIVER_INFO_2W *pDriverInfo2, _At_((PUMDHPDEV *) ppUMdhpdev, _Out_) PVOID ppUMdhpdev) |
| VOID NTAPI | DC_vRestoreDC (IN PDC pdc, INT iSaveLevel) |
| BOOL APIENTRY | NtGdiRestoreDC (HDC hdc, INT iSaveLevel) |
| INT APIENTRY | NtGdiSaveDC (HDC hDC) |
Definition at line 16 of file dcstate.c.
Referenced by DC_InitHack(), DC_vRestoreDC(), IntGdiCleanDC(), and NtGdiSaveDC().
Definition at line 138 of file dcstate.c.
Referenced by DC_vCleanup(), DC_vSetOwner(), and NtGdiRestoreDC().
Definition at line 73 of file dcstate.c.
Referenced by DceReleaseDC(), and DxEngCleanDC().
| __kernel_entry BOOL APIENTRY NtGdiResetDC | ( | _In_ HDC | hdc, |
| _In_ LPDEVMODEW | pdm, | ||
| _Out_ PBOOL | pbBanding, | ||
| _In_opt_ DRIVER_INFO_2W * | pDriverInfo2, | ||
| _At_((PUMDHPDEV *) ppUMdhpdev, _Out_) PVOID | ppUMdhpdev | ||
| ) |
Definition at line 122 of file dcstate.c.
Referenced by ResetDCA(), and ResetDCW().
Definition at line 213 of file dcstate.c.
Definition at line 257 of file dcstate.c.