ReactOS 0.4.16-dev-258-g81860b4
|
Go to the source code of this file.
Macros | |
#define | NDEBUG |
Functions | |
DBG_DEFAULT_CHANNEL (GdiClipRgn) | |
VOID FASTCALL | IntGdiReleaseRaoRgn (PDC pDC) |
VOID FASTCALL | IntGdiReleaseVisRgn (PDC pDC) |
VOID FASTCALL | UpdateVisRgn (PDC pdc) |
VOID FASTCALL | GdiSelectVisRgn (HDC hdc, PREGION prgn) |
_Success_ (return!=ERROR) | |
int APIENTRY | NtGdiExtSelectClipRgn (HDC hDC, HRGN hrgn, int fnMode) |
INT APIENTRY | NtGdiExcludeClipRect (_In_ HDC hdc, _In_ INT xLeft, _In_ INT yTop, _In_ INT xRight, _In_ INT yBottom) |
INT APIENTRY | NtGdiIntersectClipRect (_In_ HDC hdc, _In_ INT xLeft, _In_ INT yTop, _In_ INT xRight, _In_ INT yBottom) |
INT APIENTRY | NtGdiOffsetClipRgn (_In_ HDC hdc, _In_ INT xOffset, _In_ 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) |
VOID FASTCALL | CLIPPING_UpdateGCRegion (PDC pDC) |
_Success_ | ( | return! | = ERROR | ) |
Definition at line 91 of file cliprgn.c.
Definition at line 741 of file cliprgn.c.
Referenced by DC_vPrepareDCsForBlit(), NtGdiGetBoundsRect(), NtGdiGetRandomRgn(), and NtGdiRectVisible().
DBG_DEFAULT_CHANNEL | ( | GdiClipRgn | ) |
Definition at line 59 of file cliprgn.c.
Referenced by DC_vUpdateDC(), and DceUpdateVisRgn().
Definition at line 18 of file cliprgn.c.
Referenced by _Success_(), IntGdiReleaseVisRgn(), IntGdiSetMetaRgn(), IntSetDefaultRegion(), and NtGdiOffsetClipRgn().
Definition at line 28 of file cliprgn.c.
Referenced by GdiSelectVisRgn().
Definition at line 677 of file cliprgn.c.
Referenced by NtGdiSetMetaRgn().
INT APIENTRY NtGdiExcludeClipRect | ( | _In_ HDC | hdc, |
_In_ INT | xLeft, | ||
_In_ INT | yTop, | ||
_In_ INT | xRight, | ||
_In_ INT | yBottom | ||
) |
Definition at line 440 of file cliprgn.c.
Referenced by ExcludeClipRect(), and START_TEST().
Definition at line 312 of file cliprgn.c.
INT APIENTRY NtGdiIntersectClipRect | ( | _In_ HDC | hdc, |
_In_ INT | xLeft, | ||
_In_ INT | yTop, | ||
_In_ INT | xRight, | ||
_In_ INT | yBottom | ||
) |
Definition at line 488 of file cliprgn.c.
Referenced by co_IntDrawCaret(), co_UserExcludeUpdateRgn(), DrawTextExWorker(), IntersectClipRect(), and START_TEST().
Definition at line 539 of file cliprgn.c.
Referenced by OffsetClipRgn(), and START_TEST().
Definition at line 595 of file cliprgn.c.
Definition at line 625 of file cliprgn.c.
Definition at line 723 of file cliprgn.c.
Definition at line 41 of file cliprgn.c.
Referenced by CLIPPING_UpdateGCRegion(), DC_vInitDc(), and NtGdiOffsetClipRgn().