Home
last modified time | relevance | path

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

/reactos/modules/rostests/winetests/gdiplus/
H A Dbrush.c1308 status = GdipGetPathGradientCenterPoint(NULL, &point); in test_pathgradientcenterpoint()
1311 status = GdipGetPathGradientCenterPoint(grad, NULL); in test_pathgradientcenterpoint()
1314 status = GdipGetPathGradientCenterPoint(grad, &point); in test_pathgradientcenterpoint()
1331 status = GdipGetPathGradientCenterPoint(grad, &point); in test_pathgradientcenterpoint()
1342 status = GdipGetPathGradientCenterPoint(grad, &point); in test_pathgradientcenterpoint()
/reactos/dll/win32/gdiplus/
H A Dbrush.c1086 GpStatus WINGDIPAPI GdipGetPathGradientCenterPoint(GpPathGradient *grad, in GdipGetPathGradientCenterPoint() function
1111 ret = GdipGetPathGradientCenterPoint(grad,&ptf); in GdipGetPathGradientCenterPointI()
H A Dgdiplus.spec315 315 stdcall GdipGetPathGradientCenterPoint(ptr ptr)
/reactos/sdk/include/psdk/
H A Dgdipluspath.h811 return SetStatus(DllExports::GdipGetPathGradientCenterPoint(GetNativeGradient(), point)); in GetCenterPoint()
H A Dgdiplusflat.h1125 GdipGetPathGradientCenterPoint(GpPathGradient *, GpPointF *);