Home
last modified time | relevance | path

Searched refs:GdipAddPathBezierI_delegate (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.cs77 …GdipAddPathBezierI_ptr = FunctionWrapper.Load<GdipAddPathBezierI_delegate>(s_gdipModule, "GdipAddP… in LoadFunctionPointers()
450 …private delegate int GdipAddPathBezierI_delegate(HandleRef path, int x1, int y1, int x2, int y2, i… in GdipAddPathBezierI_delegate() method in System.Drawing.SafeNativeMethods.Gdip
451 private static FunctionWrapper<GdipAddPathBezierI_delegate> GdipAddPathBezierI_ptr;
H A DGdiplusNative.Unix.cs270 …GdipAddPathBezierI_ptr = FunctionWrapper.Load<GdipAddPathBezierI_delegate>(s_gdipModule, "GdipAddP… in LoadFunctionPointers()
1069 …private delegate int GdipAddPathBezierI_delegate(IntPtr path, int x1, int y1, int x2, int y2, int … in GdipAddPathBezierI_delegate() method in System.Drawing.SafeNativeMethods.Gdip
1070 private static FunctionWrapper<GdipAddPathBezierI_delegate> GdipAddPathBezierI_ptr;