[WIN32K]
[reactos.git] / reactos / subsystems / win32 / win32k / include / paint.h
1 #pragma once
2
3 BOOL APIENTRY FillSolid (SURFOBJ* Surface, RECTL* Dimensions, ULONG iColor);
4 BOOL APIENTRY FillPolygon ( DC* dc, SURFACE* pSurface, BRUSHOBJ* BrushObj, MIX RopMode, CONST PPOINT Points, INT Count, RECTL BoundRect );
5 BOOL FASTCALL IntFillPolygon(PDC dc, SURFACE *psurf, BRUSHOBJ *BrushObj,
6 CONST PPOINT Points, int Count, RECTL DestRect, POINTL *BrushOrigin);