ReactOS 0.4.16-dev-41-ge8c7597
|
Go to the source code of this file.
Macros | |
#define | NDEBUG |
Functions | |
BOOL APIENTRY | IntEngEnter (PINTENG_ENTER_LEAVE EnterLeave, SURFOBJ *psoDest, RECTL *DestRect, BOOL ReadOnly, POINTL *Translate, SURFOBJ **ppsoOutput) |
BOOL APIENTRY | IntEngLeave (PINTENG_ENTER_LEAVE EnterLeave) |
HANDLE APIENTRY | EngGetProcessHandle (VOID) |
VOID APIENTRY | EngGetCurrentCodePage (_Out_ PUSHORT OemCodePage, _Out_ PUSHORT AnsiCodePage) |
BOOL APIENTRY | EngQuerySystemAttribute (_In_ ENG_SYSTEM_ATTRIBUTE CapNum, _Out_ PDWORD pCapability) |
ULONGLONG APIENTRY | EngGetTickCount (VOID) |
Definition at line 288 of file engmisc.c.
BOOL APIENTRY EngQuerySystemAttribute | ( | _In_ ENG_SYSTEM_ATTRIBUTE | CapNum, |
_Out_ PDWORD | pCapability | ||
) |
Definition at line 242 of file engmisc.c.
BOOL APIENTRY IntEngEnter | ( | PINTENG_ENTER_LEAVE | EnterLeave, |
SURFOBJ * | psoDest, | ||
RECTL * | DestRect, | ||
BOOL | ReadOnly, | ||
POINTL * | Translate, | ||
SURFOBJ ** | ppsoOutput | ||
) |
Definition at line 15 of file engmisc.c.
Referenced by EngAlphaBlend(), EngLineTo(), EngMaskBitBlt(), EngStretchBltROP(), EngTransparentBlt(), IntEngGradientFillRect(), and IntEngGradientFillTriangle().
BOOL APIENTRY IntEngLeave | ( | PINTENG_ENTER_LEAVE | EnterLeave | ) |
Definition at line 162 of file engmisc.c.
Referenced by EngAlphaBlend(), EngLineTo(), EngMaskBitBlt(), EngStretchBltROP(), EngTransparentBlt(), IntEngGradientFillRect(), and IntEngGradientFillTriangle().