ReactOS 0.4.16-dev-122-g325d74c
|
#include <win32k.h>
Go to the source code of this file.
Functions | |
DBG_DEFAULT_CHANNEL (EngClip) | |
static __inline int | CompareRightDown (const RECTL *r1, const RECTL *r2) |
static __inline int | CompareRightUp (const RECTL *r1, const RECTL *r2) |
static __inline int | CompareLeftDown (const RECTL *r1, const RECTL *r2) |
static __inline int | CompareLeftUp (const RECTL *r1, const RECTL *r2) |
VOID FASTCALL | IntEngInitClipObj (XCLIPOBJ *Clip) |
VOID FASTCALL | IntEngFreeClipResources (XCLIPOBJ *Clip) |
VOID FASTCALL | IntEngUpdateClipRegion (XCLIPOBJ *Clip, ULONG count, const RECTL *pRect, const RECTL *rcBounds) |
CLIPOBJ *APIENTRY | EngCreateClip (VOID) |
VOID APIENTRY | EngDeleteClip (_In_ _Post_ptr_invalid_ CLIPOBJ *pco) |
ULONG APIENTRY | CLIPOBJ_cEnumStart (_Inout_ CLIPOBJ *pco, _In_ BOOL bAll, _In_ ULONG iType, _In_ ULONG iDirection, _In_ ULONG cMaxRects) |
BOOL APIENTRY | CLIPOBJ_bEnum (_In_ CLIPOBJ *pco, _In_ ULONG cj, _Out_bytecap_(cj) ULONG *pulEnumRects) |
BOOL APIENTRY CLIPOBJ_bEnum | ( | _In_ CLIPOBJ * | pco, |
_In_ ULONG | cj, | ||
_Out_bytecap_(cj) ULONG * | pulEnumRects | ||
) |
Definition at line 319 of file clip.c.
Referenced by DrvBitBlt(), DrvLineTo(), EngAlphaBlend(), EngBitBlt(), EngCopyBits(), EngLineTo(), EngMaskBitBlt(), EngStretchBltROP(), EngTransparentBlt(), IntEngGradientFillRect(), IntEngGradientFillTriangle(), NEtoSW(), NWtoSE(), SEtoNW(), SWtoNE(), VGADDIPaintRgn(), vgaNEtoSW(), vgaNWtoSE(), vgaSEtoNW(), vgaSWtoNE(), and WNDOBJ_bEnum().
ULONG APIENTRY CLIPOBJ_cEnumStart | ( | _Inout_ CLIPOBJ * | pco, |
_In_ BOOL | bAll, | ||
_In_ ULONG | iType, | ||
_In_ ULONG | iDirection, | ||
_In_ ULONG | cMaxRects | ||
) |
Definition at line 255 of file clip.c.
Referenced by DrvBitBlt(), DrvLineTo(), EngAlphaBlend(), EngBitBlt(), EngCopyBits(), EngLineTo(), EngMaskBitBlt(), EngStretchBltROP(), EngTransparentBlt(), IntEngGradientFillRect(), IntEngGradientFillTriangle(), NEtoSW(), NWtoSE(), SEtoNW(), SWtoNE(), VGADDIPaintRgn(), vgaNEtoSW(), vgaNWtoSE(), vgaSEtoNW(), vgaSWtoNE(), and WNDOBJ_cEnumStart().
Definition at line 86 of file clip.c.
Referenced by CLIPOBJ_cEnumStart().
Definition at line 122 of file clip.c.
Referenced by CLIPOBJ_cEnumStart().
Definition at line 14 of file clip.c.
Referenced by CLIPOBJ_cEnumStart().
Definition at line 50 of file clip.c.
Referenced by CLIPOBJ_cEnumStart().
DBG_DEFAULT_CHANNEL | ( | EngClip | ) |
Definition at line 222 of file clip.c.
Referenced by EngLineTo(), and IntEngEnter().
VOID APIENTRY EngDeleteClip | ( | _In_ _Post_ptr_invalid_ CLIPOBJ * | pco | ) |
Definition at line 241 of file clip.c.
Referenced by EngLineTo(), IntEngEnter(), and IntEngLeave().
Definition at line 164 of file clip.c.
Referenced by DC_vCleanup(), EngDeleteClip(), EngDeleteWnd(), IntGdiBitBltRgn(), and IntGdiFillRgn().
Definition at line 158 of file clip.c.
Referenced by DC_vInitDc(), EngCreateClip(), EngCreateWnd(), IntGdiBitBltRgn(), and IntGdiFillRgn().
VOID FASTCALL IntEngUpdateClipRegion | ( | XCLIPOBJ * | Clip, |
ULONG | count, | ||
const RECTL * | pRect, | ||
const RECTL * | rcBounds | ||
) |
Definition at line 173 of file clip.c.
Referenced by CLIPPING_UpdateGCRegion(), EngLineTo(), IntEngWndUpdateClipObj(), IntGdiBitBltRgn(), and IntGdiFillRgn().