Home
last modified time | relevance | path

Searched refs:GdipCreatePath2_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.cs38GdipCreatePath2_ptr = FunctionWrapper.Load<GdipCreatePath2_delegate>(s_gdipModule, "GdipCreatePath… in LoadFunctionPointers()
295 private static FunctionWrapper<GdipCreatePath2_delegate> GdipCreatePath2_ptr; field in System.Drawing.SafeNativeMethods.Gdip
296 …ts, HandleRef types, int count, int brushMode, out IntPtr path) => GdipCreatePath2_ptr.Delegate(po… in GdipCreatePath2()
H A DGdiplusNative.Unix.cs226GdipCreatePath2_ptr = FunctionWrapper.Load<GdipCreatePath2_delegate>(s_gdipModule, "GdipCreatePath… in LoadFunctionPointers()
893 private static FunctionWrapper<GdipCreatePath2_delegate> GdipCreatePath2_ptr; field in System.Drawing.SafeNativeMethods.Gdip
894 …, byte[] types, int count, FillMode brushMode, out IntPtr path) => GdipCreatePath2_ptr.Delegate(po… in GdipCreatePath2()