Home
last modified time | relevance | path

Searched refs:GdipAddPathClosedCurve_ptr (Results 1 – 2 of 2) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Drawing.Common/src/System/Drawing/
H A DGdiplusNative.Windows.cs64GdipAddPathClosedCurve_ptr = FunctionWrapper.Load<GdipAddPathClosedCurve_delegate>(s_gdipModule, "… in LoadFunctionPointers()
399 … private static FunctionWrapper<GdipAddPathClosedCurve_delegate> GdipAddPathClosedCurve_ptr; field in System.Drawing.SafeNativeMethods.Gdip
400 …ClosedCurve(HandleRef path, HandleRef memorypts, int count) => GdipAddPathClosedCurve_ptr.Delegate… in GdipAddPathClosedCurve()
H A DGdiplusNative.Unix.cs256GdipAddPathClosedCurve_ptr = FunctionWrapper.Load<GdipAddPathClosedCurve_delegate>(s_gdipModule, "… in LoadFunctionPointers()
1014 … private static FunctionWrapper<GdipAddPathClosedCurve_delegate> GdipAddPathClosedCurve_ptr; field in System.Drawing.SafeNativeMethods.Gdip
1015 …AddPathClosedCurve(IntPtr path, PointF[] points, int count) => GdipAddPathClosedCurve_ptr.Delegate… in GdipAddPathClosedCurve()