ReactOS 0.4.16-dev-197-g92996da
|
Go to the source code of this file.
Macros | |
#define | NDEBUG |
Functions | |
BOOL APIENTRY | FillSolid (SURFOBJ *pso, PRECTL pRect, ULONG iColor) |
BOOL APIENTRY | EngPaint (_In_ SURFOBJ *pso, _In_ CLIPOBJ *pco, _In_ BRUSHOBJ *pbo, _In_ POINTL *pptlBrushOrg, _In_ __in_data_source(USER_MODE) MIX mix) |
BOOL APIENTRY | IntEngPaint (_In_ SURFOBJ *pso, _In_ CLIPOBJ *pco, _In_ BRUSHOBJ *pbo, _In_ POINTL *pptlBrushOrg, _In_ __in_data_source(USER_MODE) MIX mix) |
Variables | |
const BYTE | gajRop2ToRop3 [16] |
BOOL APIENTRY EngPaint | ( | _In_ SURFOBJ * | pso, |
_In_ CLIPOBJ * | pco, | ||
_In_ BRUSHOBJ * | pbo, | ||
_In_ POINTL * | pptlBrushOrg, | ||
_In_ __in_data_source(USER_MODE) MIX | mix | ||
) |
Definition at line 54 of file paint.c.
Referenced by IntEngPaint().
Definition at line 35 of file paint.c.
Referenced by EngEraseSurface(), ui_draw_glyph(), ui_draw_text(), ui_ellipse(), ui_patblt(), and ui_polygon().
BOOL APIENTRY IntEngPaint | ( | _In_ SURFOBJ * | pso, |
_In_ CLIPOBJ * | pco, | ||
_In_ BRUSHOBJ * | pbo, | ||
_In_ POINTL * | pptlBrushOrg, | ||
_In_ __in_data_source(USER_MODE) MIX | mix | ||
) |
Definition at line 85 of file paint.c.
Referenced by IntGdiFillRgn().