#include <win32k.h>
#include <debug.h>
Go to the source code of this file.
Defines |
| #define | NDEBUG |
Functions |
| int FASTCALL | CLIPPING_UpdateGCRegion (DC *Dc) |
| INT FASTCALL | GdiSelectVisRgn (HDC hdc, HRGN hrgn) |
| int FASTCALL | GdiExtSelectClipRgn (PDC dc, HRGN hrgn, int fnMode) |
| int APIENTRY | NtGdiExtSelectClipRgn (HDC hDC, HRGN hrgn, int fnMode) |
| INT FASTCALL | GdiGetClipBox (HDC hDC, PRECTL rc) |
| INT APIENTRY | NtGdiGetAppClipBox (HDC hDC, PRECTL rc) |
| int APIENTRY | NtGdiExcludeClipRect (HDC hDC, int LeftRect, int TopRect, int RightRect, int BottomRect) |
| int APIENTRY | NtGdiIntersectClipRect (HDC hDC, int LeftRect, int TopRect, int RightRect, int BottomRect) |
| int APIENTRY | NtGdiOffsetClipRgn (HDC hDC, int XOffset, int YOffset) |
| BOOL APIENTRY | NtGdiPtVisible (HDC hDC, int X, int Y) |
| BOOL APIENTRY | NtGdiRectVisible (HDC hDC, LPRECT UnsafeRect) |
| int FASTCALL | IntGdiSetMetaRgn (PDC pDC) |
| int APIENTRY | NtGdiSetMetaRgn (HDC hDC) |
| INT FASTCALL | NEW_CLIPPING_UpdateGCRegion (PDC pDC) |