ReactOS 0.4.15-dev-6068-g8061a6f
|
Go to the source code of this file.
Macros | |
#define | NDEBUG |
Functions | |
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 89 of file cliprgn.c.
Definition at line 739 of file cliprgn.c.
Referenced by DC_vPrepareDCsForBlit(), NtGdiGetBoundsRect(), NtGdiGetRandomRgn(), and NtGdiRectVisible().
Definition at line 57 of file cliprgn.c.
Referenced by DC_vUpdateDC(), and DceUpdateVisRgn().
Definition at line 16 of file cliprgn.c.
Referenced by _Success_(), IntGdiReleaseVisRgn(), IntGdiSetMetaRgn(), IntSetDefaultRegion(), and NtGdiOffsetClipRgn().
Definition at line 26 of file cliprgn.c.
Referenced by GdiSelectVisRgn().
Definition at line 675 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 438 of file cliprgn.c.
Referenced by ExcludeClipRect(), and START_TEST().
Definition at line 310 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 486 of file cliprgn.c.
Referenced by co_IntDrawCaret(), co_UserExcludeUpdateRgn(), DrawTextExWorker(), IntersectClipRect(), and START_TEST().
Definition at line 537 of file cliprgn.c.
Referenced by OffsetClipRgn(), and START_TEST().
Definition at line 593 of file cliprgn.c.
Definition at line 623 of file cliprgn.c.
Definition at line 721 of file cliprgn.c.
Definition at line 39 of file cliprgn.c.
Referenced by CLIPPING_UpdateGCRegion(), DC_vInitDc(), and NtGdiOffsetClipRgn().