mirror of
https://github.com/reactos/reactos.git
synced 2024-11-18 13:01:40 +00:00
7 lines
420 B
C
7 lines
420 B
C
#pragma once
|
|
|
|
BOOL APIENTRY FillSolid (SURFOBJ* Surface, RECTL* Dimensions, ULONG iColor);
|
|
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);
|
|
BOOL FASTCALL IntPolygon(HDC,POINT *,int);
|