ReactOS 0.4.16-dev-725-g22577ae
|
#include <win32k.h>
Go to the source code of this file.
Variables | |
static const ULONG | gaulHatchBrushes [HS_DDI_MAX][8] |
HSURF | gahsurfHatch [HS_DDI_MAX] |
Exported DDI functions
Definition at line 487 of file engbrush.c.
Definition at line 499 of file engbrush.c.
Definition at line 525 of file engbrush.c.
DBG_DEFAULT_CHANNEL | ( | EngBrush | ) |
Definition at line 309 of file engbrush.c.
Referenced by BRUSHOBJ_pvGetRbrush(), and EBRUSHOBJ_pvGetEngBrush().
Definition at line 446 of file engbrush.c.
Referenced by EBRUSHOBJ_bRealizeBrush().
Definition at line 435 of file engbrush.c.
Definition at line 415 of file engbrush.c.
Referenced by EBRUSHOBJ_psoPattern().
Definition at line 153 of file engbrush.c.
Referenced by DC_vCleanup(), EBRUSHOBJ_vUpdateFromDC(), GdiFlushUserBatch(), IntGdiPolyPatBlt(), and UserDrawIconEx().
VOID NTAPI EBRUSHOBJ_vInit | ( | EBRUSHOBJ * | pebo, |
PBRUSH | pbrush, | ||
PSURFACE | psurf, | ||
COLORREF | crBackgroundClr, | ||
COLORREF | crForegroundClr, | ||
PPALETTE | ppalDC | ||
) |
Definition at line 52 of file engbrush.c.
Referenced by EBRUSHOBJ_vInitFromDC(), IntGdiFillRgn(), and UserDrawIconEx().
Definition at line 112 of file engbrush.c.
Referenced by DC_vInitDc(), EBRUSHOBJ_vUpdateFromDC(), GdiFlushUserBatch(), and IntGdiPolyPatBlt().
Definition at line 122 of file engbrush.c.
Referenced by DC_vUpdateBackgroundBrush(), DC_vUpdateFillBrush(), DC_vUpdateLineBrush(), DC_vUpdateTextBrush(), and EBRUSHOBJ_vInit().
Definition at line 194 of file engbrush.c.
Referenced by DC_vUpdateBackgroundBrush(), DC_vUpdateFillBrush(), DC_vUpdateLineBrush(), and DC_vUpdateTextBrush().
BOOL APIENTRY EngRealizeBrush | ( | BRUSHOBJ * | pbo, |
SURFOBJ * | psoDst, | ||
SURFOBJ * | psoPattern, | ||
SURFOBJ * | psoMask, | ||
XLATEOBJ * | pxlo, | ||
ULONG | iHatch | ||
) |
This function is not exported, because it makes no sense for The driver to punt back to this function
Definition at line 211 of file engbrush.c.
Referenced by EBRUSHOBJ_bRealizeBrush().
Definition at line 269 of file engbrush.c.
Referenced by EBRUSHOBJ_bRealizeBrush().
Internal functions
Definition at line 31 of file engbrush.c.
Referenced by DriverEntry().
HSURF gahsurfHatch[HS_DDI_MAX] |
Definition at line 24 of file engbrush.c.
Referenced by InitBrushImpl(), and PDEVOBJ_bEnablePDEV().
|
static |
Definition at line 14 of file engbrush.c.
Referenced by InitBrushImpl().