Home
last modified time | relevance | path

Searched refs:GdipFillPieI_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.cs213 …GdipFillPieI_ptr = FunctionWrapper.Load<GdipFillPieI_delegate>(s_gdipModule, "GdipFillPieI", Libra… in LoadFunctionPointers()
996 …private delegate int GdipFillPieI_delegate(HandleRef graphics, HandleRef brush, int x, int y, int … in GdipFillPieI_delegate() method in System.Drawing.SafeNativeMethods.Gdip
997 private static FunctionWrapper<GdipFillPieI_delegate> GdipFillPieI_ptr;
H A DGdiplusNative.Unix.cs145 …GdipFillPieI_ptr = FunctionWrapper.Load<GdipFillPieI_delegate>(s_gdipModule, "GdipFillPieI", Libra… in LoadFunctionPointers()
571 …private delegate int GdipFillPieI_delegate(IntPtr graphics, IntPtr brush, int x, int y, int width,… in GdipFillPieI_delegate() method in System.Drawing.SafeNativeMethods.Gdip
572 private static FunctionWrapper<GdipFillPieI_delegate> GdipFillPieI_ptr;