Home
last modified time | relevance | path

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

/reactos/sdk/include/psdk/
H A Dgdipluspath.h113 return SetStatus(DllExports::GdipAddPathClosedCurveI(nativePath, points, count)); in AddClosedCurve()
H A Dgdiplusflat.h678 GdipAddPathClosedCurveI(GpPath *, GDIPCONST GpPoint *, INT);
/reactos/dll/win32/gdiplus/
H A Dgdiplus.spec10 10 stdcall GdipAddPathClosedCurveI(ptr ptr long)
H A Dgraphicspath.c354 GpStatus WINGDIPAPI GdipAddPathClosedCurveI(GpPath *path, GDIPCONST GpPoint *points, in GdipAddPathClosedCurveI() function