Home
last modified time | relevance | path

Searched refs:GdipDrawCurve2I (Results 1 – 5 of 5) sorted by relevance

/reactos/modules/rostests/winetests/gdiplus/
H A Dgraphics.c1111 status = GdipDrawCurve2I(NULL, NULL, points, 3, 1); in test_GdipDrawCurve2I()
1114 status = GdipDrawCurve2I(graphics, NULL, points, 3, 1); in test_GdipDrawCurve2I()
1117 status = GdipDrawCurve2I(NULL, pen, points, 3, 1); in test_GdipDrawCurve2I()
1121 status = GdipDrawCurve2I(graphics, pen, points, -1, 1); in test_GdipDrawCurve2I()
1124 status = GdipDrawCurve2I(graphics, pen, points, 0, 1); in test_GdipDrawCurve2I()
1127 status = GdipDrawCurve2I(graphics, pen, points, 1, 1); in test_GdipDrawCurve2I()
1131 status = GdipDrawCurve2I(graphics, pen, points, 2, 1); in test_GdipDrawCurve2I()
1134 status = GdipDrawCurve2I(graphics, pen, points, 3, 2); in test_GdipDrawCurve2I()
1137 status = GdipDrawCurve2I(graphics, pen, points, 3, -2); in test_GdipDrawCurve2I()
1140 status = GdipDrawCurve2I(graphics, pen, points, 3, 0); in test_GdipDrawCurve2I()
[all …]
/reactos/dll/win32/gdiplus/
H A Dgdiplus.spec157 157 stdcall GdipDrawCurve2I(ptr ptr ptr long float)
H A Dgraphics.c2878 GpStatus WINGDIPAPI GdipDrawCurve2I(GpGraphics *graphics, GpPen *pen, in GdipDrawCurve2I() function
2932 return GdipDrawCurve2I(graphics, pen, points + offset, numberOfSegments + 1, tension); in GdipDrawCurve3I()
/reactos/sdk/include/psdk/
H A Dgdiplusgraphics.h239 …return SetStatus(DllExports::GdipDrawCurve2I(nativeGraphics, pen ? getNat(pen) : NULL, points, cou… in DrawCurve()
H A Dgdiplusflat.h273 GdipDrawCurve2I(GpGraphics *, GpPen *, GDIPCONST GpPoint *, INT, REAL);