Home
last modified time | relevance | path

Searched refs:FillPath (Results 1 – 8 of 8) sorted by relevance

/reactos/win32ss/gdi/gdi32/objects/
H A Dpath.c69 FillPath( in FillPath() function
72 HANDLE_METADC0P(BOOL, FillPath, FALSE, hdc); in FillPath()
/reactos/win32ss/include/
H A Dntgdityp.h584 PFN_DrvFillPath FillPath; member
684 ASSERT_PFN(FillPath);
/reactos/modules/rostests/winetests/gdi32/
H A Dpath.c125 ret = FillPath( hdc ); in test_path_state()
188 ret = FillPath( hdc ); in test_path_state()
248 ret = FillPath( hdc ); in test_path_state()
/reactos/win32ss/gdi/gdi32/
H A Dgdi32.spec232 232 stdcall FillPath(ptr)
/reactos/sdk/include/psdk/
H A Dgdiplusgraphics.h832 FillPath(const Brush *brush, const GraphicsPath *path) in FillPath() function
H A Dwingdi.h3419 BOOL WINAPI FillPath(_In_ HDC);
/reactos/win32ss/gdi/gdi32/wine/
H A Denhmetafile.c1713 FillPath( hdc ); in PlayEnhMetaFileRecord()
/reactos/dll/win32/gdiplus/
H A Dgraphics.c1214 FillPath(graphics->hdc); in brush_fill_path()