ReactOS 0.4.16-dev-297-gc569aee
|
Go to the source code of this file.
Classes | |
struct | _floodItem |
struct | _floodInfo |
Macros | |
#define | NDEBUG |
Typedefs | |
typedef struct _floodItem | FLOODITEM |
typedef struct _floodInfo | FLOODINFO |
Functions | |
static __inline BOOL | initFlood (FLOODINFO *info, RECTL *DstRect) |
static __inline VOID | finalizeFlood (FLOODINFO *info) |
static __inline VOID | addItemFlood (FLOODINFO *info, ULONG x, ULONG y, SURFOBJ *DstSurf, RECTL *DstRect, ULONG Color, BOOL isSurf) |
static __inline VOID | removeItemFlood (FLOODINFO *info) |
BOOLEAN | DIB_XXBPP_FloodFillSolid (SURFOBJ *DstSurf, BRUSHOBJ *Brush, RECTL *DstRect, POINTL *Origin, ULONG ConvColor, UINT FillType) |
#define NDEBUG |
Definition at line 11 of file floodfill.c.
typedef struct _floodInfo FLOODINFO |
typedef struct _floodItem FLOODITEM |
|
static |
Definition at line 54 of file floodfill.c.
Referenced by DIB_XXBPP_FloodFillSolid().
BOOLEAN DIB_XXBPP_FloodFillSolid | ( | SURFOBJ * | DstSurf, |
BRUSHOBJ * | Brush, | ||
RECTL * | DstRect, | ||
POINTL * | Origin, | ||
ULONG | ConvColor, | ||
UINT | FillType | ||
) |
Definition at line 86 of file floodfill.c.
Referenced by NtGdiExtFloodFill().
Definition at line 37 of file floodfill.c.
Referenced by DIB_XXBPP_FloodFillSolid().
Definition at line 80 of file floodfill.c.
Referenced by DIB_XXBPP_FloodFillSolid().