Home
last modified time | relevance | path

Searched refs:GdipAddPathClosedCurve (Results 1 – 4 of 4) sorted by relevance

/reactos/sdk/include/psdk/
H A Dgdipluspath.h131 return SetStatus(DllExports::GdipAddPathClosedCurve(nativePath, points, count)); in AddClosedCurve()
H A Dgdiplusflat.h676 GdipAddPathClosedCurve(GpPath *, GDIPCONST GpPointF *, INT);
/reactos/dll/win32/gdiplus/
H A Dgdiplus.spec9 9 stdcall GdipAddPathClosedCurve(ptr ptr long)
H A Dgraphicspath.c346 GpStatus WINGDIPAPI GdipAddPathClosedCurve(GpPath *path, GDIPCONST GpPointF *points, in GdipAddPathClosedCurve() function