mirror of
https://github.com/reactos/reactos.git
synced 2024-11-01 12:26:32 +00:00
8 lines
420 B
C
8 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);
|