Searched refs:fillType (Results 1 – 4 of 4) sorted by relevance
/reactos/win32ss/gdi/gdi32/wine/mfdrv/ |
H A D | metafiledrv.h | 74 extern BOOL MFDRV_ExtFloodFill( PHYSDEV dev, INT x, INT y, COLORREF color, UINT fillType ) DECLSPEC…
|
H A D | graphics.c | 244 BOOL MFDRV_ExtFloodFill( PHYSDEV dev, INT x, INT y, COLORREF color, UINT fillType ) in MFDRV_ExtFloodFill() argument
|
/reactos/win32ss/gdi/gdi32/wine/enhmfdrv/ |
H A D | enhmetafiledrv.h | 77 extern BOOL EMFDRV_ExtFloodFill( PHYSDEV dev, INT x, INT y, COLORREF color, UINT fillType ) DEC…
|
H A D | graphics.c | 747 BOOL EMFDRV_ExtFloodFill( PHYSDEV dev, INT x, INT y, COLORREF color, UINT fillType ) argument 756 emr.iMode = fillType;
|