Home
last modified time | relevance | path

Searched refs:GdipAddPathPie_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.cs69GdipAddPathPie_ptr = FunctionWrapper.Load<GdipAddPathPie_delegate>(s_gdipModule, "GdipAddPathPie",… in LoadFunctionPointers()
419 private static FunctionWrapper<GdipAddPathPie_delegate> GdipAddPathPie_ptr; field in System.Drawing.SafeNativeMethods.Gdip
420 … float width, float height, float startAngle, float sweepAngle) => GdipAddPathPie_ptr.Delegate(pat… in GdipAddPathPie()
H A DGdiplusNative.Unix.cs264GdipAddPathPie_ptr = FunctionWrapper.Load<GdipAddPathPie_delegate>(s_gdipModule, "GdipAddPathPie",… in LoadFunctionPointers()
1046 private static FunctionWrapper<GdipAddPathPie_delegate> GdipAddPathPie_ptr; field in System.Drawing.SafeNativeMethods.Gdip
1047 … float width, float height, float startAngle, float sweepAngle) => GdipAddPathPie_ptr.Delegate(pat… in GdipAddPathPie()