Home
last modified time | relevance | path

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

/reactos/sdk/include/psdk/
H A Dgdipluspath.h155 …return SetStatus(DllExports::GdipAddPathCurve3I(nativePath, points, count, offset, numberOfSegment… in AddCurve()
H A Dgdiplusflat.h694 GdipAddPathCurve3I(GpPath *, GDIPCONST GpPoint *, INT, INT, INT, REAL);
/reactos/dll/win32/gdiplus/
H A Dgdiplus.spec14 14 stdcall GdipAddPathCurve3I(ptr ptr long long long float)
H A Dgraphicspath.c572 GpStatus WINGDIPAPI GdipAddPathCurve3I(GpPath *path, GDIPCONST GpPoint *points, in GdipAddPathCurve3I() function