Merge HAL changes 34743, 34812, 34839, 34917, 35515, 35771, 35902, 35904,
[reactos.git] / reactos / subsystems / win32 / win32k / include / paint.h
1 #ifndef _WIN32K_PAINT_H
2 #define _WIN32K_PAINT_H
3
4 BOOL APIENTRY FillSolid (SURFOBJ* Surface, RECTL* Dimensions, ULONG iColor);
5 BOOL APIENTRY FillPolygon ( DC* dc, SURFACE* pSurface, BRUSHOBJ* BrushObj, MIX RopMode, CONST PPOINT Points, INT Count, RECTL BoundRect );
6 BOOL FASTCALL IntFillPolygon(PDC dc, SURFACE *psurf, BRUSHOBJ *BrushObj,
7 CONST PPOINT Points, int Count, RECTL DestRect, POINTL *BrushOrigin);
8
9 #endif /* _WIN32K_PAINT_H */