#include <win32k.h>
#include <debug.h>
Go to the source code of this file.
Data Structures |
| struct | FLOODITEM |
| struct | FLOODINFO |
Defines |
| #define | NDEBUG |
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) |