ReactOS 0.4.15-dev-7924-g5949c20
paint.h
Go to the documentation of this file.
1#pragma once
2
3BOOL APIENTRY FillSolid (SURFOBJ* Surface, RECTL* Dimensions, ULONG iColor);
4BOOL APIENTRY FillPolygon ( DC* dc, SURFACE* pSurface, BRUSHOBJ* BrushObj, MIX RopMode, CONST PPOINT Points, INT Count, RECTL BoundRect );
6 CONST PPOINT Points, int Count, RECTL DestRect, POINTL *BrushOrigin);
#define APIENTRY
Definition: api.h:79
unsigned int BOOL
Definition: ntddk_ex.h:94
static const WCHAR dc[]
static HDC
Definition: imagelist.c:92
int Count
Definition: noreturn.cpp:7
#define FASTCALL
Definition: nt_native.h:50
BOOL APIENTRY FillPolygon(DC *dc, SURFACE *pSurface, BRUSHOBJ *BrushObj, MIX RopMode, CONST PPOINT Points, INT Count, RECTL BoundRect)
BOOL FASTCALL IntFillPolygon(PDC dc, SURFACE *psurf, BRUSHOBJ *BrushObj, CONST PPOINT Points, int Count, RECTL DestRect, POINTL *BrushOrigin)
Definition: polyfill.c:590
BOOL APIENTRY FillSolid(SURFOBJ *Surface, RECTL *Dimensions, ULONG iColor)
BOOL FASTCALL IntPolygon(HDC, POINT *, int)
Definition: fillshap.c:199
#define CONST
Definition: pedump.c:81
Definition: polytest.cpp:41
int32_t INT
Definition: typedefs.h:58
uint32_t ULONG
Definition: typedefs.h:59
_In_ DD_SURFACE_LOCAL * pSurface
Definition: winddi.h:3481
ULONG MIX
Definition: winddi.h:129
_In_ ULONG iColor
Definition: xlateobj.h:17